linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-27 10:28:08 to 2019-07-01 13:32:07 UTC [more...]

[PATCH] crypto: algapi - guard against uninitialized spawn list in crypto_remove_spawns
 2019-07-01 13:31 UTC  (3+ messages)

[PATCH][next] crypto: ccree - fix spelling mistake "configration" -> "configuration"
 2019-07-01 13:08 UTC 

[PATCH v3 0/7] crypto: CAESAR final portfolio follow-up
 2019-07-01 11:48 UTC  (9+ messages)
` [PATCH v3 1/7] crypto: morus - remove generic and x86 implementations
` [PATCH v3 2/7] crypto: aegis128l/aegis256 - remove x86 and generic implementations
` [PATCH v3 3/7] crypto: aegis128 - drop empty TFM init/exit routines
` [PATCH v3 4/7] crypto: aegis - avoid prerotated AES tables
` [PATCH v3 5/7] crypto: aegis128 - add support for SIMD acceleration
` [PATCH v3 6/7] crypto: aegis128 - provide a SIMD implementation based on NEON intrinsics
` [PATCH v3 7/7] crypto: tcrypt - add a speed test for AEGIS128

[PATCH v6 0/7] crypto: switch to crypto API for ESSIV generation
 2019-07-01  8:59 UTC  (13+ messages)
` [PATCH v6 1/7] crypto: essiv - create wrapper template "
` [PATCH v6 2/7] fs: crypto: invoke crypto API for ESSIV handling
` [PATCH v6 3/7] md: dm-crypt: infer ESSIV block cipher from cipher string directly
` [PATCH v6 4/7] md: dm-crypt: switch to ESSIV crypto API template
` [PATCH v6 5/7] crypto: essiv - add test vector for essiv(cbc(aes),aes,sha256)
` [PATCH v6 6/7] crypto: arm64/aes-cts-cbc - factor out CBC en/decryption of a walk
` [PATCH v6 7/7] crypto: arm64/aes - implement accelerated ESSIV/CBC mode

[PATCH 0/3] Add support for Graviton TRNG
 2019-07-01  8:28 UTC  (5+ messages)

[PATCH V2] crypto/NX: Set receive window credits to max number of CRBs in RxFIFO
 2019-06-29 11:31 UTC  (4+ messages)

[PATCH v2 0/7] crypto: CAESAR final portfolio follow-up
 2019-06-29  8:47 UTC  (10+ messages)
