Linux Cryptography
[Prev Page][Next Page]
- Re: [RFT PATCH 0/3] crypto: sparc - convert to skcipher API, (continued)
- [PATCH] crypto: powerpc - convert SPE AES algorithms to skcipher API,
Eric Biggers
- [PATCH 0/2] crypto: aegis128 SIMD improvements,
Ard Biesheuvel
- [PATCH v4 0/5] BLAKE2b generic implementation,
David Sterba
- [PATCH v2] hwrng: core - move add_early_randomness() out of rng_mutex,
Laurent Vivier
- [PATCH] crypto: chtls - remove the redundant check in chtls_recvmsg(),
Yunfeng Ye
- [PATCH v9 09/28] x86/asm: Annotate aliases,
Jiri Slaby
- [PATCH v9 06/28] x86/asm/crypto: Annotate local functions,
Jiri Slaby
- [PATCH v9 24/28] x86_64/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*,
Jiri Slaby
- [PATCH v9 27/28] x86_32/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*,
Jiri Slaby
- [PATCH 1/2] crypto: hisilicon - select NEED_SG_DMA_LENGTH in qm Kconfig,
Zhou Wang
- [PATCH] crypto: ux500: Remove set but not used variable 'cookie',
zhengbin
- [PATCH] crypto: arm - use Kconfig based compiler checks for crypto opcodes,
Ard Biesheuvel
- [PATCH] crypto: geode-aes - convert to skcipher API and make thread-safe,
Eric Biggers
- [PATCH v3 00/11] crypto: add sun8i-ce driver for Allwinner crypto engine,
Corentin Labbe
- [PATCH v3 01/11] crypto: Add allwinner subdirectory, Corentin Labbe
- [PATCH v3 04/11] ARM: dts: sun8i: R40: add crypto engine node, Corentin Labbe
- [PATCH v3 02/11] crypto: Add Allwinner sun8i-ce Crypto Engine, Corentin Labbe
- [PATCH v3 10/11] arm64: defconfig: add new Allwinner crypto options, Corentin Labbe
- [PATCH v3 11/11] crypto: sun4i-ss: Move to Allwinner directory, Corentin Labbe
- [PATCH v3 03/11] dt-bindings: crypto: Add DT bindings documentation for sun8i-ce Crypto Engine, Corentin Labbe
- [PATCH v3 06/11] ARM64: dts: allwinner: sun50i: Add Crypto Engine node on A64, Corentin Labbe
- [PATCH v3 07/11] ARM64: dts: allwinner: sun50i: Add crypto engine node on H5, Corentin Labbe
- [PATCH v3 08/11] ARM64: dts: allwinner: sun50i: Add Crypto Engine node on H6, Corentin Labbe
- [PATCH v3 09/11] sunxi_defconfig: add new Allwinner crypto options, Corentin Labbe
- [PATCH v3 05/11] ARM: dts: sun8i: H3: Add Crypto Engine node, Corentin Labbe
- [cryptodev:master 3/78] drivers/crypto/inside-secure/safexcel_hash.c:2081:1-3: WARNING: PTR_ERR_OR_ZERO can be used,
kbuild test robot
- [cryptodev:master 65/78] drivers/crypto//hisilicon/sgl.c:168:16: note: in expansion of macro 'cpu_to_le32',
kbuild test robot
- [PATCH v3] crypto: add blake2b generic implementation,
David Sterba
- [cryptodev:master 66/78] drivers/crypto/hisilicon/hpre/hpre_main.c:450:16: sparse: sparse: incorrect type in assignment (different base types), kbuild test robot
- [PATCH] crypto: zlib-deflate - add zlib-deflate test case in tcrypt,
Zhou Wang
- [PATCH] fscrypt: invoke crypto API for ESSIV handling,
Eric Biggers
- [PATCH -next] crypto: inside-secure: fix build error for safexcel_hash.c,
Randy Dunlap
- [PATCH] dt-bindings: hwrng: Add Samsung Exynos 5250+ True RNG bindings,
Łukasz Stelmach
- [PATCH -next] crypto: Use PTR_ERR_OR_ZERO in safexcel_xcbcmac_cra_init(),
YueHaibing
- [PATCH] crypto: jitter - add header to fix buildwarnings,
Ben Dooks
- [PATCH][V2][next] crypto: inside-secure: fix spelling mistake "algorithmn" -> "algorithm",
Colin King
- [PATCH][next] crypto: inside-secure: fix spelling mistake "algorithmn" -> "algorithm",
Colin King
- [PATCH -next] crypto: inside-secure - Fix randbuild error,
YueHaibing
- [PATCH v3 00/29] crypto: crypto API library interfaces for WireGuard,
Ard Biesheuvel
- [PATCH v3 02/29] crypto: x86/chacha - depend on generic chacha library instead of crypto driver, Ard Biesheuvel
- [PATCH v3 01/29] crypto: chacha - move existing library code into lib/crypto, Ard Biesheuvel
- [PATCH v3 04/29] crypto: arm64/chacha - depend on generic chacha library instead of crypto driver, Ard Biesheuvel
- [PATCH v3 03/29] crypto: x86/chacha - expose SIMD ChaCha routine as library function, Ard Biesheuvel
- [PATCH v3 05/29] crypto: arm64/chacha - expose arm64 ChaCha routine as library function, Ard Biesheuvel
- [PATCH v3 06/29] crypto: arm/chacha - import Eric Biggers's scalar accelerated ChaCha code, Ard Biesheuvel
- [PATCH v3 07/29] crypto: arm/chacha - remove dependency on generic ChaCha driver, Ard Biesheuvel
- [PATCH v3 08/29] crypto: arm/chacha - expose ARM ChaCha routine as library function, Ard Biesheuvel
- [PATCH v3 09/29] crypto: mips/chacha - import 32r2 ChaCha code from Zinc, Ard Biesheuvel
- [PATCH v3 10/29] crypto: mips/chacha - wire up accelerated 32r2 code from Zinc, Ard Biesheuvel
- [PATCH v3 11/29] crypto: chacha - unexport chacha_generic routines, Ard Biesheuvel
- [PATCH v3 13/29] crypto: x86/poly1305 - unify Poly1305 state struct with generic code, Ard Biesheuvel
- [PATCH v3 12/29] crypto: poly1305 - move core routines into a separate library, Ard Biesheuvel
- [PATCH v3 14/29] crypto: poly1305 - expose init/update/final library interface, Ard Biesheuvel
- [PATCH v3 15/29] crypto: x86/poly1305 - depend on generic library not generic shash, Ard Biesheuvel
- [PATCH v3 16/29] crypto: x86/poly1305 - expose existing driver as poly1305 library, Ard Biesheuvel
- [PATCH v3 20/29] int128: move __uint128_t compiler test to Kconfig, Ard Biesheuvel
- [PATCH v3 17/29] crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation, Ard Biesheuvel
- [PATCH v3 19/29] crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementation, Ard Biesheuvel
- [PATCH v3 18/29] crypto: arm/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation, Ard Biesheuvel
- [PATCH v3 24/29] crypto: lib/curve25519 - work around Clang stack spilling issue, Ard Biesheuvel
- [PATCH v3 22/29] crypto: BLAKE2s - x86_64 library implementation, Ard Biesheuvel
- [PATCH v3 21/29] crypto: BLAKE2s - generic C library implementation and selftest, Ard Biesheuvel
- [PATCH v3 25/29] crypto: Curve25519 - x86_64 library implementation, Ard Biesheuvel
- [PATCH v3 23/29] crypto: Curve25519 - generic C library implementations and selftest, Ard Biesheuvel
- [PATCH v3 27/29] crypto: arm/Curve25519 - wire up NEON implementation, Ard Biesheuvel
- [PATCH v3 29/29] crypto: lib/chacha20poly1305 - reimplement crypt_from_sg() routine, Ard Biesheuvel
- [PATCH v3 26/29] crypto: arm - import Bernstein and Schwabe's Curve25519 ARM implementation, Ard Biesheuvel
- [PATCH v3 28/29] crypto: chacha20poly1305 - import construction and selftest from Zinc, Ard Biesheuvel
- Re: [PATCH v3 00/29] crypto: crypto API library interfaces for WireGuard, Jason A. Donenfeld
- [PATCH v2 5.4 regression fix] x86/boot: Provide memzero_explicit,
Hans de Goede
- [PATCH 5.4 regression fix] x86/boot: Provide memzero_explicit,
Hans de Goede
- [Patch v7 0/4] Create and consolidate trusted keys subsystem,
Sumit Garg
- [cryptodev:master 12/53] drivers/crypto/inside-secure/safexcel_cipher.c:2476:26: sparse: sparse: cast from restricted __le32, kbuild test robot
- [cryptodev:master 11/53] drivers/crypto/inside-secure/safexcel_cipher.c:2337:37: sparse: sparse: restricted __le32 degrades to integer, kbuild test robot
- [cryptodev:master 29/53] drivers/crypto/inside-secure/safexcel_cipher.c:457:1: warning: the frame size of 1072 bytes is larger than 1024 bytes, kbuild test robot
- [cryptodev:master 3/53] drivers/crypto/inside-secure/safexcel_hash.c:366:64: sparse: sparse: invalid assignment: ^=, kbuild test robot
- [cryptodev:master 2/53] drivers/crypto/inside-secure/safexcel_hash.c:1945:34: sparse: sparse: incorrect type in assignment (different base types), kbuild test robot
- [cryptodev:master 1/53] drivers/crypto/inside-secure/safexcel_hash.c:1781:25: sparse: sparse: incorrect type in assignment (different base types), kbuild test robot
- [cryptodev:master 53/60] drivers/crypto/hisilicon/sgl.c:122:21: error: 'struct scatterlist' has no member named 'dma_length'; did you mean 'length'?, kbuild test robot
- [PATCH v2] crypto: geode-aes - switch to skcipher for cbc(aes) fallback,
Ard Biesheuvel
- [PATCH] crypto: user - fix memory leak in crypto_reportstat,
Navid Emamdoost
- [PATCH] crypto: user - fix memory leak in crypto_report,
Navid Emamdoost
- [af_alg v2] crypto:af_alg cast ki_complete ternary op to int,
Ayush Sawal
- [PATCH v2] crypto: add blake2b generic implementation,
David Sterba
- [PATCH] crypto: atmel-aes - Fix IV handling when req->nbytes < ivsize,
Tudor.Ambarus
- [PATCH] crypto: geode-aes - switch to skcipher for cbc(aes) fallback,
Ard Biesheuvel
- [PATCH v2] KEYS: asym_tpm: Switch to get_random_bytes(), Jarkko Sakkinen
- [Crypto chcr] crypto: af_alg - cast ki_complete call's ternary operator variables to long.,
Atul Gupta
- [PATCH v3] dt-bindings: rng: exynos4-rng: Convert Exynos PRNG bindings to json-schema,
Krzysztof Kozlowski
- [PATCH v2 00/20] crypto: crypto API library interfaces for WireGuard,
Ard Biesheuvel
- [PATCH v2 02/20] crypto: x86/chacha - expose SIMD ChaCha routine as library function, Ard Biesheuvel
- [PATCH v2 01/20] crypto: chacha - move existing library code into lib/crypto, Ard Biesheuvel
- [PATCH v2 03/20] crypto: arm64/chacha - expose arm64 ChaCha routine as library function, Ard Biesheuvel
- [PATCH v2 04/20] crypto: arm/chacha - expose ARM ChaCha routine as library function, Ard Biesheuvel
- [PATCH v2 05/20] crypto: mips/chacha - import accelerated 32r2 code from Zinc, Ard Biesheuvel
- [PATCH v2 07/20] crypto: x86/poly1305 - expose existing driver as poly1305 library, Ard Biesheuvel
- [PATCH v2 06/20] crypto: poly1305 - move into lib/crypto and refactor into library, Ard Biesheuvel
- [PATCH v2 08/20] crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation, Ard Biesheuvel
- [PATCH v2 11/20] int128: move __uint128_t compiler test to Kconfig, Ard Biesheuvel
- [PATCH v2 10/20] crypto: mips/poly1305 - import accelerated 32r2 code from Zinc, Ard Biesheuvel
- [PATCH v2 09/20] crypto: arm/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation, Ard Biesheuvel
- [PATCH v2 13/20] crypto: BLAKE2s - x86_64 library implementation, Ard Biesheuvel
- [PATCH v2 15/20] crypto: lib/curve25519 - work around Clang stack spilling issue, Ard Biesheuvel
- [PATCH v2 12/20] crypto: BLAKE2s - generic C library implementation and selftest, Ard Biesheuvel
- [PATCH v2 14/20] crypto: Curve25519 - generic C library implementations and selftest, Ard Biesheuvel
- [PATCH v2 18/20] crypto: arm/Curve25519 - wire up NEON implementation, Ard Biesheuvel
- [PATCH v2 16/20] crypto: Curve25519 - x86_64 library implementation, Ard Biesheuvel
- [PATCH v2 17/20] crypto: arm - import Bernstein and Schwabe's Curve25519 ARM implementation, Ard Biesheuvel
- [PATCH v2 20/20] crypto: lib/chacha20poly1305 - reimplement crypt_from_sg() routine, Ard Biesheuvel
- [PATCH v2 19/20] crypto: chacha20poly1305 - import construction and selftest from Zinc, Ard Biesheuvel
- Re: [PATCH v2 00/20] crypto: crypto API library interfaces for WireGuard, Ard Biesheuvel
- Re: [PATCH v2 00/20] crypto: crypto API library interfaces for WireGuard, Jason A. Donenfeld
- Re: [PATCH v2 00/20] crypto: crypto API library interfaces for WireGuard, Jason A. Donenfeld
- [PATCH] crypto: aegis128/simd - build 32-bit ARM for v8 architecture explicitly,
Ard Biesheuvel
- [PATCH v2 00/11] crypto: add sun8i-ce driver for Allwinner crypto engine,
Corentin Labbe
- [PATCH v2 01/11] crypto: Add allwinner subdirectory, Corentin Labbe
- [PATCH v2 02/11] crypto: Add Allwinner sun8i-ce Crypto Engine, Corentin Labbe
- [PATCH v2 06/11] ARM64: dts: allwinner: sun50i: Add Crypto Engine node on A64, Corentin Labbe
- [PATCH v2 09/11] sunxi_defconfig: add new Allwinner crypto options, Corentin Labbe
- [PATCH v2 10/11] arm64: defconfig: add new Allwinner crypto options, Corentin Labbe
- [PATCH v2 11/11] crypto: sun4i-ss: Move to Allwinner directory, Corentin Labbe
- [PATCH v2 08/11] ARM64: dts: allwinner: sun50i: Add Crypto Engine node on H6, Corentin Labbe
- [PATCH v2 07/11] ARM64: dts: allwinner: sun50i: Add crypto engine node on H5, Corentin Labbe
- [PATCH v2 04/11] ARM: dts: sun8i: R40: add crypto engine node, Corentin Labbe
- [PATCH v2 05/11] ARM: dts: sun8i: H3: Add Crypto Engine node, Corentin Labbe
- [PATCH v2 03/11] dt-bindings: crypto: Add DT bindings documentation for sun8i-ce Crypto Engine, Corentin Labbe
- Announce loop-AES-v3.7p file/swap crypto package, Jari Ruusu
- [PATCH 0/1] BLAKE2,
David Sterba
- [PATCH 1/3] crypto: inside-secure - Fix a maybe-uninitialized warning,
Arnd Bergmann
- [PATCH 0/5] crypto: hisilicon - add HPRE support,
Zaibo Xu
- [PATCH] crypto: fix comparison of unsigned expression warnings,
Tian Tao
- [PATCH 0/4] crypto: hisilicon: misc sgl fixes,
Zhou Wang
- [PATCH AUTOSEL 5.2 35/42] crypto: hisilicon - Fix double free in sec_free_hw_sgl(), Sasha Levin
- [PATCH AUTOSEL 4.19 26/33] crypto: hisilicon - Fix double free in sec_free_hw_sgl(), Sasha Levin
- [RFC PATCH 00/20] crypto: wireguard with crypto API library interface,
Ard Biesheuvel
- [RFC PATCH 01/20] crypto: chacha - move existing library code into lib/crypto, Ard Biesheuvel
- [RFC PATCH 03/20] crypto: arm64/chacha - expose arm64 ChaCha routine as library function, Ard Biesheuvel
- [RFC PATCH 04/20] crypto: arm/chacha - expose ARM ChaCha routine as library function, Ard Biesheuvel
- [RFC PATCH 02/20] crypto: x86/chacha - expose SIMD ChaCha routine as library function, Ard Biesheuvel
- [RFC PATCH 06/20] crypto: x86/poly1305 - expose existing driver as poly1305 library, Ard Biesheuvel
- [RFC PATCH 05/20] crypto: poly1305 - move into lib/crypto and refactor into library, Ard Biesheuvel
- [RFC PATCH 07/20] crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation, Ard Biesheuvel
- [RFC PATCH 09/20] int128: move __uint128_t compiler test to Kconfig, Ard Biesheuvel
- [RFC PATCH 08/20] crypto: arm/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation, Ard Biesheuvel
- [RFC PATCH 11/20] crypto: BLAKE2s - x86_64 implementation, Ard Biesheuvel
- [RFC PATCH 10/20] crypto: BLAKE2s - generic C library implementation and selftest, Ard Biesheuvel
- [RFC PATCH 12/20] crypto: Curve25519 - generic C library implementations and selftest, Ard Biesheuvel
- [RFC PATCH 13/20] crypto: Curve25519 - x86_64 library implementation, Ard Biesheuvel
- [RFC PATCH 14/20] crypto: arm - import Bernstein and Schwabe's Curve25519 ARM implementation, Ard Biesheuvel
- [RFC PATCH 15/20] crypto: arm/Curve25519 - wire up NEON implementation, Ard Biesheuvel
- [RFC PATCH 17/20] crypto: lib/chacha20poly1305 - reimplement crypt_from_sg() routine, Ard Biesheuvel
- [RFC PATCH 19/20] netlink: use new strict length types in policy for 5.2, Ard Biesheuvel
- [RFC PATCH 20/20] wg switch to lib/crypto algos, Ard Biesheuvel
- [RFC PATCH 16/20] crypto: chacha20poly1305 - import construction and selftest from Zinc, Ard Biesheuvel
- [RFC PATCH 18/20] net: WireGuard secure network tunnel, Ard Biesheuvel
- Re: [RFC PATCH 00/20] crypto: wireguard with crypto API library interface, Ard Biesheuvel
- [PATCH AUTOSEL 5.3 41/49] crypto: hisilicon - Fix double free in sec_free_hw_sgl(), Sasha Levin
- [RFC PATCH] crypto: zlib-deflate - add zlib-deflate test case in tcrypt, Zhou Wang
- [PATCH] KEYS: asym_tpm: Switch to get_random_bytes(),
Jarkko Sakkinen
- Re: [PATCH] KEYS: asym_tpm: Switch to get_random_bytes(), Jerry Snitselaar
- Re: [PATCH] KEYS: asym_tpm: Switch to get_random_bytes(), Mimi Zohar
- Re: [PATCH] KEYS: asym_tpm: Switch to get_random_bytes(), Jarkko Sakkinen
- Re: [PATCH] KEYS: asym_tpm: Switch to get_random_bytes(), Jarkko Sakkinen
- Re: [PATCH] KEYS: asym_tpm: Switch to get_random_bytes(), Mimi Zohar
- Re: [PATCH] KEYS: asym_tpm: Switch to get_random_bytes(), Jarkko Sakkinen
- Re: [PATCH] KEYS: asym_tpm: Switch to get_random_bytes(), Mimi Zohar
- Re: [PATCH] KEYS: asym_tpm: Switch to get_random_bytes(), Jarkko Sakkinen
- [PATCH] KEYS: asym_tpm: Switch to get_random_bytes(), Safford, David (GE Global Research, US)
- Re: [PATCH] KEYS: asym_tpm: Switch to get_random_bytes(), Jarkko Sakkinen
- Re: [PATCH] KEYS: asym_tpm: Switch to get_random_bytes(), Jarkko Sakkinen
- [PATCH] KEYS: asym_tpm: Switch to get_random_bytes(), Safford, David (GE Global Research, US)
- Re: [PATCH] KEYS: asym_tpm: Switch to get_random_bytes(), Jarkko Sakkinen
- Re: [PATCH] KEYS: asym_tpm: Switch to get_random_bytes(), Ken Goldman
- Re: [PATCH] KEYS: asym_tpm: Switch to get_random_bytes(), Jarkko Sakkinen
- Re: [PATCH] KEYS: asym_tpm: Switch to get_random_bytes(), Jarkko Sakkinen
- RE: [PATCH] KEYS: asym_tpm: Switch to get_random_bytes(), Pascal Van Leeuwen
- Re: [PATCH] KEYS: asym_tpm: Switch to get_random_bytes(), Jarkko Sakkinen
- [PATCH] KEYS: asym_tpm: Switch to get_random_bytes(), Safford, David (GE Global Research, US)
- Re: [PATCH] KEYS: asym_tpm: Switch to get_random_bytes(), Jarkko Sakkinen
- Re: [PATCH] KEYS: asym_tpm: Switch to get_random_bytes(), Jarkko Sakkinen
- Re: [PATCH] KEYS: asym_tpm: Switch to get_random_bytes(), James Bottomley
- Re: [PATCH] KEYS: asym_tpm: Switch to get_random_bytes(), Jarkko Sakkinen
- Re: [PATCH] KEYS: asym_tpm: Switch to get_random_bytes(), James Bottomley
- Re: [PATCH] KEYS: asym_tpm: Switch to get_random_bytes(), Jarkko Sakkinen
- Re: [PATCH] KEYS: asym_tpm: Switch to get_random_bytes(), James Bottomley
- Re: [PATCH] KEYS: asym_tpm: Switch to get_random_bytes(), Sumit Garg
- Re: [PATCH] KEYS: asym_tpm: Switch to get_random_bytes(), James Bottomley
- Re: [PATCH] KEYS: asym_tpm: Switch to get_random_bytes(), Jarkko Sakkinen
- Re: [PATCH] KEYS: asym_tpm: Switch to get_random_bytes(), Jarkko Sakkinen
- Re: [PATCH] KEYS: asym_tpm: Switch to get_random_bytes(), Jarkko Sakkinen
- Re: [PATCH] KEYS: asym_tpm: Switch to get_random_bytes(), James Bottomley
- Re: [PATCH] KEYS: asym_tpm: Switch to get_random_bytes(), Jarkko Sakkinen
- Re: [PATCH] KEYS: asym_tpm: Switch to get_random_bytes(), Janne Karhunen
- Re: [PATCH] KEYS: asym_tpm: Switch to get_random_bytes(), Jarkko Sakkinen
- Re: [PATCH] KEYS: asym_tpm: Switch to get_random_bytes(), Janne Karhunen
- Chacha-Poly performance on ARM64,
Pascal Van Leeuwen
- [PATCH v2] crypto: caam - use mapped_{src,dst}_nents for descriptor,
Iuliana Prodan
- [RFC PATCH 00/18] crypto: wireguard using the existing crypto API,
Ard Biesheuvel
- [RFC PATCH 02/18] crypto: x86/poly1305 - implement .update_from_sg method, Ard Biesheuvel
- [RFC PATCH 01/18] crypto: shash - add plumbing for operating on scatterlists, Ard Biesheuvel
- [RFC PATCH 05/18] crypto: chacha - move existing library code into lib/crypto, Ard Biesheuvel
- [RFC PATCH 04/18] crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation, Ard Biesheuvel
- [RFC PATCH 07/18] crypto: rfc7539 - use zero reqsize for sync instantiations without alignmask, Ard Biesheuvel
- [RFC PATCH 06/18] crypto: rfc7539 - switch to shash for Poly1305, Ard Biesheuvel
- [RFC PATCH 03/18] crypto: arm/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation, Ard Biesheuvel
- [RFC PATCH 08/18] crypto: testmgr - add a chacha20poly1305 test case, Ard Biesheuvel
- [RFC PATCH 10/18] crypto: poly1305 - add init/update/final library routines, Ard Biesheuvel
- [RFC PATCH 09/18] crypto: poly1305 - move core algorithm into lib/crypto, Ard Biesheuvel
- [RFC PATCH 11/18] int128: move __uint128_t compiler test to Kconfig, Ard Biesheuvel
- [RFC PATCH 16/18] netlink: use new strict length types in policy for 5.2, Ard Biesheuvel
- [RFC PATCH 12/18] crypto: BLAKE2s - generic C library implementation and selftest, Ard Biesheuvel
- [RFC PATCH 17/18] wg switch to lib/crypto algos, Ard Biesheuvel
- [RFC PATCH 13/18] crypto: Curve25519 - generic C library implementations and selftest, Ard Biesheuvel
- [RFC PATCH 18/18] net: wireguard - switch to crypto API for packet encryption, Ard Biesheuvel
- [RFC PATCH 14/18] crypto: chacha20poly1305 - import construction and selftest from Zinc, Ard Biesheuvel
- [RFC PATCH 15/18] net: WireGuard secure network tunnel, Ard Biesheuvel
- Re: [RFC PATCH 00/18] crypto: wireguard using the existing crypto API, Jason A. Donenfeld
- [PATCH] crypto: caam - use mapped_{src,dst}_nents for descriptor,
Iuliana Prodan
- [PATCH v3 0/2] crypto: sun4i-ss: Enable power management,
Corentin Labbe
- [PATCH AUTOSEL 5.2 152/185] s390/crypto: xts-aes-s390 fix extra run-time crypto self tests finding, Sasha Levin
- [PATCH AUTOSEL 4.9 49/60] s390/crypto: xts-aes-s390 fix extra run-time crypto self tests finding, Sasha Levin
- [PATCH AUTOSEL 4.14 74/89] s390/crypto: xts-aes-s390 fix extra run-time crypto self tests finding, Sasha Levin
- [PATCH AUTOSEL 4.19 107/128] s390/crypto: xts-aes-s390 fix extra run-time crypto self tests finding, Sasha Levin
- [PATCH AUTOSEL 5.3 167/203] s390/crypto: xts-aes-s390 fix extra run-time crypto self tests finding, Sasha Levin
- [PATCH v2] dt-bindings: crypto: samsung: Convert SSS and SlimSSS bindings to json-schema,
Krzysztof Kozlowski
- [PATCH] crypto: cavium/nitrox - fix firmware assignment to AE cores,
Phani Kiran Hemadri
- [PATCH] crypto: pcrypt - forbid recursive instantiation,
Steffen Klassert
- [PATCH] crypto: qce - add CRYPTO_ALG_KERN_DRIVER_ONLY flag,
Eneas U de Queiroz
- [PATCH] crypto: chtls - simplify a bit 'create_flowc_wr_skb()',
Christophe JAILLET
- [PATCH 1/2] [v2] crypto: hisilicon - avoid unused function warning,
Arnd Bergmann
- Re: crypto: aes - rename local routines to prevent future clashes,
Geert Uytterhoeven
- [PATCH v2 0/2] crypto: sun4i-ss: Enable power management,
Corentin Labbe
- [PATCHv4 0/3] crypto: inside-secure: Add support for the Chacha20 skcipher and the Chacha20-Poly1305 AEAD suites,
Pascal van Leeuwen
- [PATCH v2 1/8] dt-bindings: rng: exynos4-rng: Convert Exynos PRNG bindings to json-schema,
Krzysztof Kozlowski
- Re: Can KEY_DH_OPERATIONS become tristate? (was: Re: Kernel 5.3.0 stuck during boot on Amiga),
David Howells
- [PATCH] crypto: inside-secure - Add support for the EIP196,
Pascal van Leeuwen
- [PATCH] crypto: cavium/nitrox - Add mailbox message to get mcode info in VF,
Nagadheeraj Rottela
- [PATCH 0/2] crypto: inside-secure - Add support for eip197f_iewc,
Pascal van Leeuwen
- [PATCH] hwrng: mediatek: Use devm_platform_ioremap_resource() in mtk_rng_probe(),
Markus Elfring
- [PATCH] jitterentropy: fix comments,
Alexander E. Patrakov
- [PATCH] hwrng: iproc-rng200 - Use devm_platform_ioremap_resource() in iproc_rng200_probe(),
Markus Elfring
- [PATCH 0/3] crypto: inside-secure - Add ESP GCM/GMAC/CCM variants,
Pascal van Leeuwen
- [PATCH 0/2] crypto: inside-secure: [URGENT] Fix stability issue,
Pascal van Leeuwen
- [PATCH] hw_random: don't wait on add_early_randomness(),
Laurent Vivier
- [PATCH 1/2] crypto: arm/aes-ce - build for v8 architecture explicitly,
Ard Biesheuvel
- [PATCH] crypto: cavium/nitrox - Fix cbc ciphers self test failures,
Nagadheeraj Rottela
- [Patch v6 0/4] Create and consolidate trusted keys subsystem,
Sumit Garg
- INFO: task hung in cancel_delayed_work_sync,
syzbot
- [GIT PULL] Crypto Update for 5.4,
Herbert Xu
[Index of Archives]
[Linux Kernel]
[Netfilter]
[Gnu Crypto]
[Gnu Classpath]
[Bugtraq]