linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-03-24 11:46:18 to 2015-04-07 13:36:32 UTC [more...]

[PATCH] crypto: Fix a typo in Kconfig
 2015-04-07 13:36 UTC  (2+ messages)

crypto: user - Fix crypto_alg_match race
 2015-04-07 13:27 UTC 

[PATCH 00/10] crypto: at91: add support for SAMA5D4 and fix related bugs
 2015-04-07  9:45 UTC  (11+ messages)
` [PATCH 01/10] crypto: atmel-aes: add new version
` [PATCH 02/10] crypto: atmel-sha: "
` [PATCH 03/10] crypto: atmel-sha: correct the way data are split
` [PATCH 04/10] crypto: atmel-sha: fix sg list management
` [PATCH 05/10] crypto: atmel-sha: initialize spinlock in probe
` [PATCH 06/10] crypto: atmel-sha: correct the max burst size
` [PATCH 07/10] crypto: atmel-tdes: initialize spinlock in probe
` [PATCH 08/10] crypto: atmel-aes: "
` [PATCH 09/10] crypto: atmel-aes: sync the buf used in DMA or CPU
` [PATCH 10/10] crypto: atmel-aes: correct usage of dma_sync_* API

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

[PATCH] crypto/arm: accelerated SHA-512 using ARM generic ASM and NEON
 2015-04-06  7:29 UTC  (4+ messages)

[PATCH v2] crypto: remove instance when test failed
 2015-04-06  4:45 UTC  (6+ messages)

[PATCH] crypto: qat - fix double release_firmware on error path
 2015-04-03 15:41 UTC 

[PATCH] crypto: qat - print ring name in debug output
 2015-04-03 15:40 UTC 

[PATCH] arm: crypto: Add NEON optimized SHA-256
 2015-04-03 10:04 UTC  (25+ messages)
` [PATCHv2] arm: crypto: Add optimized SHA-256/224
  ` [PATCHv3] "

[PATCH v2] crypto: omap-sham: Add the offset of sg page to vaddr
 2015-04-03 10:00 UTC  (2+ messages)

[PATCH v6] crypto: Add Allwinner Security System crypto accelerator
 2015-04-02 19:11 UTC  (4+ messages)
` [PATCH v6 4/4] "

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

crypto: api - Fix races in crypto_unregister_instance
 2015-04-02 15:15 UTC  (6+ 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] 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)

[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] 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 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 -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)


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).