Linux Crypto
[Prev Page][Next Page]
- Re: [PATCH] crypto: ccree - reduce kernel stack usage with clang
- From: Gilad Ben-Yossef <gilad@xxxxxxxxxxxxx>
- Re: [Bug] Rockchip crypto driver sometimes produces wrong ciphertext
- From: "Ezequiel Garcia" <ezequiel.garcia@xxxxxxxxxxxxx>
- Re: [LTP] [PATCH 4/6] crypto/af_alg03: new regression test for rfc7539 hash alg validation
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [LTP] [PATCH 4/6] crypto/af_alg03: new regression test for rfc7539 hash alg validation
- From: Petr Vorel <pvorel@xxxxxxx>
- Re: [LTP] [PATCH 4/6] crypto/af_alg03: new regression test for rfc7539 hash alg validation
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH v2 3/3] crypto: caam/jr - Remove extra memory barrier during job ring enqueue
- From: Vakul Garg <vakul.garg@xxxxxxx>
- [PATCH v2 2/3] crypto: caam/jr - Removed redundant vars from job ring private data
- From: Vakul Garg <vakul.garg@xxxxxxx>
- [PATCH v2 1/3] crypto: caam/jr - Remove spinlock for output job ring
- From: Vakul Garg <vakul.garg@xxxxxxx>
- [PATCH v2 0/3] CAAM job ring driver cleanups
- From: Vakul Garg <vakul.garg@xxxxxxx>
- Re: [LTP] [PATCH 0/6] ltp: AF_ALG test helpers and a few regression tests
- From: Petr Vorel <pvorel@xxxxxxx>
- Re: [LTP] [PATCH 2/6] crypto/af_alg01: new regression test for hmac nesting bug
- From: Petr Vorel <pvorel@xxxxxxx>
- Re: [LTP] [PATCH 1/6] lib: add tst_af_alg lib
- From: Petr Vorel <pvorel@xxxxxxx>
- Re: [LTP] [PATCH 4/6] crypto/af_alg03: new regression test for rfc7539 hash alg validation
- From: Petr Vorel <pvorel@xxxxxxx>
- Re: [PATCH 1/3] crypto: caam/jr - Remove spinlock for output job ring
- From: Chris Spencer <spencercw@xxxxxxxxx>
- [PATCH] crypto: Kconfig - fix typos AEGSI -> AEGIS
- From: Ondrej Mosnacek <omosnace@xxxxxxxxxx>
- Re: [PATCH 0/9] crypto: add SIMD helpers for AEADs
- From: Ondrej Mosnacek <omosnace@xxxxxxxxxx>
- Re: [PATCH] crypto: vmx - fix copy-paste error in CTR mode
- From: Daniel Axtens <dja@xxxxxxxxxx>
- Re: [PATCH] crypto: vmx - fix copy-paste error in CTR mode
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH] crypto: vmx - fix copy-paste error in CTR mode
- From: Daniel Axtens <dja@xxxxxxxxxx>
- [PATCH] crypto: salsa20-generic - use crypto_xor_cpy()
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH] crypto: chacha-generic - use crypto_xor_cpy()
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH 3/3] crypto: caam/jr - Remove extra memory barrier during job ring enqueue
- From: Vakul Garg <vakul.garg@xxxxxxx>
- [PATCH 2/3] crypto: caam/jr - Remove redundant vars from job ring private data
- From: Vakul Garg <vakul.garg@xxxxxxx>
- [PATCH 1/3] crypto: caam/jr - Remove spinlock for output job ring
- From: Vakul Garg <vakul.garg@xxxxxxx>
- [PATCH 0/3] CAAM job ring driver cleanups
- From: Vakul Garg <vakul.garg@xxxxxxx>
- Re: [Bug] Rockchip crypto driver sometimes produces wrong ciphertext
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH] crypto: vmx - fix copy-paste error in CTR mode
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH] crypto: vmx - fix copy-paste error in CTR mode
- From: Daniel Axtens <dja@xxxxxxxxxx>
- Re: BUG: p8_aes_ctr randomly returns wrong results
- From: Daniel Axtens <dja@xxxxxxxxxx>
- [PATCH v3 mailbox+firmware 5/6] firmware: turris-mox-rwtm: Add sysfs documentation
- From: Marek Behún <marek.behun@xxxxxx> (by way of Marek Behun <marek.behun@xxxxxx>)
- [PATCH v3 mailbox+firmware 4/6] firmware: Add Turris Mox rWTM firmware driver
- From: Marek Behún <marek.behun@xxxxxx> (by way of Marek Behun <marek.behun@xxxxxx>)
- Re: [PATCH 0/6] ltp: AF_ALG test helpers and a few regression tests
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH] crypto: ccree - reduce kernel stack usage with clang
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: BUG: p8_aes_ctr randomly returns wrong results
- From: Daniel Axtens <dja@xxxxxxxxxx>
- Re: [GIT] Crypto Fixes for 5.1
- From: pr-tracker-bot@xxxxxxxxxx
- Re: BUG: p8_aes_ctr randomly returns wrong results
- From: Ondrej Mosnáček <omosnacek@xxxxxxxxx>
- BUG: p8_aes_ctr randomly returns wrong results
- From: Ondrej Mosnáček <omosnacek@xxxxxxxxx>
- Re: [PATCH 0/8] crypto: test the !may_use_simd() fallback code
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- Re: [PATCH 8/8] crypto: testmgr - test the !may_use_simd() fallback code
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- Re: [PATCH 7/8] crypto: simd - convert to use crypto_simd_usable()
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- Re: [PATCH 6/8] crypto: arm64 - convert to use crypto_simd_usable()
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- Re: [PATCH 5/8] crypto: arm - convert to use crypto_simd_usable()
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- Re: [PATCH 4/8] crypto: x86 - convert to use crypto_simd_usable()
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- Re: [PATCH 3/8] crypto: simd,testmgr - introduce crypto_simd_usable()
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- Re: [PATCH 2/8] crypto: arm64/gcm-aes-ce - fix no-NEON fallback code
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- Re: [PATCH 1/8] crypto: chacha-generic - fix use as arm64 no-NEON fallback
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- [PATCH 6/8] crypto: arm64 - convert to use crypto_simd_usable()
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH 8/8] crypto: testmgr - test the !may_use_simd() fallback code
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH 5/8] crypto: arm - convert to use crypto_simd_usable()
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH 7/8] crypto: simd - convert to use crypto_simd_usable()
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH 4/8] crypto: x86 - convert to use crypto_simd_usable()
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH 0/8] crypto: test the !may_use_simd() fallback code
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH 1/8] crypto: chacha-generic - fix use as arm64 no-NEON fallback
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH 3/8] crypto: simd,testmgr - introduce crypto_simd_usable()
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH 2/8] crypto: arm64/gcm-aes-ce - fix no-NEON fallback code
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Announce loop-AES-v3.7n file/swap crypto package
- From: Jari Ruusu <jari.ruusu@xxxxxxxxx>
- [GIT] Crypto Fixes for 5.1
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- mainline/master boot bisection: v5.0-10530-g6bc3fe8e7e17 on peach-pi
- From: "kernelci.org bot" <bot@xxxxxxxxxxxx>
- [PATCH] hwrng: omap - Set default quality
- From: Rouven Czerwinski <r.czerwinski@xxxxxxxxxxxxxx>
- [PATCH 7/9] crypto: x86/morus640 - convert to use AEAD SIMD helpers
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH 8/9] crypto: x86/morus1280 - convert to use AEAD SIMD helpers
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH 6/9] crypto: x86/aegis256 - convert to use AEAD SIMD helpers
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH 5/9] crypto: x86/aegis128l - convert to use AEAD SIMD helpers
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH 9/9] crypto: testmgr - remove workaround for AEADs that modify aead_request
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH 4/9] crypto: x86/aegis128 - convert to use AEAD SIMD helpers
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH 2/9] crypto: x86/aesni - convert to use skcipher SIMD bulk registration
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH 3/9] crypto: x86/aesni - convert to use AEAD SIMD helpers
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH 1/9] crypto: simd - support wrapping AEAD algorithms
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH 0/9] crypto: add SIMD helpers for AEADs
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH v2] HID: add driver for U2F Zero built-in LED and RNG
- From: Andrej Shadura <andrew.shadura@xxxxxxxxxxxxxxx>
- [possible PATCH] crypto: sahara - Use #ifdef DEBUG not IS_ENABLED(DEBUG)
- From: Joe Perches <joe@xxxxxxxxxxx>
- Re: [PATCH RESEND v3] crypto: caam - add missing put_device() call
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] crypto: s5p-sss - fix AES support for Exynos5433
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: mainline/master boot bisection: v5.0-4854-g8dcd175bc3d5 on odroid-xu3
- From: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
- mainline/master boot bisection: v5.0-5022-g542d0e583b7b on odroid-xu3
- From: "kernelci.org bot" <bot@xxxxxxxxxxxx>
- mainline/master boot bisection: v5.0-4854-g8dcd175bc3d5 on odroid-xu3
- From: "kernelci.org bot" <bot@xxxxxxxxxxxx>
- Re: [PATCH v4 3/3] crypto: s5p: add AES support for Exynos5433
- From: Guenter Roeck <linux@xxxxxxxxxxxx>
- Re: [PATCH v4 3/3] crypto: s5p: add AES support for Exynos5433
- From: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
- Re: [PATCH v3] crypto: caam/jr - optimize job ring enqueue and dequeue operations
- From: Horia Geanta <horia.geanta@xxxxxxx>
- [PATCH v3] crypto: caam/jr - optimize job ring enqueue and dequeue operations
- From: Vakul Garg <vakul.garg@xxxxxxx>
- Re: [PATCH] crypto: caam/jr - optimize job ring enqueue and dequeue operations
- From: Horia Geanta <horia.geanta@xxxxxxx>
- [PATCH v2] crypto: caam/jr - optimize job ring enqueue and dequeue operations
- From: Vakul Garg <vakul.garg@xxxxxxx>
- Re: [GIT] Crypto Update for 5.1
- From: pr-tracker-bot@xxxxxxxxxx
- RE: [PATCH] crypto: caam/jr - optimize job ring enqueue and dequeue operations
- From: Vakul Garg <vakul.garg@xxxxxxx>
- Re: [PATCH v4 3/3] crypto: s5p: add AES support for Exynos5433
- From: Guenter Roeck <linux@xxxxxxxxxxxx>
- Re: [PATCH] crypto: caam/jr - optimize job ring enqueue and dequeue operations
- From: Horia Geanta <horia.geanta@xxxxxxx>
- Re: [RFC 4/4] crypto: caam - use job ring for RNG instantiation instead of DECO
- From: Chris Spencer <spencercw@xxxxxxxxx>
- [GIT] Crypto Update for 5.1
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- [PATCH] crypto: caam/jr - optimize job ring enqueue and dequeue operations
- From: Vakul Garg <vakul.garg@xxxxxxx>
- Re: [RFC 4/4] crypto: caam - use job ring for RNG instantiation instead of DECO
- From: Horia Geanta <horia.geanta@xxxxxxx>
- Re: [GIT] Crypto Fixes for 5.0
- From: pr-tracker-bot@xxxxxxxxxx
- [GIT] Crypto Fixes for 5.0
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [GIT] Crypto Fixes for 5.0
- From: pr-tracker-bot@xxxxxxxxxx
- [PATCH v7 00/11] crypto: add EC-RDSA (GOST 34.10) algorithm
- From: Vitaly Chikunov <vt@xxxxxxxxxxxx>
- [PATCH v7 02/11] crypto: akcipher - check the presence of callback before the call
- From: Vitaly Chikunov <vt@xxxxxxxxxxxx>
- [PATCH v7 07/11] crypto: Kconfig - create Public-key cryptography section
- From: Vitaly Chikunov <vt@xxxxxxxxxxxx>
- [PATCH v7 05/11] KEYS: do not kmemdup digest in {public,tpm}_key_verify_signature
- From: Vitaly Chikunov <vt@xxxxxxxxxxxx>
- [PATCH v7 03/11] crypto: rsa - unimplement sign/verify for raw RSA backends
- From: Vitaly Chikunov <vt@xxxxxxxxxxxx>
- [PATCH v7 06/11] X.509: parse public key parameters from x509 for akcipher
- From: Vitaly Chikunov <vt@xxxxxxxxxxxx>
- [PATCH v7 08/11] crypto: ecc - make ecc into separate module
- From: Vitaly Chikunov <vt@xxxxxxxxxxxx>
- [PATCH v7 11/11] integrity: support EC-RDSA signatures for asymmetric_verify
- From: Vitaly Chikunov <vt@xxxxxxxxxxxx>
- [PATCH v7 10/11] crypto: ecrdsa - add EC-RDSA test vectors to testmgr
- From: Vitaly Chikunov <vt@xxxxxxxxxxxx>
- [PATCH v7 09/11] crypto: ecrdsa - add EC-RDSA (GOST 34.10) algorithm
- From: Vitaly Chikunov <vt@xxxxxxxxxxxx>
- [PATCH v7 04/11] crypto: akcipher - new verify API for public key algorithms
- From: Vitaly Chikunov <vt@xxxxxxxxxxxx>
- [PATCH v7 01/11] KEYS: report to keyctl only actually supported key ops
- From: Vitaly Chikunov <vt@xxxxxxxxxxxx>
- [PATCH RESEND v3] crypto: caam - add missing put_device() call
- From: Horia Geantă <horia.geanta@xxxxxxx>
- Re: [RFC PATCH 1/4] X.509: Parse public key parameters from x509 for akcipher
- From: Vitaly Chikunov <vt@xxxxxxxxxxxx>
- Re: [PATCH] crypto: s5p-sss - fix AES support for Exynos5433
- From: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
- [PATCH] crypto: s5p-sss - fix AES support for Exynos5433
- From: Kamil Konieczny <k.konieczny@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v4 3/3] crypto: s5p: add AES support for Exynos5433
- From: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
- Re: [PATCH v4 3/3] crypto: s5p: add AES support for Exynos5433
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- Re: [PATCH v4 3/3] crypto: s5p: add AES support for Exynos5433
- From: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
- Re: [RFC PATCH] crypto: pcrypt - forbid recursive instantiation
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v5 04/10] crypto: akcipher - new verify API for public key algorithms
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v5 04/10] crypto: akcipher - new verify API for public key algorithms
- From: Vitaly Chikunov <vt@xxxxxxxxxxxx>
- Re: [PATCH v5 04/10] crypto: akcipher - new verify API for public key algorithms
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH v5 04/10] crypto: akcipher - new verify API for public key algorithms
- From: Vitaly Chikunov <vt@xxxxxxxxxxxx>
- Re: [PATCH v5 04/10] crypto: akcipher - new verify API for public key algorithms
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [RFC 4/4] crypto: caam - use job ring for RNG instantiation instead of DECO
- From: Chris Spencer <spencercw@xxxxxxxxx>
- Re: [RFC PATCH 1/4] X.509: Parse public key parameters from x509 for akcipher
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH 1/4] X.509: Parse public key parameters from x509 for akcipher
- From: Vitaly Chikunov <vt@xxxxxxxxxxxx>
- Re: [RFC PATCH 1/4] X.509: Parse public key parameters from x509 for akcipher
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH 1/4] X.509: Parse public key parameters from x509 for akcipher
- From: Vitaly Chikunov <vt@xxxxxxxxxxxx>
- Re: [RFC PATCH 1/4] X.509: Parse public key parameters from x509 for akcipher
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH 1/4] X.509: Parse public key parameters from x509 for akcipher
- From: Vitaly Chikunov <vt@xxxxxxxxxxxx>
- Re: [RFC PATCH 1/4] X.509: Parse public key parameters from x509 for akcipher
- From: Vitaly Chikunov <vt@xxxxxxxxxxxx>
- Re: [PATCH 08/12] crypto: add missing of_node_put after of_device_is_available
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] crypto: cavium/zip - fix collision with generic cra_driver_name
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 0/2] crypto: arm64/chacha - fix for big endian
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v4 0/3] add AES support for Exynos5433
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] crypto: af_alg - use struct_size() in sock_kfree_s()
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2] crypto: caam - remove redundant likely/unlikely annotation
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2] crypto: s5p: update iv after AES-CBC op end
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] crypto: x86/poly1305 - Clear key material from stack in SSE2 variant
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 0/3] crypto: caam/jr - DMA API fixes
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] hwrng: bcm2835 - fix probe as platform device
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] crypto: s5p-sss - Use AES_BLOCK_SIZE define instead of number
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] crypto: stm32 - drop pointless static qualifier in stm32_hash_remove()
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] crypto/chelsio/chcr: Fixed Traffic Stall
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH -next] crypto: marvell - Remove set but not used variable 'ivsize'
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH 1/4] X.509: Parse public key parameters from x509 for akcipher
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- [GIT] Crypto Fixes for 5.0
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v5 04/10] crypto: akcipher - new verify API for public key algorithms
- From: Vitaly Chikunov <vt@xxxxxxxxxxxx>
- Re: [PATCH v5 04/10] crypto: akcipher - new verify API for public key algorithms
- From: Mimi Zohar <zohar@xxxxxxxxxxxxx>
- [PATCH RFC v6] integrity: support EC-RDSA signatures for asymmetric_verify
- From: Vitaly Chikunov <vt@xxxxxxxxxxxx>
- Re: [PATCH] crypto: cavium/zip - fix collision with generic cra_driver_name
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: SEV Command Privilege Separation
- From: "Singh, Brijesh" <brijesh.singh@xxxxxxx>
- Re: [RFC 4/4] crypto: caam - use job ring for RNG instantiation instead of DECO
- From: Chris Spencer <spencercw@xxxxxxxxx>
- Re: [RFC 4/4] crypto: caam - use job ring for RNG instantiation instead of DECO
- From: Horia Geanta <horia.geanta@xxxxxxx>
- Re: [PATCH v5 10/10] integrity: support EC-RDSA signatures for asymmetric_verify
- From: Mimi Zohar <zohar@xxxxxxxxxxxxx>
- Re: [PATCH] crypto: cavium/zip - fix collision with generic cra_driver_name
- From: Jan Glauber <jglauber@xxxxxxxxxxx>
- Re: general protection fault in gcmaes_crypt_by_sg
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH v5 10/10] integrity: support EC-RDSA signatures for asymmetric_verify
- From: Vitaly Chikunov <vt@xxxxxxxxxxxx>
- Re: [PATCH] crypto: ccp: introduce SEV_GET_ID2 command
- From: "Singh, Brijesh" <brijesh.singh@xxxxxxx>
- Re: [PATCH v5 10/10] integrity: support EC-RDSA signatures for asymmetric_verify
- From: Thiago Jung Bauermann <bauerman@xxxxxxxxxxxxx>
- Re: [RFC 0/4] crypto: caam - Add i.MX8MQ support
- From: Chris Spencer <spencercw@xxxxxxxxx>
- Re: [RFC 4/4] crypto: caam - use job ring for RNG instantiation instead of DECO
- From: Chris Spencer <spencercw@xxxxxxxxx>
- Re: [RFC 4/4] crypto: caam - use job ring for RNG instantiation instead of DECO
- From: Horia Geanta <horia.geanta@xxxxxxx>
- Re: [RFC 0/4] crypto: caam - Add i.MX8MQ support
- From: Chris Spencer <spencercw@xxxxxxxxx>
- Re: [RFC 0/4] crypto: caam - Add i.MX8MQ support
- From: Horia Geanta <horia.geanta@xxxxxxx>
- Re: [PATCH v7 07/28] x86/asm/crypto: annotate local functions
- From: Borislav Petkov <bp@xxxxxxxxx>
- Re: [RFC 1/4] crypto: caam - fix detection of i.MX8 SoC
- From: Chris Spencer <spencercw@xxxxxxxxx>
- Re: [RFC PATCH 1/4] X.509: Parse public key parameters from x509 for akcipher
- From: Vitaly Chikunov <vt@xxxxxxxxxxxx>
- [PATCH v5 00/10] crypto: add EC-RDSA (GOST 34.10) algorithm
- From: Vitaly Chikunov <vt@xxxxxxxxxxxx>
- [PATCH v5 02/10] crypto: akcipher - check the presence of callback before the call
- From: Vitaly Chikunov <vt@xxxxxxxxxxxx>
- [PATCH v5 01/10] KEYS: report to keyctl only actually supported key ops
- From: Vitaly Chikunov <vt@xxxxxxxxxxxx>
- [PATCH v5 03/10] crypto: rsa - unimplement sign/verify for raw RSA backends
- From: Vitaly Chikunov <vt@xxxxxxxxxxxx>
- [PATCH v5 04/10] crypto: akcipher - new verify API for public key algorithms
- From: Vitaly Chikunov <vt@xxxxxxxxxxxx>
- [PATCH v5 09/10] crypto: ecrdsa - add EC-RDSA test vectors to testmgr
- From: Vitaly Chikunov <vt@xxxxxxxxxxxx>
- [PATCH v5 07/10] crypto: ecc - make ecc into separate module
- From: Vitaly Chikunov <vt@xxxxxxxxxxxx>
- [PATCH v5 08/10] crypto: ecrdsa - add EC-RDSA (GOST 34.10) algorithm
- From: Vitaly Chikunov <vt@xxxxxxxxxxxx>
- [PATCH v5 05/10] X.509: parse public key parameters from x509 for akcipher
- From: Vitaly Chikunov <vt@xxxxxxxxxxxx>
- [PATCH v5 10/10] integrity: support EC-RDSA signatures for asymmetric_verify
- From: Vitaly Chikunov <vt@xxxxxxxxxxxx>
- [PATCH v5 06/10] crypto: Kconfig - create Public-key cryptography section
- From: Vitaly Chikunov <vt@xxxxxxxxxxxx>
- [PATCH 00/12] add missing of_node_put after of_device_is_available
- From: Julia Lawall <Julia.Lawall@xxxxxxx>
- [PATCH 08/12] crypto: add missing of_node_put after of_device_is_available
- From: Julia Lawall <Julia.Lawall@xxxxxxx>
- Re: [PATCH 2/2] crypto: arm64/chacha - fix hchacha_block_neon() for big endian
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- Re: [PATCH 1/2] crypto: arm64/chacha - fix chacha_4block_xor_neon() for big endian
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- [PATCH] crypto: cavium/zip - fix collision with generic cra_driver_name
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH 1/2] crypto: arm64/chacha - fix chacha_4block_xor_neon() for big endian
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH 2/2] crypto: arm64/chacha - fix hchacha_block_neon() for big endian
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH 0/2] crypto: arm64/chacha - fix for big endian
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH v4 0/3] add AES support for Exynos5433
- From: Kamil Konieczny <k.konieczny@xxxxxxxxxxxxxxxxxxx>
- [PATCH v4 2/3] dt-bindings: crypto: document Exynos5433 SlimSSS
- From: Kamil Konieczny <k.konieczny@xxxxxxxxxxxxxxxxxxx>
- [PATCH v4 3/3] crypto: s5p: add AES support for Exynos5433
- From: Kamil Konieczny <k.konieczny@xxxxxxxxxxxxxxxxxxx>
- [PATCH v4 1/3] arm64: dts: exynos: add SlimSSS for Exynos5433
- From: Kamil Konieczny <k.konieczny@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 0/2] SHA fixes for 32-bit ARM
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] crypto: ccp - Update driver messages to remove some confusion
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] crypto: adiantum - add 1536 and 4096-byte test vectors
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] crypto: nhpoly1305 - add a test vector with len % 16 != 0
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 0/6] crypto: test that CBC and CTR update the IV
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 1/2] crypto: rockchip - fix scatterlist nents error
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] crypto: ccree - fix missing break in switch statement
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 0/3] crypto: caam/qi2 - performance-related updates
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 1/2] crypto: chtls: remove cdev_list_lock
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] crypto: ccree: add missing inline qualifier
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2] crypto: caam - remove redundant likely/unlikely annotation
- From: Horia Geanta <horia.geanta@xxxxxxx>
- [RFC 4/4] crypto: caam - use job ring for RNG instantiation instead of DECO
- From: spencercw@xxxxxxxxx
- [RFC 3/4] crypto: caam - correct DMA address size for the i.MX8
- From: spencercw@xxxxxxxxx
- [RFC 2/4] crypto: caam - do not initialise clocks on the i.MX8
- From: spencercw@xxxxxxxxx
- [RFC 1/4] crypto: caam - fix detection of i.MX8 SoC
- From: spencercw@xxxxxxxxx
- [RFC 0/4] crypto: caam - Add i.MX8MQ support
- From: spencercw@xxxxxxxxx
- Re: [PATCH] crypto: ccp: introduce SEV_GET_ID2 command
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH v3 07/18] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH] crypto: af_alg - use struct_size() in sock_kfree_s()
- From: "Gustavo A. R. Silva" <gustavo@xxxxxxxxxxxxxx>
- Re: [RFC PATCH v3 07/18] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
- From: Richard Weinberger <richard@xxxxxx>
- Re: [RFC PATCH v3 07/18] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH 5/6] crypto/af_alg04: new regression test for vmac race conditions
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH 1/6] lib: add tst_af_alg lib
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH 4/6] crypto/af_alg03: new regression test for rfc7539 hash alg validation
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH 6/6] crypto/af_alg05: new regression test for skcipher_walk error bug
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH 2/6] crypto/af_alg01: new regression test for hmac nesting bug
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH 3/6] crypto/af_alg02: new regression test for salsa20 empty message bug
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH 0/6] ltp: AF_ALG test helpers and a few regression tests
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH -next] hwrng: make symbol 'optee_rng_id_table' static
- From: Sumit Garg <sumit.garg@xxxxxxxxxx>
- Re: [RFC PATCH v3 07/18] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
- From: Richard Weinberger <richard.weinberger@xxxxxxxxx>
- Re: [RFC PATCH v3 04/18] fs: add ->s_master_keys to struct super_block
- From: Richard Weinberger <richard.weinberger@xxxxxxxxx>
- Re: [PATCH -next] hwrng: make symbol 'optee_rng_id_table' static
- From: Jeffrey Walton <noloader@xxxxxxxxx>
- Re: [RFC PATCH v3 00/18] fscrypt: key management improvements
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH] crypto: ccree - fix missing break in switch statement
- From: "Gustavo A. R. Silva" <gustavo@xxxxxxxxxxxxxx>
- Re: [RFC PATCH v3 00/18] fscrypt: key management improvements
- From: David Howells <dhowells@xxxxxxxxxx>
- Re: [PATCH -next] hwrng: make symbol 'optee_rng_id_table' static
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH -next] hwrng: make symbol 'optee_rng_id_table' static
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH -next] hwrng: make symbol 'optee_rng_id_table' static
- From: Sumit Garg <sumit.garg@xxxxxxxxxx>
- Re: general protection fault in gcmaes_crypt_by_sg
- From: Dmitry Vyukov <dvyukov@xxxxxxxxxx>
- Re: [PATCH -next] hwrng: make symbol 'optee_rng_id_table' static
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [PATCH] hwrng: optee: Initialize some structs using memset instead of braces
- From: Arnd Bergmann <arnd@xxxxxxxx>
- Re: [RFC PATCH] crypto: pcrypt - forbid recursive instantiation
- From: Steffen Klassert <steffen.klassert@xxxxxxxxxxx>
- Re: [PATCH -next] hwrng: make symbol 'optee_rng_id_table' static
- From: Sumit Garg <sumit.garg@xxxxxxxxxx>
- [bugzilla-daemon@xxxxxxxxxxxxxxxxxxx: [Bug 202405] Corrupted data when writing to dm-crypt device]
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- [PATCH v2] crypto: caam - remove redundant likely/unlikely annotation
- From: Chengguang Xu <cgxu519@xxxxxxx>
- Re: [PATCH -next] hwrng: make symbol 'optee_rng_id_table' static
- From: Colin Ian King <colin.king@xxxxxxxxxxxxx>
- Re: [PATCH -next] hwrng: make symbol 'optee_rng_id_table' static
- From: Dan Carpenter <dan.carpenter@xxxxxxxxxx>
- Re: [PATCH] crypo: caam: remove redundant likely/unlikely annotation
- From: Horia Geanta <horia.geanta@xxxxxxx>
- Re: [PATCH -next] hwrng: make symbol 'optee_rng_id_table' static
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- Re: [PATCH -next] hwrng: make symbol 'optee_rng_id_table' static
- From: Sumit Garg <sumit.garg@xxxxxxxxxx>
- [PATCH] crypo: caam: remove redundant likely/unlikely annotation
- From: Chengguang Xu <cgxu519@xxxxxxx>
- [PATCH -next] hwrng: make symbol 'optee_rng_id_table' static
- From: Wei Yongjun <weiyongjun1@xxxxxxxxxx>
- Re: [RFC PATCH v3 00/18] fscrypt: key management improvements
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [RFC PATCH v3 00/18] fscrypt: key management improvements
- From: Andreas Dilger <adilger@xxxxxxxxx>
- [RFC PATCH v3 04/18] fs: add ->s_master_keys to struct super_block
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH v3 02/18] fscrypt: use FSCRYPT_ prefix for uapi constants
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH v3 06/18] fscrypt: refactor v1 policy key setup into keysetup_legacy.c
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH v3 08/18] fs/dcache.c: add shrink_dcache_inode()
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH v3 07/18] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH v3 14/18] fscrypt: require that key be added when setting a v2 encryption policy
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH v3 11/18] fscrypt: add an HKDF-SHA512 implementation
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH v3 05/18] fscrypt: add ->ci_inode to fscrypt_info
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH v3 13/18] fscrypt: allow unprivileged users to add/remove keys for v2 policies
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH v3 15/18] ext4: wire up new fscrypt ioctls
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH v3 09/18] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH v3 12/18] fscrypt: v2 encryption policy support
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH v3 17/18] ubifs: wire up new fscrypt ioctls
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH v3 16/18] f2fs: wire up new fscrypt ioctls
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH v3 18/18] fscrypt: document the new ioctls and policy version
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH v3 10/18] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH v3 03/18] fscrypt: use FSCRYPT_* definitions, not FS_*
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH v3 01/18] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH v3 00/18] fscrypt: key management improvements
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH v2 2/4] crypto: hisilicon: Add queue management driver for HiSilicon QM module
- From: Zhou Wang <wangzhou1@xxxxxxxxxxxxx>
- Re: [PATCH v2 2/4] crypto: hisilicon: Add queue management driver for HiSilicon QM module
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH] crypto: pcrypt - forbid recursive instantiation
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] hwrng: bcm2835 - fix probe as platform device
- From: Florian Fainelli <f.fainelli@xxxxxxxxx>
- Re: [PATCH v2] crypto: s5p: update iv after AES-CBC op end
- From: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
- [PATCH v2] crypto: s5p: update iv after AES-CBC op end
- From: Kamil Konieczny <k.konieczny@xxxxxxxxxxxxxxxxxxx>
- [PATCH] crypto: x86/poly1305 - Clear key material from stack in SSE2 variant
- From: Tommi Hirvola <tommi@xxxxxxxxxx>
- [PATCH 3/3] crypto: caam - generate hash keys in-place
- From: Horia Geantă <horia.geanta@xxxxxxx>
- [PATCH 1/3] crypto: caam - fix hash context DMA unmap size
- From: Horia Geantă <horia.geanta@xxxxxxx>
- [PATCH 2/3] crypto: caam - fix DMA mapping xcbc key twice
- From: Horia Geantă <horia.geanta@xxxxxxx>
- [PATCH 0/3] crypto: caam/jr - DMA API fixes
- From: Horia Geantă <horia.geanta@xxxxxxx>
- [PATCH] hwrng: bcm2835 - fix probe as platform device
- From: Jonas Gorski <jonas.gorski@xxxxxxxxx>
- Re: [PATCH] crypto: s5p: update iv after AES op end
- From: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
- [PATCH] crypto: s5p-sss - Use AES_BLOCK_SIZE define instead of number
- From: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
- Re: [Bug] s5p-sss crypto driver doesn't set next AES-CBC IV
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- Re: [Bug] s5p-sss crypto driver doesn't set next AES-CBC IV
- From: Kamil Konieczny <k.konieczny@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] crypto: caam: set hwrng quality level
- From: Horia Geanta <horia.geanta@xxxxxxx>
- Re: [PATCH -next] hwrng: Fix unsigned comparison with less than zero
- From: Sumit Garg <sumit.garg@xxxxxxxxxx>
- [PATCH -next] hwrng: Fix unsigned comparison with less than zero
- From: YueHaibing <yuehaibing@xxxxxxxxxx>
- Re: [PATCH v2 0/6] General Key Derivation Function Support
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] hwrng: optee: Initialize some structs using memset instead of braces
- From: Sumit Garg <sumit.garg@xxxxxxxxxx>
- Re: [RFC PATCH 1/4] X.509: Parse public key parameters from x509 for akcipher
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- [PATCH] hwrng: optee: Initialize some structs using memset instead of braces
- From: Nathan Chancellor <natechancellor@xxxxxxxxx>
- [PATCH] crypto: s5p: update iv after AES op end
- From: Kamil Konieczny <k.konieczny@xxxxxxxxxxxxxxxxxxx>
- [PATCH] crypto: stm32 drop pointless static qualifier in stm32_hash_remove()
- From: Mao Wenan <maowenan@xxxxxxxxxx>
- Re: [PATCH] crypto: ccree: add missing inline qualifier
- From: Gilad Ben-Yossef <gilad@xxxxxxxxxxxxx>
- [PATCH] crypto/chelsio/chcr: Fixed Traffic Stall
- From: Atul Gupta <atul.gupta@xxxxxxxxxxx>
- Re: [PATCH] crypto: ccree: add missing inline qualifier
- From: Geert Uytterhoeven <geert@xxxxxxxxxxxxxx>
- [PATCH -next] crypto: marvell - Remove set but not used variable 'ivsize'
- From: YueHaibing <yuehaibing@xxxxxxxxxx>
- [PATCH 2/2] crypto: sha512/arm - fix crash bug in Thumb2 build
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- [PATCH 1/2] crypto: sha256/arm - fix crash bug in Thumb2 build
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- [PATCH 0/2] SHA fixes for 32-bit ARM
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- Re: [Bug] s5p-sss crypto driver doesn't set next AES-CBC IV
- From: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
- [Bug] s5p-sss crypto driver doesn't set next AES-CBC IV
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH] crypto: ccp - Update driver messages to remove some confusion
- From: "Lendacky, Thomas" <Thomas.Lendacky@xxxxxxx>
- Re: [GIT] Crypto Fixes for 5.0
- From: pr-tracker-bot@xxxxxxxxxx
- Re: [PATCH 0/4] crypto: caam - add ecb mode support
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 0/4] crypto: caam - add ecb mode support
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH 0/4] crypto: caam - add ecb mode support
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 0/4] crypto: caam - add ecb mode support
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- [GIT] Crypto Fixes for 5.0
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- SEV Command Privilege Separation
- From: Nathaniel McCallum <npmccallum@xxxxxxxxxx>
- Re: [PATCH 0/4] crypto: caam - add ecb mode support
- From: Horia Geanta <horia.geanta@xxxxxxx>
- Re: [PATCH] crypto: ccp: introduce SEV_GET_ID2 command
- From: "Singh, Brijesh" <brijesh.singh@xxxxxxx>
- [PATCH] crypto: adiantum - add 1536 and 4096-byte test vectors
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH] crypto: nhpoly1305 - add a test vector with len % 16 != 0
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH] crypto: ccp: introduce SEV_GET_ID2 command
- From: Nathaniel McCallum <npmccallum@xxxxxxxxxx>
- Re: [PATCH 5/6] crypto: arm64/aes-blk - update IV after partial final CTR block
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH 5/6] crypto: arm64/aes-blk - update IV after partial final CTR block
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- Re: [PATCH 5/6] crypto: arm64/aes-blk - update IV after partial final CTR block
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH 5/6] crypto: arm64/aes-blk - update IV after partial final CTR block
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- [PATCH 2/6] crypto: testmgr - support checking skcipher output IV
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH 6/6] crypto: arm/aes-ce - update IV after partial final CTR block
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH 5/6] crypto: arm64/aes-blk - update IV after partial final CTR block
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH 4/6] crypto: testmgr - add iv_out to all CTR test vectors
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH 3/6] crypto: testmgr - add iv_out to all CBC test vectors
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH 1/6] crypto: testmgr - remove extra bytes from 3DES-CTR IVs
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH 0/6] crypto: test that CBC and CTR update the IV
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH] crypto: caam - Do not overwrite IV
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- Re: [PATCH] crypto: caam - Do not overwrite IV
- From: Horia Geanta <horia.geanta@xxxxxxx>
- [PATCH] crypto: ccp: introduce SEV_GET_ID2 command
- From: "Singh, Brijesh" <brijesh.singh@xxxxxxx>
- Re: [PATCH 0/4] crypto: caam - add ecb mode support
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH 0/4] crypto: caam - add ecb mode support
- From: Horia Geanta <horia.geanta@xxxxxxx>
- [PATCH] crypto: caam: set hwrng quality level
- From: Philipp Puschmann <philipp.puschmann@xxxxxxxxx>
- [PATCH 1/2] crypto: rockchip - fix scatterlist nents error
- From: zhangzj@xxxxxxxxxxxxxx
- [PATCH 2/2] crypto: rockchip - update new iv to device in multiple operations
- From: zhangzj@xxxxxxxxxxxxxx
- Re: [PATCH v6 0/4] Introduce TEE bus driver framework
- From: Sumit Garg <sumit.garg@xxxxxxxxxx>
- Re: [PATCH v6 0/4] Introduce TEE bus driver framework
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- Re: [PATCH v6 0/4] Introduce TEE bus driver framework
- From: Sumit Garg <sumit.garg@xxxxxxxxxx>
- Re: [PATCH v6 0/4] Introduce TEE bus driver framework
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- Re: [PATCH] crypto: caam - Do not overwrite IV
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- Re: [RFC PATCH v2 11/20] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [RFC PATCH v2 11/20] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [RFC PATCH v2 11/20] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
- From: Dave Chinner <david@xxxxxxxxxxxxx>
- Re: [PATCH 2/2] crypto: user: remove crypto_cfg_mutex
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH] crypto: ccree - fix missing break in switch statement
- From: "Gustavo A. R. Silva" <gustavo@xxxxxxxxxxxxxx>
- [RFC PATCH v2 07/20] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH v2 05/20] fscrypt: add ->ci_inode to fscrypt_info
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH v2 12/20] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH v2 11/20] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH v2 06/20] fscrypt: refactor v1 policy key setup into keysetup_legacy.c
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH v2 10/20] fs/dcache.c: add shrink_dcache_inode()
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH v2 08/20] fs/inode.c: export inode_lru_list_del()
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH v2 09/20] fs/inode.c: rename and export dispose_list()
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH v2 16/20] fscrypt: require that key be added when setting a v2 encryption policy
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH v2 19/20] ubifs: wire up new fscrypt ioctls
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH v2 15/20] fscrypt: allow unprivileged users to add/remove keys for v2 policies
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH v2 17/20] ext4: wire up new fscrypt ioctls
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH v2 04/20] fs: add ->s_master_keys to struct super_block
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH v2 14/20] fscrypt: v2 encryption policy support
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH v2 18/20] f2fs: wire up new fscrypt ioctls
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH v2 13/20] fscrypt: add an HKDF-SHA512 implementation
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH v2 20/20] fscrypt: document the new ioctls and policy version
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH v2 03/20] fscrypt: use FSCRYPT_* definitions, not FS_*
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH v2 01/20] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH v2 02/20] fscrypt: use FSCRYPT_ prefix for uapi constants
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC PATCH v2 00/20] fscrypt: key management improvements
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH] crypto: caam - Do not overwrite IV
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- [PATCH] crypto: ccree: add missing inline qualifier
- From: Gilad Ben-Yossef <gilad@xxxxxxxxxxxxx>
- Re: [PATCH] crypto: caam - Do not overwrite IV
- From: Horia Geanta <horia.geanta@xxxxxxx>
- Re: [PATCH v3] crypto: caam - add missing put_device() call
- From: Horia Geanta <horia.geanta@xxxxxxx>
- [PATCH 1/3] crypto: caam/qi2 - use affine DPIOs
- From: Horia Geantă <horia.geanta@xxxxxxx>
- [PATCH 2/3] crypto: caam/qi2 - rate-limit enqueue failure prints
- From: Horia Geantă <horia.geanta@xxxxxxx>
- [PATCH 3/3] crypto: caam/qi2 - relax busy polling while enqueuing FDs
- From: Horia Geantă <horia.geanta@xxxxxxx>
- [PATCH 0/3] crypto: caam/qi2 - performance-related updates
- From: Horia Geantă <horia.geanta@xxxxxxx>
- [PATCH 1/2] crypto: chtls: remove cdev_list_lock
- From: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>
- [PATCH 2/2] crypto: user: remove crypto_cfg_mutex
- From: Sebastian Andrzej Siewior <bigeasy@xxxxxxxxxxxxx>
- Re: [PATCH v2] crypto: caam - add missing put_device() call
- From: Horia Geanta <horia.geanta@xxxxxxx>
- Re: [RFC PATCH 1/4] X.509: Parse public key parameters from x509 for akcipher
- From: Vitaly Chikunov <vt@xxxxxxxxxxxx>
- Re: [PATCH 0/4] crypto: caam - add ecb mode support
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [RFC PATCH 1/4] X.509: Parse public key parameters from x509 for akcipher
- From: Vitaly Chikunov <vt@xxxxxxxxxxxx>
- [PATCH 3/4] crypto: caam - add ecb(*) support
- From: Iuliana Prodan <iuliana.prodan@xxxxxxx>
- [PATCH 2/4] crypto: export arc4 defines
- From: Iuliana Prodan <iuliana.prodan@xxxxxxx>
- [PATCH 4/4] crypto: caam - weak key checking for cbc des, 3des
- From: Iuliana Prodan <iuliana.prodan@xxxxxxx>
- [PATCH 1/4] crypto: caam - use mapped_{src,dst}_nents for job descriptor
- From: Iuliana Prodan <iuliana.prodan@xxxxxxx>
- [PATCH 0/4] crypto: caam - add ecb mode support
- From: Iuliana Prodan <iuliana.prodan@xxxxxxx>
- Re: [PATCH] crypto: caam - Do not overwrite IV
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] crypto: caam - Do not overwrite IV
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] crypto: caam - Do not overwrite IV
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- Re: [PATCH] crypto: caam - Do not overwrite IV
- From: Horia Geanta <horia.geanta@xxxxxxx>
- Re: [PATCH v2 0/6] General Key Derivation Function Support
- From: Stephan Mueller <smueller@xxxxxxxxxx>
- Re: [PATCH v2 0/6] General Key Derivation Function Support
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 0/6] General Key Derivation Function Support
- From: Stephan Mueller <smueller@xxxxxxxxxx>
- Re: [PATCH] MAINTAINERS: crypto: ccree: remove co-maintainer
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [BUGFIX PATCH] crypto: ccree: fix resume race condition on init
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 00/15] crypto: improved skcipher, aead, and hash tests
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3] crypto: caam - fixed handling of sg list
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] crypto: ccp - fix the SEV probe in kexec boot path
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 0/6] General Key Derivation Function Support
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v4 0/3] crypto: crct10dif assembly cleanup and optimizations
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [patch-next] crypto: testmgr - use kmemdup
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] crypto: caam - Do not overwrite IV
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- [PATCH] crypto: qat - Remove unused goto label
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- [PATCH] crypto: ccp: fix the SEV probe in kexec boot path
- From: "Hook, Gary" <Gary.Hook@xxxxxxx>
- Re: [PATCH v6 01/27] x86/crypto: Adapt assembly for PIE support
- From: Thomas Garnier <thgarnie@xxxxxxxxxxxx>
- [PATCH] MAINTAINERS: crypto: ccree: remove co-maintainer
- From: Gilad Ben-Yossef <gilad@xxxxxxxxxxxxx>
- [BUGFIX PATCH] crypto: ccree: fix resume race condition on init
- From: Gilad Ben-Yossef <gilad@xxxxxxxxxxxxx>
- Re: Regression due to "PM-runtime: Switch autosuspend over to using hrtimers"
- From: Gilad Ben-Yossef <gilad@xxxxxxxxxxxxx>
- Re: [PATCH v6 01/27] x86/crypto: Adapt assembly for PIE support
- From: Borislav Petkov <bp@xxxxxxxxx>
- Re: Regression due to "PM-runtime: Switch autosuspend over to using hrtimers"
- From: Gilad Ben-Yossef <gilad@xxxxxxxxxxxxx>
- Re: Regression due to "PM-runtime: Switch autosuspend over to using hrtimers"
- From: Vincent Guittot <vincent.guittot@xxxxxxxxxx>
- Regression due to "PM-runtime: Switch autosuspend over to using hrtimers"
- From: Gilad Ben-Yossef <gilad@xxxxxxxxxxxxx>
- Re: [PATCH] crypto: caam - Do not overwrite IV
- From: Horia Geanta <horia.geanta@xxxxxxx>
- Re: [PATCH v2 04/15] crypto: x86/morus - fix handling chunked inputs and MAY_SLEEP
- From: Ondrej Mosnacek <omosnace@xxxxxxxxxx>
- Re: [PATCH v2 03/15] crypto: x86/aegis - fix handling chunked inputs and MAY_SLEEP
- From: Ondrej Mosnacek <omosnace@xxxxxxxxxx>
- Re: [PATCH v2 01/15] crypto: aegis - fix handling chunked inputs
- From: Ondrej Mosnacek <omosnace@xxxxxxxxxx>
- Re: [PATCH v2 02/15] crypto: morus - fix handling chunked inputs
- From: Ondrej Mosnacek <omosnace@xxxxxxxxxx>
- Re: [PATCH] crypto: caam - Do not overwrite IV
- From: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>
- Re: [RFC PATCH v4] akcipher: new verify API for public key algorithms
- From: Vitaly Chikunov <vt@xxxxxxxxxxxx>
- Re: [PATCH] crypto: caam - Do not overwrite IV
- From: Horia Geanta <horia.geanta@xxxxxxx>
- Re: [PATCH v2 2/4] crypto: hisilicon: Add queue management driver for HiSilicon QM module
- From: Zhou Wang <wangzhou1@xxxxxxxxxxxxx>
- Re: [PATCH v2 2/4] crypto: hisilicon: Add queue management driver for HiSilicon QM module
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v6 3/4] tee: optee: add TEE bus device enumeration support
- From: Sumit Garg <sumit.garg@xxxxxxxxxx>
- Re: [PATCH v6 3/4] tee: optee: add TEE bus device enumeration support
- From: Jens Wiklander <jens.wiklander@xxxxxxxxxx>
- [PATCH v2 01/15] crypto: aegis - fix handling chunked inputs
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH v2 02/15] crypto: morus - fix handling chunked inputs
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH v2 09/15] crypto: testmgr - introduce CONFIG_CRYPTO_MANAGER_EXTRA_TESTS
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH v2 07/15] crypto: arm64/aes-neonbs - fix returning final keystream block
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH v2 06/15] crypto: ahash - fix another early termination in hash walk
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH v2 08/15] crypto: testmgr - add testvec_config struct and helper functions
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH v2 10/15] crypto: testmgr - implement random testvec_config generation
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH v2 15/15] crypto: testmgr - check for aead_request corruption
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH v2 14/15] crypto: testmgr - check for skcipher_request corruption
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH v2 11/15] crypto: testmgr - convert skcipher testing to use testvec_configs
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH v2 04/15] crypto: x86/morus - fix handling chunked inputs and MAY_SLEEP
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH v2 03/15] crypto: x86/aegis - fix handling chunked inputs and MAY_SLEEP
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH v2 13/15] crypto: testmgr - convert hash testing to use testvec_configs
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH v2 12/15] crypto: testmgr - convert aead testing to use testvec_configs
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH v2 05/15] crypto: x86/aesni-gcm - fix crash on empty plaintext
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH v2 00/15] crypto: improved skcipher, aead, and hash tests
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: Crypto Fixes for 5.0
- From: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
- [PATCH v3] crypto: caam - fixed handling of sg list
- From: Pankaj Gupta <pankaj.gupta@xxxxxxx>
- Re: [PATCH v2 2/4] crypto: hisilicon: Add queue management driver for HiSilicon QM module
- From: Zhou Wang <wangzhou1@xxxxxxxxxxxxx>
- Re: [RFC PATCH v4] akcipher: new verify API for public key algorithms
- From: Vitaly Chikunov <vt@xxxxxxxxxxxx>
- Re: [RFC/RFT PATCH 09/15] crypto: testmgr - introduce CONFIG_CRYPTO_MANAGER_EXTRA_TESTS
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH v3 0/4] crypto: fix crct10dif for ARM and arm64
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 2/2] crypto: caam - fix DMA mapping of stack memory
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCHv2] crypto: caam - fixed handling of sg list
- From: Horia Geanta <horia.geanta@xxxxxxx>
- Re: [PATCH 0/2] crypto: arm64 - expose PMULL variants as separate algos
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] crypto: mark crc32 checksum as FIPS allowed
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] crypto: bcm: remove -I. header search path and unused macro define
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] crypto: prefix header search paths with $(srctree)/
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 0/3] crypto: arm64/aes-ccm - various bug fixes
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] crypto: testmgr - skip crc32c context test for ahash algorithms
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 0/7] crypto: axis - fixes for the Artpec SoCs
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] crypto4xx: Fix wrong ppc4xx_trng_probe()/ppc4xx_trng_remove() arguments
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH -next] crypto: chelsio - Fix passing zero to 'PTR_ERR' warning in chcr_aead_op
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 1/2] crypto: caam - fix indentation of goto label
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 0/7] crypto: cleanup debugfs usage
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] crypto: caam - handle zero-length AEAD output
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] crypto: caam - add support for cmac(aes)
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH -next] crypto: seqiv - Use kmemdup in seqiv_aead_encrypt()
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH v4] akcipher: new verify API for public key algorithms
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- [PATCHv2] crypto: caam - fixed handling of sg list
- From: Pankaj Gupta <pankaj.gupta@xxxxxxx>
- Crypto Fixes for 5.0
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [RFC/RFT PATCH 09/15] crypto: testmgr - introduce CONFIG_CRYPTO_MANAGER_EXTRA_TESTS
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [RFC/RFT PATCH 02/15] crypto: morus - fix handling chunked inputs
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH v2 2/4] crypto: hisilicon: Add queue management driver for HiSilicon QM module
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- [PATCH] crypto: caam - fixed handling of sg list
- From: Pankaj Gupta <pankaj.gupta@xxxxxxx>
- [PATCH v6 01/27] x86/crypto: Adapt assembly for PIE support
- From: Thomas Garnier <thgarnie@xxxxxxxxxxxx>
- Re: [PATCH v3 2/3] dt-bindings: crypto: document Exynos5433 SlimSSS
- From: Kamil Konieczny <k.konieczny@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] crypto: ccp: fix the SEV probe in kexec boot path
- From: "Lendacky, Thomas" <Thomas.Lendacky@xxxxxxx>
- Re: [PATCH v6 0/4] Introduce TEE bus driver framework
- From: Sumit Garg <sumit.garg@xxxxxxxxxx>
- Re: [PATCH v6 0/4] Introduce TEE bus driver framework
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] fixed caam driver handling of sg list.
- From: Horia Geanta <horia.geanta@xxxxxxx>
- Re: [PATCH] fixed caam driver handling of sg list.
- From: Horia Geanta <horia.geanta@xxxxxxx>
- Re: [RFC/RFT PATCH 02/15] crypto: morus - fix handling chunked inputs
- From: Ondrej Mosnacek <omosnace@xxxxxxxxxx>
- Re: [PATCH v6 0/4] Introduce TEE bus driver framework
- From: Jens Wiklander <jens.wiklander@xxxxxxxxxx>
- [PATCH] fixed caam driver handling of sg list.
- From: Pankaj Gupta <pankaj.gupta@xxxxxxx>
- [PATCH] crypto: caam - Do not overwrite IV
- From: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>
- [PATCH v4 2/3] crypto: arm/crct10dif-ce - cleanup and optimizations
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH v4 3/3] crypto: arm64/crct10dif-ce - cleanup and optimizations
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH v4 1/3] crypto: x86/crct10dif-pcl - cleanup and optimizations
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH v4 0/3] crypto: crct10dif assembly cleanup and optimizations
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH v3 0/3] crypto: crct10dif assembly cleanup and optimizations
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH v3 2/3] crypto: arm/crct10dif-ce - cleanup and optimizations
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH v3 2/3] crypto: arm/crct10dif-ce - cleanup and optimizations
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- [PATCH] crypto: ccp: fix the SEV probe in kexec boot path
- From: "Singh, Brijesh" <brijesh.singh@xxxxxxx>
- Re: [PATCH v3 2/3] crypto: arm/crct10dif-ce - cleanup and optimizations
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH v3 2/3] dt-bindings: crypto: document Exynos5433 SlimSSS
- From: Rob Herring <robh@xxxxxxxxxx>
- Re: [PATCH v2 0/6] General Key Derivation Function Support
- From: Stephan Mueller <smueller@xxxxxxxxxx>
- [PATCH v7 09/28] x86/asm: annotate aliases
- From: Jiri Slaby <jslaby@xxxxxxx>
- [PATCH v7 27/28] x86_32/asm: change all ENTRY+ENDPROC to SYM_FUNC_*
- From: Jiri Slaby <jslaby@xxxxxxx>
- [PATCH v7 24/28] x86_64/asm: change all ENTRY+ENDPROC to SYM_FUNC_*
- From: Jiri Slaby <jslaby@xxxxxxx>
- [PATCH v7 07/28] x86/asm/crypto: annotate local functions
- From: Jiri Slaby <jslaby@xxxxxxx>
- Re: [PATCH v2 0/6] General Key Derivation Function Support
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 0/3] crypto: crct10dif assembly cleanup and optimizations
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- Re: [PATCH v3 0/3] crypto: crct10dif assembly cleanup and optimizations
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v3 0/3] crypto: crct10dif assembly cleanup and optimizations
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- [PATCH v3 3/3] crypto: arm64/crct10dif-ce - cleanup and optimizations
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH v3 2/3] crypto: arm/crct10dif-ce - cleanup and optimizations
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH v3 1/3] crypto: x86/crct10dif-pcl - cleanup and optimizations
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH v3 0/3] crypto: crct10dif assembly cleanup and optimizations
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH v2 0/3] crypto: crct10dif assembly cleanup and optimizations
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- Re: [PATCH v6 4/4] hwrng: add OP-TEE based rng driver
- From: Daniel Thompson <daniel.thompson@xxxxxxxxxx>
- [PATCH v2 2/3] crypto: arm/crct10dif-ce - cleanup and optimizations
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH v2 1/3] crypto: x86/crct10dif-pcl - cleanup and optimizations
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH v2 3/3] crypto: arm64/crct10dif-ce - cleanup and optimizations
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH v2 0/3] crypto: crct10dif assembly cleanup and optimizations
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH v6 4/4] hwrng: add OP-TEE based rng driver
- From: Sumit Garg <sumit.garg@xxxxxxxxxx>
- [PATCH v6 3/4] tee: optee: add TEE bus device enumeration support
- From: Sumit Garg <sumit.garg@xxxxxxxxxx>
- [PATCH v6 2/4] tee: add supp_nowait flag in tee_context struct
- From: Sumit Garg <sumit.garg@xxxxxxxxxx>
- [PATCH v6 1/4] tee: add bus driver framework for TEE based devices
- From: Sumit Garg <sumit.garg@xxxxxxxxxx>
- [PATCH v6 0/4] Introduce TEE bus driver framework
- From: Sumit Garg <sumit.garg@xxxxxxxxxx>
- Re: [PATCH v2 0/4] crypto: hisilicon: Add HiSilicon QM and ZIP controller driver
- From: Zhou Wang <wangzhou1@xxxxxxxxxxxxx>
- [patch-next] crypto: testmgr - use kmemdup
- From: Christopher Diaz Riveros <chrisadr@xxxxxxxxxx>
- Re: [PATCH v2 2/2] crypto: caam - fix DMA mapping of stack memory
- From: Horia Geanta <horia.geanta@xxxxxxx>
- Re: [PATCH v2 2/2] crypto: caam - fix DMA mapping of stack memory
- From: Roland Hieber <rhi@xxxxxxxxxxxxxx>
- [PATCH AUTOSEL 4.20 032/304] crypto: aes_ti - disable interrupts while accessing S-box
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.20 266/304] crypto: ux500 - Use proper enum in cryp_set_dma_transfer
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.20 267/304] crypto: ux500 - Use proper enum in hash_set_dma_transfer
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.14 018/170] crypto: aes_ti - disable interrupts while accessing S-box
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.19 224/258] crypto: ux500 - Use proper enum in hash_set_dma_transfer
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.9 087/107] crypto: ux500 - Use proper enum in cryp_set_dma_transfer
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.9 088/107] crypto: ux500 - Use proper enum in hash_set_dma_transfer
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.14 145/170] crypto: ux500 - Use proper enum in hash_set_dma_transfer
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.14 144/170] crypto: ux500 - Use proper enum in cryp_set_dma_transfer
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.4 67/80] crypto: ux500 - Use proper enum in hash_set_dma_transfer
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 3.18 50/61] crypto: ux500 - Use proper enum in hash_set_dma_transfer
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 3.18 49/61] crypto: ux500 - Use proper enum in cryp_set_dma_transfer
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.4 66/80] crypto: ux500 - Use proper enum in cryp_set_dma_transfer
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.19 223/258] crypto: ux500 - Use proper enum in cryp_set_dma_transfer
- From: Sasha Levin <sashal@xxxxxxxxxx>
- [PATCH AUTOSEL 4.19 026/258] crypto: aes_ti - disable interrupts while accessing S-box
- From: Sasha Levin <sashal@xxxxxxxxxx>
- Re: [PATCH v2 0/6] General Key Derivation Function Support
- From: Stephan Mueller <smueller@xxxxxxxxxx>
- Re: [PATCH 0/3] crypto: crct10dif assembly cleanup and optimizations
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- [PATCH 2/3] crypto: arm/crct10dif-ce - cleanup and optimizations
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH 3/3] crypto: arm64/crct10dif-ce - cleanup and optimizations
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH 1/3] crypto: x86/crct10dif-pcl - cleanup and optimizations
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH 0/3] crypto: crct10dif assembly cleanup and optimizations
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH v5 4/4] hwrng: add OP-TEE based rng driver
- From: Sumit Garg <sumit.garg@xxxxxxxxxx>
- Re: [Bug] Rockchip crypto driver sometimes produces wrong ciphertext
- From: Tao Huang <huangtao@xxxxxxxxxxxxxx>
- Re: [Bug] Rockchip crypto driver sometimes produces wrong ciphertext
- From: Heiko Stuebner <heiko@xxxxxxxxx>
- [PATCH v3 4/4] crypto: arm64/crct10dif - remove dead code
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- [PATCH v3 3/4] crypto: arm/crct10dif - remove dead code
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- [PATCH v3 2/4] crypto: arm64/crct10dif - revert to C code for short inputs
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- [PATCH v3 1/4] crypto: arm/crct10dif - revert to C code for short inputs
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- [PATCH v3 0/4] crypto: fix crct10dif for ARM and arm64
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- Re: [PATCH v2 0/4] crypto: fix crct10dif for ARM and arm64
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- Re: [Bug] Rockchip crypto driver sometimes produces wrong ciphertext
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- Re: [PATCH v2 0/4] crypto: fix crct10dif for ARM and arm64
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [Bug] Rockchip crypto driver sometimes produces wrong ciphertext
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH v2 2/2] crypto: caam - fix DMA mapping of stack memory
- From: Horia Geantă <horia.geanta@xxxxxxx>
- Re: [PATCH 2/2] crypto: caam - fix DMA mapping of stack memory
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- [RFC PATCH v4] akcipher: new verify API for public key algorithms
- From: Vitaly Chikunov <vt@xxxxxxxxxxxx>
- Re: [PATCH 2/2] crypto: caam - fix DMA mapping of stack memory
- From: Horia Geanta <horia.geanta@xxxxxxx>
- Re: [PATCH 2/2] crypto: caam - fix DMA mapping of stack memory
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 2/2] crypto: caam - fix DMA mapping of stack memory
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH v3] akcipher: Introduce verify_rsa/verify for public key algorithms
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] crypto: mark crc32 checksum as FIPS allowed
- From: Stephan Mueller <smueller@xxxxxxxxxx>
- Re: [PATCH 2/2] crypto: caam - fix DMA mapping of stack memory
- From: Horia Geanta <horia.geanta@xxxxxxx>
- Re: [RFC PATCH v3] akcipher: Introduce verify_rsa/verify for public key algorithms
- From: Vitaly Chikunov <vt@xxxxxxxxxxxx>
- Re: [PATCH] crypto: clarify name of WEAK_KEY request flag
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] crypto: bcm - remove unused function do_decrypt()
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2] virtio-rng: Avoid repeated init of completion
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH V3 0/5] Crypto Cleanup
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [patch 2/9] crypto: aegis - Cleanup license mess
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 1/2] crypto/chelsio: avoid using sa_entry imm
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 0/7] bug fixes and cleanups
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] crypto: cavium/nitrox - Invoke callback after DMA unmap
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH v3] akcipher: Introduce verify_rsa/verify for public key algorithms
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [RFC PATCH v2] akcipher: Introduce verify_rsa/verify for public key algorithms
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- [PATCH 2/2] crypto: arm64/ghash - register PMULL variants as separate algos
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- [PATCH 1/2] crypto: arm64/crct10dif - register PMULL variants as separate algos
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- [PATCH 0/2] crypto: arm64 - expose PMULL variants as separate algos
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- [PATCH] crypto: mark crc32 checksum as FIPS allowed
- From: Milan Broz <gmazyland@xxxxxxxxx>
- [PATCH v2 4/4] crypto: arm64/crct10dif - remove dead code
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- [PATCH v2 3/4] crypto: arm/crct10dif - remove dead code
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- [PATCH v2 2/4] crypto: arm64/crct10dif - revert to C code for short inputs
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- [PATCH v2 1/4] crypto: arm/crct10dif - revert to C code for short inputs
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- [PATCH v2 0/4] crypto: fix crct10dif for ARM and arm64
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- Re: [PATCH 2/2] crypto: arm64/crct10dif - revert to C code for short inputs
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- Re: [PATCH 1/2] crypto: arm/crct10dif - revert to C code for short inputs
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- Re: [PATCH 0/3] crypto: arm64/aes-ccm - various bug fixes
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- Re: [PATCH 0/3] crypto: arm64/aes-ccm - various bug fixes
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- Re: [PATCH 2/2] crypto: arm64/crct10dif - revert to C code for short inputs
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH 1/2] crypto: arm/crct10dif - revert to C code for short inputs
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH 0/3] crypto: arm64/aes-ccm - various bug fixes
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 0/3] crypto: arm64/aes-ccm - various bug fixes
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH] crypto: bcm: remove -I. header search path and unused macro define
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- [PATCH] crypto: prefix header search paths with $(srctree)/
- From: Masahiro Yamada <yamada.masahiro@xxxxxxxxxxxxx>
- [PATCH 3.18 10/52] crypto: cts - fix crash on short inputs
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 2/2] crypto: arm64/crct10dif - revert to C code for short inputs
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- [PATCH 1/2] crypto: arm/crct10dif - revert to C code for short inputs
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- [PATCH 0/2] crypto: fix crct10dif for ARM and arm64
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- Re: [RFC/RFT PATCH 00/15] crypto: improved skcipher, aead, and hash tests
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH 3/3] crypto: arm64/aes-ccm - don't use an atomic walk needlessly
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- [PATCH 2/3] crypto: arm64/aes-ccm - fix bugs in non-NEON fallback routine
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- [PATCH 1/3] crypto: arm64/aes-ccm - fix logical bug in AAD MAC handling
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- [PATCH 0/3] crypto: arm64/aes-ccm - various bug fixes
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- [PATCH v3 0/3] add AES support for Exynos5433
- From: Kamil Konieczny <k.konieczny@xxxxxxxxxxxxxxxxxxx>
- [PATCH v3 2/3] dt-bindings: crypto: document Exynos5433 SlimSSS
- From: Kamil Konieczny <k.konieczny@xxxxxxxxxxxxxxxxxxx>
- [PATCH v3 3/3] crypto: s5p: add AES support for Exynos5433
- From: Kamil Konieczny <k.konieczny@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 3/3] crypto: s5p: add AES support for Exynos5433
- From: Kamil Konieczny <k.konieczny@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v2 3/3] crypto: s5p: add AES support for Exynos5433
- From: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
- Re: [PATCH v2 3/3] crypto: s5p: add AES support for Exynos5433
- From: Kamil Konieczny <k.konieczny@xxxxxxxxxxxxxxxxxxx>
- Re: [RFC/RFT PATCH 11/15] crypto: testmgr - convert skcipher testing to use testvec_configs
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- Re: [PATCH v5 4/4] hwrng: add OP-TEE based rng driver
- From: Sumit Garg <sumit.garg@xxxxxxxxxx>
- Re: [PATCH v2 3/3] crypto: s5p: add AES support for Exynos5433
- From: Corentin Labbe <clabbe.montjoie@xxxxxxxxx>
- Re: [RFC/RFT PATCH 11/15] crypto: testmgr - convert skcipher testing to use testvec_configs
- From: Corentin Labbe <clabbe.montjoie@xxxxxxxxx>
- Re: [RFC/RFT PATCH 11/15] crypto: testmgr - convert skcipher testing to use testvec_configs
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- Re: [PATCH v5 4/4] hwrng: add OP-TEE based rng driver
- From: Daniel Thompson <daniel.thompson@xxxxxxxxxx>
- Re: [RFC/RFT PATCH 07/15] crypto: arm64/aes-neonbs - fix returning final keystream block
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- Re: [PATCH v5 3/4] tee: optee: add TEE bus device enumeration support
- From: Sumit Garg <sumit.garg@xxxxxxxxxx>
- Re: [PATCH v5 1/4] tee: add bus driver framework for TEE based devices
- From: Bhupesh Sharma <bhsharma@xxxxxxxxxx>
- Re: [RFC/RFT PATCH 00/15] crypto: improved skcipher, aead, and hash tests
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v5 1/4] tee: add bus driver framework for TEE based devices
- From: Sumit Garg <sumit.garg@xxxxxxxxxx>
- Re: [RFC/RFT PATCH 00/15] crypto: improved skcipher, aead, and hash tests
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- Re: [PATCH v5 3/4] tee: optee: add TEE bus device enumeration support
- From: Daniel Thompson <daniel.thompson@xxxxxxxxxx>
- Re: [PATCH v2 3/3] crypto: s5p: add AES support for Exynos5433
- From: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
- Re: [PATCH v2 2/3] dt-bindings: crypto: document Exynos5433 SlimSSS
- From: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
- Re: [PATCH v5 2/4] tee: add supp_nowait flag in tee_context struct
- From: Daniel Thompson <daniel.thompson@xxxxxxxxxx>
- Re: [PATCH v5 1/4] tee: add bus driver framework for TEE based devices
- From: Daniel Thompson <daniel.thompson@xxxxxxxxxx>
- Re: [RFC/RFT PATCH 00/15] crypto: improved skcipher, aead, and hash tests
- From: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx>
- Re: [RFC/RFT PATCH 00/15] crypto: improved skcipher, aead, and hash tests
- From: Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx>
- Re: [RFC/RFT PATCH 00/15] crypto: improved skcipher, aead, and hash tests
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- Re: [PATCH 2/7] crypto: ccrree: no need to check return value of debugfs_create functions
- From: Gilad Ben-Yossef <gilad@xxxxxxxxxxxxx>
- [PATCH v5 4/4] hwrng: add OP-TEE based rng driver
- From: Sumit Garg <sumit.garg@xxxxxxxxxx>
- [PATCH v5 3/4] tee: optee: add TEE bus device enumeration support
- From: Sumit Garg <sumit.garg@xxxxxxxxxx>
- [PATCH v5 2/4] tee: add supp_nowait flag in tee_context struct
- From: Sumit Garg <sumit.garg@xxxxxxxxxx>
- [PATCH v5 1/4] tee: add bus driver framework for TEE based devices
- From: Sumit Garg <sumit.garg@xxxxxxxxxx>
- [PATCH v5 0/4] Introduce TEE bus driver framework
- From: Sumit Garg <sumit.garg@xxxxxxxxxx>
- [PATCH] crypto: testmgr - skip crc32c context test for ahash algorithms
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC/RFT PATCH 06/15] crypto: ahash - fix another early termination in hash walk
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC/RFT PATCH 05/15] crypto: x86/aesni-gcm - fix crash on empty plaintext
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC/RFT PATCH 07/15] crypto: arm64/aes-neonbs - fix returning final keystream block
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC/RFT PATCH 03/15] crypto: x86/aegis - fix handling chunked inputs and MAY_SLEEP
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC/RFT PATCH 04/15] crypto: x86/morus - fix handling chunked inputs and MAY_SLEEP
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC/RFT PATCH 08/15] crypto: testmgr - add testvec_config struct and helper functions
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC/RFT PATCH 10/15] crypto: testmgr - implement random testvec_config generation
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC/RFT PATCH 02/15] crypto: morus - fix handling chunked inputs
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC/RFT PATCH 01/15] crypto: aegis - fix handling chunked inputs
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC/RFT PATCH 09/15] crypto: testmgr - introduce CONFIG_CRYPTO_MANAGER_EXTRA_TESTS
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC/RFT PATCH 12/15] crypto: testmgr - convert aead testing to use testvec_configs
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC/RFT PATCH 14/15] crypto: testmgr - check for skcipher_request corruption
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC/RFT PATCH 15/15] crypto: testmgr - check for aead_request corruption
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC/RFT PATCH 11/15] crypto: testmgr - convert skcipher testing to use testvec_configs
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC/RFT PATCH 13/15] crypto: testmgr - convert hash testing to use testvec_configs
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [RFC/RFT PATCH 00/15] crypto: improved skcipher, aead, and hash tests
- From: Eric Biggers <ebiggers@xxxxxxxxxx>
- [PATCH v2 3/3] crypto: s5p: add AES support for Exynos5433
- From: Kamil Konieczny <k.konieczny@xxxxxxxxxxxxxxxxxxx>
- [PATCH v2 2/3] dt-bindings: crypto: document Exynos5433 SlimSSS
- From: Kamil Konieczny <k.konieczny@xxxxxxxxxxxxxxxxxxx>
- [PATCH v2 0/3] add AES support for Exynos5433
- From: Kamil Konieczny <k.konieczny@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v1 2/3] dt-bindings: crypto: document Exynos5433 SlimSSS
- From: Kamil Konieczny <k.konieczny@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH v1 2/3] dt-bindings: crypto: document Exynos5433 SlimSSS
- From: Kamil Konieczny <k.konieczny@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH] crypto: caam - fix setting IV after decrypt
- From: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx>
- Re: [PATCH v1 3/3] crypto: s5p: add AES support for Exynos5433
- From: Kamil Konieczny <k.konieczny@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 2/7] crypto: ccrree: no need to check return value of debugfs_create functions
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- Re: [PATCH 4/7] crypto: cavium: zip: no need to check return value of debugfs_create functions
- From: Jan Glauber <Jan.Glauber@xxxxxxxxxx>
- [PATCH v2 1/4] Documentation: Add debugfs doc for hisi_zip
- From: Zhou Wang <wangzhou1@xxxxxxxxxxxxx>
- [PATCH v2 0/4] crypto: hisilicon: Add HiSilicon QM and ZIP controller driver
- From: Zhou Wang <wangzhou1@xxxxxxxxxxxxx>
- [PATCH v2 2/4] crypto: hisilicon: Add queue management driver for HiSilicon QM module
- From: Zhou Wang <wangzhou1@xxxxxxxxxxxxx>
- [PATCH v2 3/4] crypto: hisilicon: Add HiSilicon ZIP accelerator support
- From: Zhou Wang <wangzhou1@xxxxxxxxxxxxx>
- [PATCH v2 4/4] MAINTAINERS: add maintainer for HiSilicon QM and ZIP controller driver
- From: Zhou Wang <wangzhou1@xxxxxxxxxxxxx>
- Re: [PATCH 2/7] crypto: ccrree: no need to check return value of debugfs_create functions
- From: Gilad Ben-Yossef <gilad@xxxxxxxxxxxxx>
- [PATCH 6/7] crypto: axis - use a constant time tag compare
- From: Lars Persson <lars.persson@xxxxxxxx>
- [PATCH 4/7] crypto: axis - give DMA the start of the status buffer
- From: Lars Persson <lars.persson@xxxxxxxx>
- [PATCH 1/7] crypto: axis - remove sha384 support for artpec7
- From: Lars Persson <lars.persson@xxxxxxxx>
- [PATCH 7/7] crypto: axis - move request unmap outside of the queue lock
- From: Lars Persson <lars.persson@xxxxxxxx>
- [PATCH 3/7] crypto: axis - fix for recursive locking from bottom half
- From: Lars Persson <lars.persson@xxxxxxxx>
- [PATCH 5/7] crypto: axis - support variable AEAD tag length
- From: Lars Persson <lars.persson@xxxxxxxx>
- [PATCH 2/7] crypto: axis - remove sha512 support for artpec7
- From: Lars Persson <lars.persson@xxxxxxxx>
- [PATCH 0/7] crypto: axis - fixes for the Artpec SoCs
- From: Lars Persson <lars.persson@xxxxxxxx>
- [PATCH] crypto4xx: Fix wrong ppc4xx_trng_probe()/ppc4xx_trng_remove() arguments
- From: Corentin Labbe <clabbe@xxxxxxxxxxxx>
- Re: [PATCH v1 3/3] crypto: s5p: add AES support for Exynos5433
- From: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
- Re: [PATCH v1 2/3] dt-bindings: crypto: document Exynos5433 SlimSSS
- From: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
- Re: [PATCH 3/7] crypto: axis: no need to check return value of debugfs_create functions
- From: Lars Persson <lars.persson@xxxxxxxx>
- Re: [PATCH 6/7] crypto: ccp: no need to check return value of debugfs_create functions
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH -next] crypto: chelsio - Fix passing zero to 'PTR_ERR' warning in chcr_aead_op
- From: YueHaibing <yuehaibing@xxxxxxxxxx>
- Re: [PATCH 6/7] crypto: ccp: no need to check return value of debugfs_create functions
- From: Gary R Hook <ghook@xxxxxxx>
- Re: [net-next 3/3] cxgb4: TLS record offload enable
- From: David Miller <davem@xxxxxxxxxxxxx>
- Re: [net-next 2/3] net/tls: free ctx in sock destruct
- From: David Miller <davem@xxxxxxxxxxxxx>
- Re: [net-next 1/3] net/tls: build_protos moved to common routine
- From: David Miller <davem@xxxxxxxxxxxxx>
- Re: [PATCH v25 0/6] Add io{read|write}64 to io-64-atomic headers
- From: Logan Gunthorpe <logang@xxxxxxxxxxxx>
- Re: [PATCH 7/7] crypto: caam: no need to check return value of debugfs_create functions
- From: Horia Geanta <horia.geanta@xxxxxxx>
- [PATCH 2/2] crypto: caam - fix DMA mapping of stack memory
- From: Roland Hieber <rhi@xxxxxxxxxxxxxx>
- [PATCH v1 2/3] dt-bindings: crypto: document Exynos5433 SlimSSS
- From: Kamil Konieczny <k.konieczny@xxxxxxxxxxxxxxxxxxx>
- [PATCH 1/2] crypto: caam - fix indentation of goto label
- From: Roland Hieber <rhi@xxxxxxxxxxxxxx>
- [PATCH v1 0/3] add AES support for Exynos5433
- From: Kamil Konieczny <k.konieczny@xxxxxxxxxxxxxxxxxxx>
- [PATCH v1 3/3] crypto: s5p: add AES support for Exynos5433
- From: Kamil Konieczny <k.konieczny@xxxxxxxxxxxxxxxxxxx>
- [PATCH 3/7] crypto: axis: no need to check return value of debugfs_create functions
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 2/7] crypto: ccrree: no need to check return value of debugfs_create functions
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 4/7] crypto: cavium: zip: no need to check return value of debugfs_create functions
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 7/7] crypto: caam: no need to check return value of debugfs_create functions
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 6/7] crypto: ccp: no need to check return value of debugfs_create functions
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 5/7] crypto: cavium: nitrox: no need to check return value of debugfs_create functions
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 1/7] crypto: qat: no need to check return value of debugfs_create functions
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH 0/7] crypto: cleanup debugfs usage
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
- [PATCH] crypto: caam - handle zero-length AEAD output
- From: Horia Geantă <horia.geanta@xxxxxxx>
- Re: [PATCH v4 1/4] tee: add bus driver framework for TEE based devices
- From: Sumit Garg <sumit.garg@xxxxxxxxxx>
- Re: [PATCH v25 0/6] Add io{read|write}64 to io-64-atomic headers
- From: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>
[Index of Archives]
[Kernel]
[Netfilter]
[Bugtraq]
[GNU Crypto]