linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-03-19 07:10:59 to 2015-04-02 14:54:06 UTC [more...]

crypto: api - Fix races in crypto_unregister_instance
 2015-04-02 14:54 UTC  (3+ messages)
` crypto: api - Change crypto_unregister_instance argument type

[PATCH] crypto: remove instance when test failed
 2015-04-02 14:42 UTC  (2+ messages)

[PATCH v2] crypto: omap-sham: Add the offset of sg page to vaddr
 2015-04-02 10:02 UTC 

[PATCH] crypto: omap-sham: Check for HIGHMEM before mapping SG pages
 2015-04-02 10:00 UTC  (7+ messages)
` [PATCH] crypto: omap-sham: Use pm_runtime_irq_safe()
` [PATCH] crypto: omap-aes: Fix support for unequal lengths

[PATCH v2 net-next] crypto: algif - explicitly mark end of data
 2015-04-02  3:00 UTC  (2+ messages)

problem with testing a CTR block cipher mode which is partially working
 2015-04-02  2:10 UTC  (7+ messages)
` AW: "
      `  "
        ` [linux-sunxi] "
          `  "

[PATCH net-next] crypto: algif - use kmalloc instead of kzalloc
 2015-04-01 19:33 UTC  (2+ messages)

[PATCH net-next] crypto: af_alg - make exports consistant
 2015-04-01 19:33 UTC  (2+ messages)

[PATCH net-next] crypto: algif - explicitly mark end of data
 2015-04-01 19:32 UTC  (2+ messages)

AES Crypto driver in CTS mode
 2015-04-01 17:24 UTC 

[PATCH] crypto: qat - fix typo
 2015-04-01 14:27 UTC  (2+ messages)

[PATCH] arm: crypto: Add NEON optimized SHA-256
 2015-04-01 13:19 UTC  (26+ messages)
` [PATCHv2] arm: crypto: Add optimized SHA-256/224
  ` [PATCHv3] "

[PATCH] crypto: qat - fix checkpatch CODE_INDENT issue
 2015-03-31 16:30 UTC 

[PATCH] crypto: qat - fix checkpatch COMPARISON_TO_NULL issue
 2015-03-31 16:30 UTC 

[PATCH] crypto: qat - checkpatch PARENTHESIS_ALIGNMENT and LOGICAL_CONTINUATIONS
 2015-03-31 16:30 UTC 

[PATCH] crypto: qat - fix checkpatch BIT_MACRO issues
 2015-03-31 16:30 UTC 

[PATCH] crypto: qat - fix checkpatch CONCATENATED_STRING issues
 2015-03-31 16:30 UTC 

[PATCH] crypto: qat - fix checkpatch CHECK_SPACING issues
 2015-03-31 16:30 UTC 

[PATCH v3 00/20] crypto: restrict usage of helper ciphers
 2015-03-31 13:34 UTC  (22+ messages)
` [PATCH v3 01/20] crypto: prevent helper ciphers from being used
` [PATCH v3 02/20] crypto: testmgr to use CRYPTO_ALG_INTERNAL
` [PATCH v3 03/20] crypto: cryptd to process CRYPTO_ALG_INTERNAL
` [PATCH v3 04/20] crypto: /proc/crypto: identify internal ciphers
` [PATCH v3 05/20] crypto: mark AES-NI helper ciphers
` [PATCH v3 06/20] crypto: mark ghash clmulni "
` [PATCH v3 07/20] crypto: mark GHASH ARMv8 vmull.p64 "
` [PATCH v3 08/20] crypto: mark AES-NI Camellia "
` [PATCH v3 09/20] crypto: mark CAST5 "
` [PATCH v3 10/20] crypto: mark AVX Camellia "
` [PATCH v3 11/20] crypto: mark CAST6 "
` [PATCH v3 12/20] crypto: mark Serpent AVX2 "
` [PATCH v3 13/20] crypto: mark Serpent AVX "
` [PATCH v3 14/20] crypto: mark Serpent SSE2 "
` [PATCH v3 15/20] crypto: mark Twofish AVX "
` [PATCH v3 16/20] crypto: mark NEON bit sliced AES "
` [PATCH v3 17/20] crypto: mark ARMv8 "
` [PATCH v3 18/20] crypto: mark 64 bit "
` [PATCH v3 19/20] crypto: mcryptd to process CRYPTO_ALG_INTERNAL
` [PATCH v3 20/20] crypto: mark Multi buffer SHA1 helper cipher

[PATCH v2 resend 00/14] crypto: SHA glue code consolidation
 2015-03-31 13:14 UTC  (16+ messages)
` [PATCH v2 resend 01/14] crypto: sha512: implement base layer for SHA-512
` [PATCH v2 resend 02/14] crypto: sha256: implement base layer for SHA-256
` [PATCH v2 resend 03/14] crypto: sha1: implement base layer for SHA-1
` [PATCH v2 resend 04/14] crypto: sha512-generic: move to generic glue implementation
` [PATCH v2 resend 05/14] crypto: sha256-generic: "
` [PATCH v2 resend 06/14] crypto: sha1-generic: "
` [PATCH v2 resend 07/14] crypto/arm: move SHA-1 ARM asm implementation to base layer
` [PATCH v2 resend 08/14] crypto/arm: move SHA-1 ARMv8 "
` [PATCH v2 resend 09/14] crypto/arm: move SHA-224/256 "
` [PATCH v2 resend 10/14] crypto/arm64: move SHA-1 "
` [PATCH v2 resend 11/14] crypto/arm64: move SHA-224/256 "
` [PATCH v2 resend 12/14] crypto/x86: move SHA-1 SSSE3 "
` [PATCH v2 resend 13/14] crypto/x86: move SHA-224/256 "
` [PATCH v2 resend 14/14] crypto/x86: move SHA-384/512 "

[PATCH v2 00/20] crypto: restrict usage of helper ciphers
 2015-03-30 19:31 UTC  (23+ messages)
` [PATCH v2 01/20] crypto: prevent helper ciphers from being used
` [PATCH v2 02/20] crypto: testmgr to use CRYPTO_ALG_INTERNAL
` [PATCH v2 03/20] crypto: cryptd to process CRYPTO_ALG_INTERNAL
` [PATCH v2 04/20] crypto: /proc/crypto: identify internal ciphers
` [PATCH v2 05/20] crypto: mark AES-NI helper ciphers
` [PATCH v2 06/20] crypto: mark ghash clmulni "
` [PATCH v2 07/20] crypto: mark GHASH ARMv8 vmull.p64 "
` [PATCH v2 08/20] crypto: mark AES-NI Camellia "
` [PATCH v2 09/20] crypto: mark CAST5 "
` [PATCH v2 10/20] crypto: mark AVX Camellia "
` [PATCH v2 11/20] crypto: mark CAST6 "
` [PATCH v2 12/20] crypto: mark Serpent AVX2 "
` [PATCH v2 13/20] crypto: mark Serpent AVX "
` [PATCH v2 14/20] crypto: mark Serpent SSE2 "
` [PATCH v2 15/20] crypto: mark Twofish AVX "
` [PATCH v2 16/20] crypto: mark NEON bit sliced AES "
` [PATCH v2 17/20] crypto: mark ARMv8 "
` [PATCH v2 18/20] crypto: mark 64 bit "
` [PATCH v2 19/20] crypto: mcryptd to process CRYPTO_ALG_INTERNAL
` [PATCH v2 20/20] crypto: mark Multi buffer SHA1 helper cipher

[PATCH v2 1/6] crypto/ccp: drop linux/pci dependencies
 2015-03-30 10:59 UTC 

[PATCH v2 00/14] crypto: SHA glue code consolidation
 2015-03-30  9:36 UTC  (15+ messages)
` [PATCH v2 01/14] crypto: sha512: implement base layer for SHA-512
` [PATCH v2 02/14] crypto: sha256: implement base layer for SHA-256
` [RFC PATCH 2/6] crypto: sha512-generic: move to generic glue implementation
` [PATCH v2 03/14] crypto: sha1: implement base layer for SHA-1
` [RFC PATCH 3/6] crypto: sha256: implement base layer for SHA-256
` [RFC PATCH 4/6] crypto: sha256-generic: move to generic glue implementation
` [PATCH v2 04/14] crypto: sha512-generic: "
` [RFC PATCH 5/6] arm64/crypto: move ARMv8 SHA-224/256 driver to SHA-256 base layer
` [PATCH v2 05/14] crypto: sha256-generic: move to generic glue implementation
` [RFC PATCH 6/6] arm/crypto: accelerated SHA-512 using ARM generic ASM and NEON
` [PATCH v2 06/14] crypto: sha1-generic: move to generic glue implementation
` [PATCH v2 07/14] crypto/arm: move SHA-1 ARM asm implementation to base layer
` [PATCH v2 08/14] crypto/arm: move SHA-1 ARMv8 "
` [PATCH v2 09/14] crypto/arm: move SHA-224/256 "

[RFC PATCH 0/6] SHA-256/512 glue code consolidation
 2015-03-29 16:05 UTC  (10+ messages)
` [RFC PATCH 1/6] crypto: sha512: implement base layer for SHA-512
  ` AW: "
` [RFC PATCH 2/6] crypto: sha512-generic: move to generic glue implementation
` [RFC PATCH 3/6] crypto: sha256: implement base layer for SHA-256
` [RFC PATCH 4/6] crypto: sha256-generic: move to generic glue implementation
` [RFC PATCH 5/6] arm64/crypto: move ARMv8 SHA-224/256 driver to SHA-256 base layer
` [RFC PATCH 6/6] arm/crypto: accelerated SHA-512 using ARM generic ASM and NEON

