Show patches with: State = Action Required       |    Archived = No       |   4270 patches
« 1 2 ... 5 6 742 43 »
Patch Series S/W/F Date Submitter Delegate State
[RFC/RFT,v4,5/5] KEYS: trusted: Add generic trusted keys framework Untitled series #22614 --- 2019-08-13 Sumit Garg New
[v5,14/30] crypto: ixp4xx/des - switch to new verification routines crypto: DES/3DES cleanup --- 2019-08-15 Ard Biesheuvel New
[v5,19/30] crypto: qce/des - switch to new verification routines crypto: DES/3DES cleanup --- 2019-08-15 Ard Biesheuvel New
[v5,26/30] crypto: des - remove unused function crypto: DES/3DES cleanup --- 2019-08-15 Ard Biesheuvel New
[v5,27/30] crypto: des - split off DES library from generic DES cipher driver crypto: DES/3DES cleanup --- 2019-08-15 Ard Biesheuvel New
[v5,30/30] fs: cifs: move from the crypto cipher API to the new DES library interface crypto: DES/3DES cleanup --- 2019-08-15 Ard Biesheuvel New
[RFC/RFT] crypto: aes/xts - implement support for ciphertext stealing [RFC/RFT] crypto: aes/xts - implement support for ciphertext stealing --- 2019-08-16 Ard Biesheuvel New
[v13,2/6] crypto: essiv - add tests for essiv in cbc(aes)+sha256 mode crypto: switch to crypto API for ESSIV generation --- 2019-08-19 Ard Biesheuvel New
[v13,5/6] md: dm-crypt: switch to ESSIV crypto API template crypto: switch to crypto API for ESSIV generation --- 2019-08-19 Ard Biesheuvel New
[08/17] crypto: skcipher - add the ability to abort a skcipher walk crypto: arm/aes - XTS ciphertext stealing and other updates --- 2019-08-21 Ard Biesheuvel New
[v2,03/17] crypto: arm/aes-ce - switch to 4x interleave crypto: arm/aes - XTS ciphertext stealing and other updates --- 2019-09-03 Ard Biesheuvel New
[v2,16/17] crypto: testmgr - add test vectors for XTS ciphertext stealing crypto: arm/aes - XTS ciphertext stealing and other updates --- 2019-09-03 Ard Biesheuvel New
[v2,17/17] crypto: testmgr - Add additional AES-XTS vectors for covering CTS crypto: arm/aes - XTS ciphertext stealing and other updates --- 2019-09-03 Ard Biesheuvel New
[2/2] crypto: hisilicon - avoid unused function warning Untitled series #23228 --- 2019-09-06 Arnd Bergmann New
[2/9] crypto: Add Allwinner sun8i-ce Crypto Engine Untitled series #23242 --- 2019-09-06 Corentin Labbe New
[3/9] dt-bindings: crypto: Add DT bindings documentation for sun8i-ce Crypto Engine Untitled series #23242 --- 2019-09-06 Corentin Labbe New
[1/2] crypto: testmgr - add another gcm(aes) testcase crypto: faster GCM-AES for arm64 --- 2019-09-10 Ard Biesheuvel New
KEYS: asym_tpm: Use common tpm_buf for asymmetric keys KEYS: asym_tpm: Use common tpm_buf for asymmetric keys --- 2019-09-11 Sumit Garg New
[v6,4/4] KEYS: trusted: Move TPM2 trusted keys code Create and consolidate trusted keys subsystem --- 2019-09-16 Sumit Garg New
[1/2] crypto: arm/aes-ce - build for v8 architecture explicitly [1/2] crypto: arm/aes-ce - build for v8 architecture explicitly --- 2019-09-17 Ard Biesheuvel New
[2/2] crypto: arm/aes-ce - add dependency on AES library [1/2] crypto: arm/aes-ce - build for v8 architecture explicitly --- 2019-09-17 Ard Biesheuvel New
[v2,1/2] crypto: sun4i-ss: simplify enable/disable of the device crypto: sun4i-ss: Enable power management --- 2019-09-19 Corentin Labbe New
[v2,2/2] crypto: sun4i-ss: enable pm_runtime crypto: sun4i-ss: Enable power management --- 2019-09-19 Corentin Labbe New
[RFC,01/18] crypto: shash - add plumbing for operating on scatterlists crypto: wireguard using the existing crypto API --- 2019-09-25 Ard Biesheuvel New
[RFC,02/18] crypto: x86/poly1305 - implement .update_from_sg method crypto: wireguard using the existing crypto API --- 2019-09-25 Ard Biesheuvel New
[RFC,05/18] crypto: chacha - move existing library code into lib/crypto crypto: wireguard using the existing crypto API --- 2019-09-25 Ard Biesheuvel New
[RFC,06/18] crypto: rfc7539 - switch to shash for Poly1305 crypto: wireguard using the existing crypto API --- 2019-09-25 Ard Biesheuvel New
[RFC,07/18] crypto: rfc7539 - use zero reqsize for sync instantiations without alignmask crypto: wireguard using the existing crypto API --- 2019-09-25 Ard Biesheuvel New
[RFC,08/18] crypto: testmgr - add a chacha20poly1305 test case crypto: wireguard using the existing crypto API --- 2019-09-25 Ard Biesheuvel New
[RFC,09/18] crypto: poly1305 - move core algorithm into lib/crypto crypto: wireguard using the existing crypto API --- 2019-09-25 Ard Biesheuvel New
[RFC,10/18] crypto: poly1305 - add init/update/final library routines crypto: wireguard using the existing crypto API --- 2019-09-25 Ard Biesheuvel New
[RFC,11/18] int128: move __uint128_t compiler test to Kconfig crypto: wireguard using the existing crypto API --- 2019-09-25 Ard Biesheuvel New
[RFC,17/18] wg switch to lib/crypto algos crypto: wireguard using the existing crypto API --- 2019-09-25 Ard Biesheuvel New
[RFC,18/18] net: wireguard - switch to crypto API for packet encryption crypto: wireguard using the existing crypto API --- 2019-09-25 Ard Biesheuvel New
[RFC,01/20] crypto: chacha - move existing library code into lib/crypto crypto: wireguard with crypto API library interface --- 2019-09-29 Ard Biesheuvel New
[RFC,02/20] crypto: x86/chacha - expose SIMD ChaCha routine as library function crypto: wireguard with crypto API library interface --- 2019-09-29 Ard Biesheuvel New
[RFC,03/20] crypto: arm64/chacha - expose arm64 ChaCha routine as library function crypto: wireguard with crypto API library interface --- 2019-09-29 Ard Biesheuvel New
[RFC,04/20] crypto: arm/chacha - expose ARM ChaCha routine as library function crypto: wireguard with crypto API library interface --- 2019-09-29 Ard Biesheuvel New
[RFC,18/20] net: WireGuard secure network tunnel crypto: wireguard with crypto API library interface --- 2019-09-29 Ard Biesheuvel New
[RFC,19/20] netlink: use new strict length types in policy for 5.2 crypto: wireguard with crypto API library interface --- 2019-09-29 Ard Biesheuvel New
[RFC,20/20] wg switch to lib/crypto algos crypto: wireguard with crypto API library interface --- 2019-09-29 Ard Biesheuvel New
[2/4] crypto: hisilicon - add sgl_sge_nr module param for zip crypto: hisilicon: misc sgl fixes --- 2019-09-30 Zhou Wang New
crypto: aegis128/simd - build 32-bit ARM for v8 architecture explicitly crypto: aegis128/simd - build 32-bit ARM for v8 architecture explicitly --- 2019-10-02 Ard Biesheuvel New
[v2,01/20] crypto: chacha - move existing library code into lib/crypto crypto: crypto API library interfaces for WireGuard --- 2019-10-02 Ard Biesheuvel New
[v2,02/20] crypto: x86/chacha - expose SIMD ChaCha routine as library function crypto: crypto API library interfaces for WireGuard --- 2019-10-02 Ard Biesheuvel New
[v2,03/20] crypto: arm64/chacha - expose arm64 ChaCha routine as library function crypto: crypto API library interfaces for WireGuard --- 2019-10-02 Ard Biesheuvel New
[v2,04/20] crypto: arm/chacha - expose ARM ChaCha routine as library function crypto: crypto API library interfaces for WireGuard --- 2019-10-02 Ard Biesheuvel New
[v2,05/20] crypto: mips/chacha - import accelerated 32r2 code from Zinc crypto: crypto API library interfaces for WireGuard --- 2019-10-02 Ard Biesheuvel New
[v2,06/20] crypto: poly1305 - move into lib/crypto and refactor into library crypto: crypto API library interfaces for WireGuard --- 2019-10-02 Ard Biesheuvel New
[v2,07/20] crypto: x86/poly1305 - expose existing driver as poly1305 library crypto: crypto API library interfaces for WireGuard --- 2019-10-02 Ard Biesheuvel New
[v2,10/20] crypto: mips/poly1305 - import accelerated 32r2 code from Zinc crypto: crypto API library interfaces for WireGuard --- 2019-10-02 Ard Biesheuvel New
[v3,01/29] crypto: chacha - move existing library code into lib/crypto crypto: crypto API library interfaces for WireGuard --- 2019-10-07 Ard Biesheuvel New
[v3,02/29] crypto: x86/chacha - depend on generic chacha library instead of crypto driver crypto: crypto API library interfaces for WireGuard --- 2019-10-07 Ard Biesheuvel New
[v3,04/29] crypto: arm64/chacha - depend on generic chacha library instead of crypto driver crypto: crypto API library interfaces for WireGuard --- 2019-10-07 Ard Biesheuvel New
[v3,08/29] crypto: arm/chacha - expose ARM ChaCha routine as library function crypto: crypto API library interfaces for WireGuard --- 2019-10-07 Ard Biesheuvel New
[v3,11/29] crypto: chacha - unexport chacha_generic routines crypto: crypto API library interfaces for WireGuard --- 2019-10-07 Ard Biesheuvel New
[v3,14/29] crypto: poly1305 - expose init/update/final library interface crypto: crypto API library interfaces for WireGuard --- 2019-10-07 Ard Biesheuvel New
[v3,16/29] crypto: x86/poly1305 - expose existing driver as poly1305 library crypto: crypto API library interfaces for WireGuard --- 2019-10-07 Ard Biesheuvel New
[v3,19/29] crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementation crypto: crypto API library interfaces for WireGuard --- 2019-10-07 Ard Biesheuvel New
[v3,21/29] crypto: BLAKE2s - generic C library implementation and selftest crypto: crypto API library interfaces for WireGuard --- 2019-10-07 Ard Biesheuvel New
[v3,22/29] crypto: BLAKE2s - x86_64 library implementation crypto: crypto API library interfaces for WireGuard --- 2019-10-07 Ard Biesheuvel New
[v3,23/29] crypto: Curve25519 - generic C library implementations and selftest crypto: crypto API library interfaces for WireGuard --- 2019-10-07 Ard Biesheuvel New
crypto: zlib-deflate - add zlib-deflate test case in tcrypt crypto: zlib-deflate - add zlib-deflate test case in tcrypt --- 2019-10-10 Zhou Wang New
[v8,3/4] KEYS: trusted: Create trusted keys subsystem Create and consolidate trusted keys subsystem --- 2019-10-16 Sumit Garg New
[v6,2/3] uacce: add uacce driver Untitled series #24161 --- 2019-10-16 Zhangfei Gao New
[v5,03/11] dt-bindings: crypto: Add DT bindings documentation for sun8i-ce Crypto Engine Untitled series #24182 --- 2019-10-16 Corentin Labbe New
[01/10] crypto: omap-sham: split up data to multiple sg elements with huge data crypto: omap fixes towards 5.5 --- 2019-10-17 Tero Kristo New
[09/10] crypto: add timeout to crypto_wait_req crypto: omap fixes towards 5.5 --- 2019-10-17 Tero Kristo New
[v4,01/35] crypto: tidy up lib/crypto Kconfig and Makefile crypto: crypto API library interfaces for WireGuard --- 2019-10-17 Ard Biesheuvel New
[v4,02/35] crypto: chacha - move existing library code into lib/crypto crypto: crypto API library interfaces for WireGuard --- 2019-10-17 Ard Biesheuvel New
[v4,03/35] crypto: x86/chacha - depend on generic chacha library instead of crypto driver crypto: crypto API library interfaces for WireGuard --- 2019-10-17 Ard Biesheuvel New
[v4,04/35] crypto: x86/chacha - expose SIMD ChaCha routine as library function crypto: crypto API library interfaces for WireGuard --- 2019-10-17 Ard Biesheuvel New
[v4,05/35] crypto: arm64/chacha - depend on generic chacha library instead of crypto driver crypto: crypto API library interfaces for WireGuard --- 2019-10-17 Ard Biesheuvel New
[v4,06/35] crypto: arm64/chacha - expose arm64 ChaCha routine as library function crypto: crypto API library interfaces for WireGuard --- 2019-10-17 Ard Biesheuvel New
[v4,07/35] crypto: arm/chacha - import Eric Biggers's scalar accelerated ChaCha code crypto: crypto API library interfaces for WireGuard --- 2019-10-17 Ard Biesheuvel New
[v4,08/35] crypto: arm/chacha - remove dependency on generic ChaCha driver crypto: crypto API library interfaces for WireGuard --- 2019-10-17 Ard Biesheuvel New
[v4,09/35] crypto: arm/chacha - expose ARM ChaCha routine as library function crypto: crypto API library interfaces for WireGuard --- 2019-10-17 Ard Biesheuvel New
[v4,10/35] crypto: mips/chacha - import 32r2 ChaCha code from Zinc crypto: crypto API library interfaces for WireGuard --- 2019-10-17 Ard Biesheuvel New
[v4,11/35] crypto: mips/chacha - wire up accelerated 32r2 code from Zinc crypto: crypto API library interfaces for WireGuard --- 2019-10-17 Ard Biesheuvel New
[v4,12/35] crypto: chacha - unexport chacha_generic routines crypto: crypto API library interfaces for WireGuard --- 2019-10-17 Ard Biesheuvel New
[v4,13/35] crypto: poly1305 - move core routines into a separate library crypto: crypto API library interfaces for WireGuard --- 2019-10-17 Ard Biesheuvel New
[v4,14/35] crypto: x86/poly1305 - unify Poly1305 state struct with generic code crypto: crypto API library interfaces for WireGuard --- 2019-10-17 Ard Biesheuvel New
[v4,15/35] crypto: poly1305 - expose init/update/final library interface crypto: crypto API library interfaces for WireGuard --- 2019-10-17 Ard Biesheuvel New
[v4,16/35] crypto: x86/poly1305 - depend on generic library not generic shash crypto: crypto API library interfaces for WireGuard --- 2019-10-17 Ard Biesheuvel New
[v4,17/35] crypto: x86/poly1305 - expose existing driver as poly1305 library crypto: crypto API library interfaces for WireGuard --- 2019-10-17 Ard Biesheuvel New
[v4,18/35] crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation crypto: crypto API library interfaces for WireGuard --- 2019-10-17 Ard Biesheuvel New
[v4,19/35] crypto: arm/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation crypto: crypto API library interfaces for WireGuard --- 2019-10-17 Ard Biesheuvel New
[v4,20/35] crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementation crypto: crypto API library interfaces for WireGuard --- 2019-10-17 Ard Biesheuvel New
[v4,21/35] int128: move __uint128_t compiler test to Kconfig crypto: crypto API library interfaces for WireGuard --- 2019-10-17 Ard Biesheuvel New
[v4,22/35] crypto: BLAKE2s - generic C library implementation and selftest crypto: crypto API library interfaces for WireGuard --- 2019-10-17 Ard Biesheuvel New
[v4,23/35] crypto: testmgr - add test cases for Blake2s crypto: crypto API library interfaces for WireGuard --- 2019-10-17 Ard Biesheuvel New
[v4,24/35] crypto: blake2s - implement generic shash driver crypto: crypto API library interfaces for WireGuard --- 2019-10-17 Ard Biesheuvel New
[v4,25/35] crypto: BLAKE2s - x86_64 SIMD implementation crypto: crypto API library interfaces for WireGuard --- 2019-10-17 Ard Biesheuvel New
[v4,26/35] crypto: Curve25519 - generic C library implementations crypto: crypto API library interfaces for WireGuard --- 2019-10-17 Ard Biesheuvel New
[v4,27/35] crypto: testmgr - implement testing for KPP failures crypto: crypto API library interfaces for WireGuard --- 2019-10-17 Ard Biesheuvel New
[v4,28/35] crypto: curve25519 - add kpp selftest crypto: crypto API library interfaces for WireGuard --- 2019-10-17 Ard Biesheuvel New
[v4,29/35] crypto: curve25519 - implement generic KPP driver crypto: crypto API library interfaces for WireGuard --- 2019-10-17 Ard Biesheuvel New
[v4,30/35] crypto: lib/curve25519 - work around Clang stack spilling issue crypto: crypto API library interfaces for WireGuard --- 2019-10-17 Ard Biesheuvel New
[v4,31/35] crypto: Curve25519 - x86_64 library and KPP implementations crypto: crypto API library interfaces for WireGuard --- 2019-10-17 Ard Biesheuvel New
[v4,32/35] crypto: arm - import Bernstein and Schwabe's Curve25519 ARM implementation crypto: crypto API library interfaces for WireGuard --- 2019-10-17 Ard Biesheuvel New
« 1 2 ... 5 6 742 43 »