messages from 2015-03-17 00:19:35 to 2015-03-30 10:59:23 UTC [more...]
[PATCH v2 1/6] crypto/ccp: drop linux/pci dependencies
2015-03-30 10:59 UTC
[PATCH v2 resend 00/14] crypto: SHA glue code consolidation
2015-03-30 9:48 UTC (15+ 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/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 "
[PATCH] arm: crypto: Add NEON optimized SHA-256
2015-03-30 8:37 UTC (30+ messages)
` [PATCHv2] arm: crypto: Add optimized SHA-256/224
` [PATCHv3] "
[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: remove instance when test failed
2015-03-29 14:26 UTC
[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 v2 00/20] crypto: restrict usage of helper ciphers
2015-03-27 23:02 UTC (21+ 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 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 (5+ 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 (4+ 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 (9+ 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 (20+ messages)
` [PATCH 01/16] crypto: prevent helper ciphers from being used
` [PATCH 02/16] crypto: /proc/crypto: identify internal ciphers
` [PATCH 03/16] crypto: mark AES-NI helper ciphers
` [PATCH 04/16] crypto: mark AES-NI Camellia "
` [PATCH 05/16] crypto: mark CAST5 "
` [PATCH 06/16] crypto: mark AVX Camellia "
` [PATCH 07/16] crypto: mark CAST6 "
` [PATCH 08/16] crypto: mark ghash clmulni "
` [PATCH 09/16] crypto: mark Serpent AVX2 "
` [PATCH 10/16] crypto: mark Serpent AVX "
` [PATCH 11/16] crypto: mark Serpent SSE2 "
` [PATCH 12/16] crypto: mark Twofish AVX "
` [PATCH 13/16] crypto: mark NEON bit sliced AES "
` [PATCH 14/16] crypto: mark ARMv8 "
` [PATCH 15/16] crypto: mark GHASH ARMv8 vmull.p64 "
` [PATCH 16/16] crypto: mark 64 bit ARMv8 AES "
griffin u-boot failing to boot
2015-03-19 2:36 UTC (2+ messages)
[BUG/PATCH] kernel RNG and its secrets
2015-03-18 23:53 UTC (20+ messages)
Crypto Fixes for 3.6
2015-03-18 18:12 UTC (12+ messages)
` Crypto Fixes for 3.7
` Crypto Fixes for 3.9
` Crypto Fixes for 3.13
` Crypto Fixes for 3.14
` Crypto Fixes for 3.19
` Crypto Fixes for 4.0
[PATCH] hwrng: core - allow perfect entropy from hardware devices
2015-03-18 10:02 UTC (2+ messages)
How to handle an error while processing crypto request (backlogged)
2015-03-18 4:01 UTC
FSL CAAM for imx6
2015-03-18 1:00 UTC
[PATCH] arm64/crypto: issue aese/aesmc instructions in pairs
2015-03-17 18:09 UTC (2+ messages)
[RFC PATCH] crypto: prevent helper ciphers from being allocated by users
2015-03-17 14:59 UTC (5+ messages)
[PATCH] omap-rng: Change RNG_CONFIG_REG to RNG_CONTROL_REG when checking and disabling TRNG
2015-03-17 11:33 UTC (2+ messages)
linux-next: build failure after merge of the crypto tree
2015-03-17 11:11 UTC
[PATCH] mm: kill kmemcheck
2015-03-17 2:33 UTC (10+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).