[PATCH] crypto/arm: accelerated SHA-512 using ARM generic ASM and NEON
 2015-03-29 14:07 UTC  (3+ messages)

[PATCH 14/86] crypto/ccp: use uapi/linux/pci_ids.h directly
 2015-03-29 13:43 UTC  (3+ messages)
` [PATCH 15/86] crypto/geode: "
` [PATCH 80/86] crypto/ccp: drop linux/pci dependencies

[PATCH v6] crypto: Add Allwinner Security System crypto accelerator
 2015-03-26 18:31 UTC  (3+ messages)
` [PATCH v6 4/4] "

[patch -next] crypto: algif - signedness bug in skcipher_recvmsg_async()
 2015-03-26  9:13 UTC 

[PATCH net-next] crypto: algif - fix warn: unsigned 'used' is never less than zero
 2015-03-25 15:45 UTC  (2+ messages)

[PATCH v3 net-next 0/3] Add support for async socket operations
 2015-03-24 11:29 UTC  (9+ messages)
` [PATCH v3 net-next 1/3] net: socket: add support for async operations
` [PATCH v3 net-next 2/3] crypto: af_alg - Allow to link sgl
` [PATCH v3 net-next 3/3] crypto: algif - change algif_skcipher to be asynchronous

[PATCH] crypto/arm: fix big-endian bug in ghash
 2015-03-24 11:27 UTC  (2+ messages)

