messages from 2014-12-23 05:40:19 to 2015-01-22 21:59:09 UTC [more...]
[PATCH] crypto: aesni: add setkey for driver-gcm-aes-aesni
2015-01-22 21:55 UTC (12+ messages)
[PATCH 1/2] crypto: caam: pair irq map and dispose in the same function
2015-01-22 14:00 UTC (2+ messages)
` [PATCH 2/2] crypto: caam: fix resource clean-up on error path for caam_jr_init
[PATCH] crypto: ccp: terminate ccp_support array with empty element
2015-01-21 15:06 UTC
[PATCH 1/2] crypto: caam: remove dead code
2015-01-21 9:53 UTC (2+ messages)
` [PATCH 2/2] crypto: caam: remove unused local variable
[PATCH] crypto: caam - add support for rfc4543(gcm(aes))
2015-01-21 8:57 UTC (7+ messages)
` [PATCH] crypto: caam - don't emit ICV check failures to dmesg
[PATCH v11 0/2] crypto: AF_ALG: add AEAD and RNG support
2015-01-21 1:19 UTC (3+ messages)
` [PATCH v11 1/2] crypto: AF_ALG: add AEAD support
` [PATCH v11 2/2] crypto: AF_ALG: enable AEAD interface compilation
[PATCH] crypto: Documentation: remove colons in comments
2015-01-21 0:28 UTC (3+ messages)
[PATCH repost] virtio_rng: drop extra empty line
2015-01-20 12:35 UTC
[PATCH 02/10] crypto: scatterwalk - Set the chain pointer indication bit
2015-01-20 8:06 UTC (2+ messages)
` [PATCH] crypto: replace scatterwalk_sg_next with sg_next
[PATCH] crypto: testmgr: notify expected failures on aead tests
2015-01-20 7:58 UTC (3+ messages)
[PATCH] crypto: atmel: Free memory in error path
2015-01-20 7:15 UTC
[PATCH] virtio_rng: drop extra empty line
2015-01-20 3:47 UTC (3+ messages)
[PATCH v8 0/2] crypto: AF_ALG: add AEAD and RNG support
2015-01-20 3:08 UTC (7+ messages)
` [PATCH v8 1/2] crypto: AF_ALG: add AEAD support
` [PATCH v8 2/2] crypto: AF_ALG: enable AEAD interface compilation
Crypto Fixes for 2.6.39
2015-01-20 0:52 UTC (13+ messages)
` Crypto Fixes for 3.0
` Crypto Fixes for 3.3
` Crypto Fixes for 3.6
` 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
Intel GCM: __driver-gcm-aes-aesni setkey missing
2015-01-18 18:15 UTC (3+ messages)
crypto: cts - Remove bogus use of seqiv
2015-01-16 16:53 UTC (2+ messages)
crypto: seqiv - Ensure that IV size is at least 8 bytes
2015-01-16 16:53 UTC (2+ messages)
crypto: cts - Weed out non-CBC algorithms
2015-01-16 8:38 UTC
[PATCH] crypto: algif - change algif_skcipher to be asynchronous
2015-01-16 2:00 UTC (4+ messages)
[PATCH] crypto: qat - don't need qat_auth_state struct
2015-01-15 23:42 UTC (2+ messages)
[PATCH v10 0/2] crypto: AF_ALG: add AEAD and RNG support
2015-01-14 17:26 UTC (7+ messages)
` [PATCH v10 1/2] crypto: AF_ALG: add AEAD support
` [PATCH v10 2/2] crypto: AF_ALG: enable AEAD interface compilation
Crypto: Add support for 192 & 256 bit keys to AESNI RFC4106 - resubmission
2015-01-14 11:00 UTC (8+ messages)
[PATCH -next] crypto: algif_rng - fix sparse non static symbol warning
2015-01-14 11:00 UTC (4+ messages)
[PATCH] crypto: qat - Fix for qat_aes_cbc_hmac_sha512
2015-01-13 23:20 UTC (7+ messages)
` crypto: qat - Ensure ipad and opad are zeroed
[PATCH 0/6] crypto: module alias fixes
2015-01-13 15:36 UTC (13+ messages)
` [PATCH 1/6] crypto: add missing crypto module aliases
` [PATCH 2/6] crypto: sparc64/aes - fix module description
` [PATCH 3/6] crypto: sparc64/camellia - fix module alias
` [PATCH 4/6] crypto: sparc64/des - add "des3_ede" "
` [PATCH 5/6] crypto: sparc64/md5 - fix module description
` [PATCH 6/6] crypto: x86/des3_ede - drop bogus module aliases
[PATCH] crypto: qat - fix device reset flow
2015-01-13 11:33 UTC (2+ messages)
` "
[PATCH] crypto: don't use interruptible wait in tests
2015-01-13 11:32 UTC (2+ messages)
[PATCH v9 0/2] crypto: AF_ALG: add AEAD and RNG support
2015-01-11 16:16 UTC (4+ messages)
` [PATCH v9 1/2] crypto: AF_ALG: add AEAD support
` [PATCH v9 2/2] crypto: AF_ALG: enable AEAD interface compilation
[PATCH] crypto: qat - adf_ae_stop() is never called
2015-01-09 19:55 UTC
[PATCH] crypto: qat - remove unnecessary include of atomic.h header file
2015-01-09 19:55 UTC
[PATCH] crypto: qat - use pci_wait_for_pending_transaction()
2015-01-09 19:55 UTC
[PATCH] crypto: qat - correctly type a boolean
2015-01-09 19:55 UTC
[PATCH] lib: memzero_explicit: add comment for its usage
2015-01-08 10:49 UTC (2+ messages)
[PATCH v2] crypto: AEAD: add check for presence of auth tag
2015-01-08 10:48 UTC (2+ messages)
[PATCH] crypto: omap-des: fix BUG_ON condition
2015-01-08 10:48 UTC (2+ messages)
[PATCH] s390: crypto: aes_s390: Remove 'const' to avoid compiler warnings
2015-01-07 8:24 UTC
Using separate initcall level for crypto subsystem
2015-01-07 3:15 UTC (6+ messages)
GCM aesni and 192/256-bit keys
2015-01-06 23:18 UTC (3+ messages)
[PATCH] Use memzero_explicit to clear local buffers
2015-01-06 20:54 UTC (8+ messages)
crypto: qat - Fix incorrect uses of memzero_explicit
2015-01-05 20:54 UTC (3+ messages)
[PATCH v7 0/2] crypto: AF_ALG: add AEAD and RNG support
2015-01-05 11:14 UTC (8+ messages)
` [PATCH v7 1/2] crypto: AF_ALG: add AEAD support
` [PATCH v7 2/2] crypto: AF_ALG: enable AEAD interface compilation
[PATCH] crypto: AEAD: add check for presence of auth tag
2015-01-05 11:00 UTC (7+ messages)
[PATCH] crypto: Remove unnecessary KERN_ERR in bfin_crc.c
2015-01-05 10:37 UTC (2+ messages)
[PATCH] crypto: amcc: crypto4xx_sa.c: Remove unused function
2015-01-05 10:37 UTC (2+ messages)
[PATCH] crypto: aesni - fix "by8" variant for 128 bit keys
2015-01-05 10:36 UTC (3+ messages)
[PATCH] crypto: sha-mb - Add avx2_supported check
2015-01-05 10:36 UTC (2+ messages)
[PATCH v2] crypto: drbg: use memzero_explicit() for clearing sensitive data
2015-01-04 23:45 UTC (3+ messages)
[PATCH v6 0/4] crypto: AF_ALG: add AEAD and RNG support
2014-12-31 7:57 UTC (14+ messages)
` [PATCH v6 2/4] crypto: AF_ALG: enable AEAD interface compilation
` [PATCH v6 3/4] crypto: AF_ALG: add random number generator support
` [PATCH v6 4/4] crypto: AF_ALG: enable RNG interface compilation
` [PATCH v6 1/4] crypto: AF_ALG: add AEAD support
v3.17-rc5: alg: skcipher: Test 4 failed on encryption for ctr-aes-aesni
2014-12-30 21:29 UTC (7+ messages)
` [PATCH] crypto: aesni - disable "by8" AVX CTR optimization
[0/5] hwrng: Fix kref warning and underlying bugs
2014-12-26 1:00 UTC (11+ messages)
` [PATCH 1/5] hwrng: core - Use struct completion for cleanup_done
` [PATCH 2/5] hwrng: core - Fix current_rng init/cleanup race yet again
` [PATCH 3/5] hwrng: core - Do not register device opportunistically
` [PATCH 4/5] hwrng: core - Drop current rng in set_current_rng
` [PATCH 5/5] hwrng: core - Move hwrng_init call into set_current_rng
[PATCH] crypto: AF_ALG: zeroize key data
2014-12-25 22:46 UTC (2+ messages)
algif_hash: splice of data > 2**16
2014-12-25 22:08 UTC (8+ messages)
[PATCH v5 0/8] crypto: AF_ALG: add AEAD and RNG support
2014-12-25 20:28 UTC (13+ messages)
` [PATCH v5 3/8] crypto: AF_ALG: add AEAD support
` [PATCH v5 5/8] crypto: AF_ALG: add user space interface for RNG
[PATCH 0/5] MIPS/crypto: MD5 for OCTEON
2014-12-23 21:15 UTC (2+ 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).