linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-28 01:43:20 to 2019-07-03 00:38:06 UTC [more...]

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

[PATCH] crypto: algapi - guard against uninitialized spawn list in crypto_remove_spawns
 2019-07-02 22:11 UTC  (4+ messages)

[PATCH 0/9] crypto: inside-secure - fix cryptomgr extratests issues
 2019-07-02 21:21 UTC  (13+ messages)
` [PATCH] crypto: inside-secure - fix scatter/gather list handling issues
` [PATCH] crypto: inside-secure - fix scatter/gather list to descriptor conversion
` [PATCH 1/9] crypto: inside-secure - keep ivsize for DES ECB modes at 0
` [PATCH 2/9] crypto: inside-secure - silently return -EINVAL for input error cases
` [PATCH 3/9] crypto: inside-secure - fix incorrect skcipher output IV
` [PATCH 4/9] crypto: inside-secure - fix scatter/gather list to descriptor conversion
` [PATCH 5/9] crypto: inside-secure - fix EINVAL error (buf overflow) for AEAD decrypt
` [PATCH 6/9] crypto: inside-secure: back out parts of earlier HMAC update workaround
` [PATCH 7/9] crypto: inside-secure - let HW deal with initial hash digest
` [PATCH 8/9] crypto: inside-secure - add support for arbitrary size hash/HMAC updates
` [PATCH 9/9] crypto: inside-secure - add support for 0 length HMAC messages

[PATCH v4 00/32] crypto: AES cleanup
 2019-07-02 19:41 UTC  (33+ messages)
` [PATCH v4 01/32] crypto: arm/aes-ce - cosmetic/whitespace cleanup
` [PATCH v4 02/32] crypto: aes - rename local routines to prevent future clashes
` [PATCH v4 03/32] crypto: aes/fixed-time - align key schedule with other implementations
` [PATCH v4 04/32] crypto: aes - create AES library based on the fixed time AES code
` [PATCH v4 05/32] crypto: x86/aes-ni - switch to generic for fallback and key routines
` [PATCH v4 06/32] crypto: x86/aes - drop scalar assembler implementations
` [PATCH v4 07/32] crypto: padlock/aes - switch to library version of key expansion routine
` [PATCH v4 08/32] crypto: cesa/aes "
` [PATCH v4 09/32] crypto: safexcel/aes "
` [PATCH v4 10/32] crypto: arm64/ghash - switch to AES library
` [PATCH v4 11/32] crypto: arm/aes-neonbs - switch to library version of key expansion routine
` [PATCH v4 12/32] crypto: arm64/aes-ccm - switch to AES library
` [PATCH v4 13/32] crypto: arm64/aes-neonbs - switch to library version of key expansion routine
` [PATCH v4 14/32] crypto: arm64/aes-ce "
` [PATCH v4 15/32] crypto: generic/aes - drop key expansion routine in favor of library version
` [PATCH v4 16/32] crypto: ctr - add helper for performing a CTR encryption walk
` [PATCH v4 17/32] crypto: aes - move sync ctr(aes) to AES library and generic helper
` [PATCH v4 18/32] crypto: arm64/aes-ce-cipher - use AES library as fallback
` [PATCH v4 19/32] crypto: aes/arm - use native endiannes for key schedule
` [PATCH v4 20/32] crypto: arm/aes-ce - provide a synchronous version of ctr(aes)
` [PATCH v4 21/32] crypto: arm/aes-neonbs "
` [PATCH v4 22/32] crypto: arm/ghash - provide a synchronous version
` [PATCH v4 23/32] bluetooth: switch to AES library
` [PATCH v4 24/32] crypto: amcc/aes - switch to AES library for GCM key derivation
` [PATCH v4 25/32] crypto: ccp - move to AES library for CMAC "
` [PATCH v4 26/32] crypto: chelsio/aes - replace AES cipher calls with library calls
` [PATCH v4 27/32] crypto: aes/generic - unexport last-round AES tables
` [PATCH v4 28/32] crypto: lib/aes - export sbox and inverse sbox
` [PATCH v4 29/32] crypto: arm64/aes-neon - switch to shared AES Sboxes
` [PATCH v4 30/32] crypto: arm/aes-cipher - switch to shared AES inverse Sbox
` [PATCH v4 31/32] crypto: arm64/aes-cipher "
` [PATCH v4 32/32] crypto: arm/aes-scalar - unexport en/decryption routines

[PATCH v2] crypto: ccp/gcm - use const time tag comparison
 2019-07-02 17:46 UTC  (2+ messages)

gcm-aes-ccp self-tests failure
 2019-07-02 17:44 UTC  (2+ messages)

[PATCH v6 0/7] crypto: switch to crypto API for ESSIV generation
 2019-07-02 16:30 UTC  (15+ 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] crypto: ccp/gcm - use const time tag comparison
 2019-07-02 15:53 UTC  (4+ messages)

[PATCH 0/4] crypto: ccree: cleanups, fixes and TEE FIPS support
 2019-07-02 11:39 UTC  (5+ messages)
` [PATCH 1/4] crypto: ccree: drop legacy ivgen support
` [PATCH 2/4] crypto: ccree: account for TEE not ready to report
` [PATCH 3/4] crypto: fips: add FIPS test failure notification chain
` [PATCH 4/4] crypto: ccree: notify TEE on FIPS tests errors

[PATCH v3 00/30] crypto: DES/3DES cleanup
 2019-07-02 10:12 UTC  (33+ 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 v5 0/4] *** SUBJECT HERE ***
 2019-07-02  9:23 UTC  (2+ messages)
` [PATCH v5 0/4] Additional fixes on Talitos driver

[PATCH] crypto: cryptd - Fix skcipher instance memory leak
 2019-07-02  7:53 UTC 

[PATCH 0/3] Add support for Graviton TRNG
 2019-07-01 17:02 UTC  (6+ messages)

[PATCH v12 00/11] Appended signatures support for IMA appraisal
 2019-07-01 14:47 UTC  (14+ 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

[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 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 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  (4+ messages)
` [PATCH v3 28/32] crypto: lib/aes - export sbox and inverse sbox

[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 


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