[patch 2/2] crypto: img-hash - shift wrapping bug in img_hash_hw_init()
 2015-03-23 11:09 UTC  (4+ messages)
  ` [patch 2/2 v2] "

crypto: img-hash - undefined Kconfig symbols
 2015-03-23 11:08 UTC  (3+ messages)
` [PATCH] crypto: img-hash: Fix Kconfig selections

[PATCH v3] omap-rng: Change RNG_CONFIG_REG to RNG_CONTROL_REG when, checking and disabling TRNG
 2015-03-23  5:12 UTC  (2+ messages)

[patch 1/2] crypto: img-hash - fix some compile warnings
 2015-03-20 18:55 UTC  (2+ messages)

[PATCH] crypto: qat - fix typo in string
 2015-03-19 23:03 UTC 

[PATCH] crypto: qat - make error and info log messages more descriptive
 2015-03-19 23:03 UTC 

[PATCH] crypto: qat - remove duplicate definition of Intel PCI vendor id
 2015-03-19 23:03 UTC 

[PATCH -crypto] lib: memzero_explicit: use barrier instead of OPTIMIZER_HIDE_VAR
 2015-03-19 21:04 UTC  (2+ messages)

[PATCH v2 0/5] crypto: talitos: Add crypto async queue handling
 2015-03-19 18:38 UTC  (9+ messages)
` [PATCH v2 5/5] crypto: talitos: Add software backlog "

[PATCH v2 net-next 0/4] Add support for async socket operations
 2015-03-19 18:13 UTC  (7+ messages)
` [PATCH v2 net-next 1/4] net: socket: add support for async operations
` [PATCH v2 net-next 2/4] aio: prefer aio_op op over iter_op

[PATCH 00/10] omap3 crypto fixes
 2015-03-19 16:43 UTC  (4+ messages)
` [PATCH 07/10] ARM: dts: n9/n950: Enable omap crypto support

[PATCH 00/16] crypto: restrict usage of helper ciphers
 2015-03-19  7:29 UTC  (11+ messages)
` [PATCH 01/16] crypto: prevent helper ciphers from being used
` [PATCH 05/16] crypto: mark CAST5 helper ciphers
` [PATCH 09/16] crypto: mark Serpent AVX2 "
` [PATCH 10/16] crypto: mark Serpent AVX "
` [PATCH 12/16] crypto: mark Twofish "
` [PATCH 15/16] crypto: mark GHASH ARMv8 vmull.p64 "
` [PATCH 16/16] crypto: mark 64 bit ARMv8 AES "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).