` [PATCH v2 1/7] crypto: morus - remove generic and x86 implementations
` [PATCH v2 2/7] crypto: aegis128l/aegis256 - remove x86 and generic implementations
` [PATCH v2 3/7] crypto: aegis128 - drop empty TFM init/exit routines
` [PATCH v2 4/7] crypto: aegis - avoid prerotated AES tables
` [PATCH v2 5/7] crypto: aegis128 - add support for SIMD acceleration
` [PATCH v2 6/7] crypto: aegis128 - provide a SIMD implementation based on NEON intrinsics
` [PATCH v2 7/7] crypto: tcrypt - add a speed test for AEGIS128

[PATCH] [v2] crypto: serpent - mark __serpent_setkey_sbox noinline
 2019-06-29  1:15 UTC  (4+ messages)

[PATCH 28/39] docs: admin-guide: add a series of orphaned documents
 2019-06-28 12:54 UTC  (3+ messages)

[PATCH v3 00/30] crypto: DES/3DES cleanup
 2019-06-28 11:53 UTC  (32+ messages)
` [PATCH v3 01/30] crypto: des/3des_ede - add new helpers to verify key length
` [PATCH v3 02/30] crypto: s390/des - switch to new verification routines
` [PATCH v3 03/30] crypto: sparc/des "
` [PATCH v3 04/30] crypto: atmel/des "
` [PATCH v3 05/30] crypto: bcm/des "
` [PATCH v3 06/30] crypto: caam/des "
` [PATCH v3 07/30] crypto: cpt/des "
` [PATCH v3 08/30] crypto: nitrox/des "
` [PATCH v3 09/30] crypto: ccp/des "
` [PATCH v3 10/30] crypto: ccree/des "
` [PATCH v3 11/30] crypto: hifn/des "
` [PATCH v3 12/30] crypto: hisilicon/des "
` [PATCH v3 13/30] crypto: safexcel/des "
` [PATCH v3 14/30] crypto: ixp4xx/des "
` [PATCH v3 15/30] crypto: cesa/des "
` [PATCH v3 16/30] crypto: n2/des "
` [PATCH v3 17/30] crypto: omap/des "
` [PATCH v3 18/30] crypto: picoxcell/des "
` [PATCH v3 19/30] crypto: qce/des "
` [PATCH v3 20/30] crypto: rk3288/des "
` [PATCH v3 21/30] crypto: stm32/des "
` [PATCH v3 22/30] crypto: sun4i/des "
` [PATCH v3 23/30] crypto: talitos/des "
` [PATCH v3 24/30] crypto: ux500/des "
` [PATCH v3 25/30] crypto: 3des - move verification out of exported routine
` [PATCH v3 26/30] crypto: des - remove unused function
` [PATCH v3 27/30] crypto: des - split off DES library from generic DES cipher driver
` [PATCH v3 28/30] crypto: x86/des - switch to library interface
` [PATCH v3 29/30] crypto: des - remove now unused __des3_ede_setkey()
` [PATCH v3 30/30] fs: cifs: move from the crypto cipher API to the new DES library interface

[PATCH 0/2] crypto: stm32/hash: Fix bug in hmac mode
 2019-06-28 11:26 UTC  (3+ messages)
` [PATCH 1/2] crypto: stm32/hash: Fix hmac issue more than 256 bytes
` [PATCH 2/2] crypto: stm32/hash: remove interruptible condition for dma

[PATCH 1/1] crypto: stm32/crc32 - rename driver file
 2019-06-28 11:26 UTC 

[PATCH v3 00/32] crypto: AES cleanup
 2019-06-28  9:45 UTC  (23+ messages)
` [PATCH v3 13/32] crypto: arm64/aes-neonbs - switch to library version of key expansion routine
` [PATCH v3 14/32] crypto: arm64/aes-ce "
` [PATCH v3 15/32] crypto: generic/aes - drop key expansion routine in favor of library version
` [PATCH v3 16/32] crypto: ctr - add helper for performing a CTR encryption walk
` [PATCH v3 17/32] crypto: aes - move sync ctr(aes) to AES library and generic helper
` [PATCH v3 18/32] crypto: arm64/aes-ce-cipher - use AES library as fallback
` [PATCH v3 19/32] crypto: aes/arm - use native endiannes for key schedule
` [PATCH v3 20/32] crypto: arm/aes-ce - provide a synchronous version of ctr(aes)
` [PATCH v3 21/32] crypto: arm/aes-neonbs "
` [PATCH v3 22/32] crypto: arm/ghash - provide a synchronous version
` [PATCH v3 23/32] bluetooth: switch to AES library
` [PATCH v3 24/32] crypto: amcc/aes - switch to AES library for GCM key derivation
` [PATCH v3 25/32] crypto: ccp - move to AES library for CMAC "
` [PATCH v3 26/32] crypto: chelsio/aes - replace AES cipher calls with library calls
` [PATCH v3 27/32] crypto: aes/generic - unexport last-round AES tables
` [PATCH v3 28/32] crypto: lib/aes - export sbox and inverse sbox
` [PATCH v3 29/32] crypto: arm64/aes-neon - switch to shared AES Sboxes
` [PATCH v3 30/32] crypto: arm/aes-cipher - switch to shared AES inverse Sbox
` [PATCH v3 31/32] crypto: arm64/aes-cipher "
` [PATCH v3 32/32] crypto: arm/aes-scalar - unexport en/decryption routines

[RESEND PATCH 00/10] crypto: k3: Add sa2ul driver
 2019-06-28  5:32 UTC  (22+ messages)
` [RESEND PATCH 01/10] dt-bindings: crypto: k3: Add sa2ul bindings documentation
` [RESEND PATCH 02/10] crypto: sa2ul: Add crypto driver
` [RESEND PATCH 03/10] crypto: sa2ul: Add AES ECB Mode support
` [RESEND PATCH 04/10] crypto: sa2ul: Add aead support for hmac(sha1)cbc(aes) algorithm
` [RESEND PATCH 05/10] crypto: sha256_generic: Export the Transform function
` [RESEND PATCH 06/10] crypto: sa2ul: Add hmac(sha256)cbc(aes) AEAD Algo support
` [RESEND PATCH 07/10] crypto: sa2ul: Add hmac(sha1) HMAC algorithm support
` [RESEND PATCH 08/10] crypto: sa2ul: Add hmac(sha256) "
` [RESEND PATCH 09/10] sa2ul: Add 3DES ECB & CBC Mode support
` [RESEND PATCH 10/10] arm64: dts: k3-am6: Add crypto accelarator node

[PATCH V2] crypto/NX: Set receive window credits to max number of CRBs in RxFIFO
 2019-06-28  4:19 UTC  (2+ messages)

[PATCH] crypto: asymmetric_keys - select CRYPTO_HASH where needed
 2019-06-28  4:19 UTC  (2+ messages)

[PATCH v2 1/2] crypto: testmgr - dynamically allocate testvec_config
 2019-06-28  4:18 UTC  (2+ messages)

[PATCH] crypto: talitos - eliminate unneeded 'done' functions at build time
 2019-06-28  4:18 UTC  (2+ messages)

[PATCH] crypto: sun4i-ss - reduce stack usage
 2019-06-28  4:18 UTC  (2+ messages)

[PATCH 0/4] crypto: ccree: minor fixes
 2019-06-28  4:17 UTC  (2+ messages)

[PATCH v2 05/27] crypto: remove memset after dma_alloc_coherent
 2019-06-28  2:46 UTC 

[PATCH v12 00/11] Appended signatures support for IMA appraisal
 2019-06-28  2:19 UTC  (12+ messages)
` [PATCH v12 01/11] MODSIGN: Export module signature definitions
` [PATCH v12 02/11] PKCS#7: Refactor verify_pkcs7_signature()
` [PATCH v12 03/11] PKCS#7: Introduce pkcs7_get_digest()
` [PATCH v12 04/11] integrity: Select CONFIG_KEYS instead of depending on it
` [PATCH v12 05/11] ima: Add modsig appraise_type option for module-style appended signatures
` [PATCH v12 06/11] ima: Factor xattr_verify() out of ima_appraise_measurement()
` [PATCH v12 07/11] ima: Implement support for module-style appended signatures
` [PATCH v12 08/11] ima: Collect modsig
` [PATCH v12 09/11] ima: Define ima-modsig template
` [PATCH v12 10/11] ima: Store the measurement again when appraising a modsig
` [PATCH v12 11/11] ima: Allow template= option for appraise rules as well

KMSAN: uninit-value in aesti_encrypt
 2019-06-27 19:01 UTC  (5+ messages)
` [net/tls] "

[PATCH] fscrypt: remove selection of CONFIG_CRYPTO_SHA256
 2019-06-27 17:36 UTC  (3+ messages)

[PATCH 11/87] crypto: amcc: Remove call to memset after dma_alloc_coherent
 2019-06-27 17:35 UTC 

[PATCH v5 0/7] crypto: switch to crypto API for ESSIV generation
 2019-06-27 16:40 UTC  (7+ messages)
` [PATCH v5 2/7] fs: crypto: invoke crypto API for ESSIV handling
` [PATCH v5 5/7] crypto: essiv - add test vector for essiv(cbc(aes),aes,sha256)
` [PATCH v5 7/7] crypto: arm64/aes - implement accelerated ESSIV/CBC mode

[PATCH v2 00/30] crypto: DES/3DES cleanup
 2019-06-27 16:34 UTC  (40+ messages)
` [PATCH v2 01/30] crypto: des/3des_ede - add new helpers to verify key length
` [PATCH v2 02/30] crypto: s390/des - switch to new verification routines
` [PATCH v2 03/30] crypto: sparc/des "
` [PATCH v2 04/30] crypto: atmel/des "
` [PATCH v2 05/30] crypto: bcm/des "
` [PATCH v2 06/30] crypto: caam/des "
` [PATCH v2 07/30] crypto: cpt/des "
` [PATCH v2 08/30] crypto: nitrox/des "
` [PATCH v2 09/30] crypto: ccp/des "
` [PATCH v2 10/30] crypto: ccree/des "
` [PATCH v2 11/30] crypto: hifn/des "
` [PATCH v2 12/30] crypto: hisilicon/des "
` [PATCH v2 13/30] crypto: safexcel/des "
` [PATCH v2 14/30] crypto: ixp4xx/des "
` [PATCH v2 15/30] crypto: cesa/des "
` [PATCH v2 16/30] crypto: n2/des "
` [PATCH v2 17/30] crypto: omap/des "
` [PATCH v2 18/30] crypto: picoxcell/des "
` [PATCH v2 19/30] crypto: qce/des "
` [PATCH v2 20/30] crypto: rk3288/des "
` [PATCH v2 21/30] crypto: stm32/des "
` [PATCH v2 22/30] crypto: sun4i/des "
` [PATCH v2 23/30] crypto: talitos/des "
` [PATCH v2 24/30] crypto: ux500/des "
` [PATCH v2 25/30] crypto: 3des - move verification out of exported routine
` [PATCH v2 26/30] crypto: des - remove unused function
` [PATCH v2 27/30] crypto: des - split off DES library from generic DES cipher driver
` [PATCH v2 28/30] crypto: x86/des - switch to library interface
` [PATCH v2 29/30] crypto: des - remove now unused __des3_ede_setkey()
` [PATCH v2 30/30] fs: cifs: move from the crypto cipher API to the new DES library interface

[PATCH] crypto: ccp - Switch to SPDX license identifiers
 2019-06-27 16:23 UTC 

[PATCH v2] crypto: ccp - Validate the the error value used to index error messages
 2019-06-27 16:16 UTC 

[RFC PATCH 00/30] crypto: DES/3DES cleanup
 2019-06-27 11:00 UTC  (7+ messages)
` [RFC PATCH 05/30] crypto: bcm/des - switch to new verification routines
` [RFC PATCH 06/30] crypto: caam/des "

[PATCH v3 0/5] crypto: caam - Add i.MX8MQ support
 2019-06-27 10:50 UTC  (3+ messages)
` [PATCH v3 1/5] crypto: caam - move DMA mask selection into a function


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