Show patches with: Submitter = Ard Biesheuvel       |    Archived = No       |   1167 patches
« 1 2 3 411 12 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v3,23/29] crypto: Curve25519 - generic C library implementations and selftest crypto: crypto API library interfaces for WireGuard - - - --- 2019-10-07 Ard Biesheuvel herbert Superseded
[v3,22/29] crypto: BLAKE2s - x86_64 library implementation crypto: crypto API library interfaces for WireGuard - - - --- 2019-10-07 Ard Biesheuvel herbert Superseded
[v3,21/29] crypto: BLAKE2s - generic C library implementation and selftest crypto: crypto API library interfaces for WireGuard - - - --- 2019-10-07 Ard Biesheuvel herbert Superseded
[v3,20/29] int128: move __uint128_t compiler test to Kconfig crypto: crypto API library interfaces for WireGuard - - - --- 2019-10-07 Ard Biesheuvel herbert Superseded
[v3,19/29] crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementation crypto: crypto API library interfaces for WireGuard - - - --- 2019-10-07 Ard Biesheuvel herbert Superseded
[v3,18/29] crypto: arm/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation crypto: crypto API library interfaces for WireGuard - - - --- 2019-10-07 Ard Biesheuvel herbert Superseded
[v3,17/29] crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation crypto: crypto API library interfaces for WireGuard - - - --- 2019-10-07 Ard Biesheuvel herbert Superseded
[v3,16/29] crypto: x86/poly1305 - expose existing driver as poly1305 library crypto: crypto API library interfaces for WireGuard - - - --- 2019-10-07 Ard Biesheuvel herbert Superseded
[v3,15/29] crypto: x86/poly1305 - depend on generic library not generic shash crypto: crypto API library interfaces for WireGuard - - - --- 2019-10-07 Ard Biesheuvel herbert Superseded
[v3,14/29] crypto: poly1305 - expose init/update/final library interface crypto: crypto API library interfaces for WireGuard - - - --- 2019-10-07 Ard Biesheuvel herbert Superseded
[v3,13/29] crypto: x86/poly1305 - unify Poly1305 state struct with generic code crypto: crypto API library interfaces for WireGuard - - - --- 2019-10-07 Ard Biesheuvel herbert Superseded
[v3,12/29] crypto: poly1305 - move core routines into a separate library crypto: crypto API library interfaces for WireGuard - - - --- 2019-10-07 Ard Biesheuvel herbert Superseded
[v3,11/29] crypto: chacha - unexport chacha_generic routines crypto: crypto API library interfaces for WireGuard - - - --- 2019-10-07 Ard Biesheuvel herbert Superseded
[v3,10/29] crypto: mips/chacha - wire up accelerated 32r2 code from Zinc crypto: crypto API library interfaces for WireGuard - - - --- 2019-10-07 Ard Biesheuvel herbert Superseded
[v3,09/29] crypto: mips/chacha - import 32r2 ChaCha code from Zinc crypto: crypto API library interfaces for WireGuard - - - --- 2019-10-07 Ard Biesheuvel herbert Superseded
[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 herbert Superseded
[v3,07/29] crypto: arm/chacha - remove dependency on generic ChaCha driver crypto: crypto API library interfaces for WireGuard - - - --- 2019-10-07 Ard Biesheuvel herbert Superseded
[v3,06/29] crypto: arm/chacha - import Eric Biggers's scalar accelerated ChaCha code crypto: crypto API library interfaces for WireGuard - - - --- 2019-10-07 Ard Biesheuvel herbert Superseded
[v3,05/29] crypto: arm64/chacha - expose arm64 ChaCha routine as library function crypto: crypto API library interfaces for WireGuard - - - --- 2019-10-07 Ard Biesheuvel herbert Superseded
[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 herbert Superseded
[v3,03/29] crypto: x86/chacha - expose SIMD ChaCha routine as library function crypto: crypto API library interfaces for WireGuard - - - --- 2019-10-07 Ard Biesheuvel herbert Superseded
[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 herbert Superseded
[v3,01/29] crypto: chacha - move existing library code into lib/crypto crypto: crypto API library interfaces for WireGuard - - - --- 2019-10-07 Ard Biesheuvel herbert Superseded
[v2] crypto: geode-aes - switch to skcipher for cbc(aes) fallback [v2] crypto: geode-aes - switch to skcipher for cbc(aes) fallback - - - --- 2019-10-05 Ard Biesheuvel herbert Accepted
crypto: geode-aes - switch to skcipher for cbc(aes) fallback crypto: geode-aes - switch to skcipher for cbc(aes) fallback - - - --- 2019-10-03 Ard Biesheuvel herbert Changes Requested
[v2,20/20] crypto: lib/chacha20poly1305 - reimplement crypt_from_sg() routine crypto: crypto API library interfaces for WireGuard - - - --- 2019-10-02 Ard Biesheuvel herbert Superseded
[v2,19/20] crypto: chacha20poly1305 - import construction and selftest from Zinc crypto: crypto API library interfaces for WireGuard - - - --- 2019-10-02 Ard Biesheuvel herbert Superseded
[v2,18/20] crypto: arm/Curve25519 - wire up NEON implementation crypto: crypto API library interfaces for WireGuard - - - --- 2019-10-02 Ard Biesheuvel herbert Superseded
[v2,17/20] crypto: arm - import Bernstein and Schwabe's Curve25519 ARM implementation crypto: crypto API library interfaces for WireGuard - - - --- 2019-10-02 Ard Biesheuvel herbert Superseded
[v2,16/20] crypto: Curve25519 - x86_64 library implementation crypto: crypto API library interfaces for WireGuard - - - --- 2019-10-02 Ard Biesheuvel herbert Superseded
[v2,15/20] crypto: lib/curve25519 - work around Clang stack spilling issue crypto: crypto API library interfaces for WireGuard - - - --- 2019-10-02 Ard Biesheuvel herbert Superseded
[v2,14/20] crypto: Curve25519 - generic C library implementations and selftest crypto: crypto API library interfaces for WireGuard - - - --- 2019-10-02 Ard Biesheuvel herbert Superseded
[v2,13/20] crypto: BLAKE2s - x86_64 library implementation crypto: crypto API library interfaces for WireGuard - - - --- 2019-10-02 Ard Biesheuvel herbert Superseded
[v2,12/20] crypto: BLAKE2s - generic C library implementation and selftest crypto: crypto API library interfaces for WireGuard - - - --- 2019-10-02 Ard Biesheuvel herbert Superseded
[v2,11/20] int128: move __uint128_t compiler test to Kconfig crypto: crypto API library interfaces for WireGuard - - - --- 2019-10-02 Ard Biesheuvel herbert Superseded
[v2,10/20] crypto: mips/poly1305 - import accelerated 32r2 code from Zinc crypto: crypto API library interfaces for WireGuard - - - --- 2019-10-02 Ard Biesheuvel herbert Superseded
[v2,09/20] crypto: arm/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation crypto: crypto API library interfaces for WireGuard - - - --- 2019-10-02 Ard Biesheuvel herbert Superseded
[v2,08/20] crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation crypto: crypto API library interfaces for WireGuard - - - --- 2019-10-02 Ard Biesheuvel herbert Superseded
[v2,07/20] crypto: x86/poly1305 - expose existing driver as poly1305 library crypto: crypto API library interfaces for WireGuard - - - --- 2019-10-02 Ard Biesheuvel herbert Superseded
[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 herbert Superseded
[v2,05/20] crypto: mips/chacha - import accelerated 32r2 code from Zinc crypto: crypto API library interfaces for WireGuard - - - --- 2019-10-02 Ard Biesheuvel herbert Superseded
[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 herbert Superseded
[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 herbert Superseded
[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 herbert Superseded
[v2,01/20] crypto: chacha - move existing library code into lib/crypto crypto: crypto API library interfaces for WireGuard - - - --- 2019-10-02 Ard Biesheuvel herbert Superseded
crypto: aegis128/simd - build 32-bit ARM for v8 architecture explicitly crypto: aegis128/simd - build 32-bit ARM for v8 architecture explicitly - 2 2 --- 2019-10-02 Ard Biesheuvel herbert Accepted
[RFC,20/20] wg switch to lib/crypto algos crypto: wireguard with crypto API library interface - - - --- 2019-09-29 Ard Biesheuvel herbert RFC
[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 herbert RFC
[RFC,18/20] net: WireGuard secure network tunnel crypto: wireguard with crypto API library interface - - - --- 2019-09-29 Ard Biesheuvel herbert RFC
[RFC,17/20] crypto: lib/chacha20poly1305 - reimplement crypt_from_sg() routine crypto: wireguard with crypto API library interface - - - --- 2019-09-29 Ard Biesheuvel herbert RFC
[RFC,16/20] crypto: chacha20poly1305 - import construction and selftest from Zinc crypto: wireguard with crypto API library interface - - - --- 2019-09-29 Ard Biesheuvel herbert RFC
[RFC,15/20] crypto: arm/Curve25519 - wire up NEON implementation crypto: wireguard with crypto API library interface - - - --- 2019-09-29 Ard Biesheuvel herbert RFC
[RFC,14/20] crypto: arm - import Bernstein and Schwabe's Curve25519 ARM implementation crypto: wireguard with crypto API library interface - - - --- 2019-09-29 Ard Biesheuvel herbert RFC
[RFC,13/20] crypto: Curve25519 - x86_64 library implementation crypto: wireguard with crypto API library interface - - - --- 2019-09-29 Ard Biesheuvel herbert RFC
[RFC,12/20] crypto: Curve25519 - generic C library implementations and selftest crypto: wireguard with crypto API library interface - - - --- 2019-09-29 Ard Biesheuvel herbert RFC
[RFC,11/20] crypto: BLAKE2s - x86_64 implementation crypto: wireguard with crypto API library interface - - - --- 2019-09-29 Ard Biesheuvel herbert RFC
[RFC,10/20] crypto: BLAKE2s - generic C library implementation and selftest crypto: wireguard with crypto API library interface - - - --- 2019-09-29 Ard Biesheuvel herbert RFC
[RFC,09/20] int128: move __uint128_t compiler test to Kconfig crypto: wireguard with crypto API library interface - - - --- 2019-09-29 Ard Biesheuvel herbert RFC
[RFC,08/20] crypto: arm/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation crypto: wireguard with crypto API library interface - - - --- 2019-09-29 Ard Biesheuvel herbert RFC
[RFC,07/20] crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation crypto: wireguard with crypto API library interface - - - --- 2019-09-29 Ard Biesheuvel herbert RFC
[RFC,06/20] crypto: x86/poly1305 - expose existing driver as poly1305 library crypto: wireguard with crypto API library interface - - - --- 2019-09-29 Ard Biesheuvel herbert RFC
[RFC,05/20] crypto: poly1305 - move into lib/crypto and refactor into library crypto: wireguard with crypto API library interface - - - --- 2019-09-29 Ard Biesheuvel herbert RFC
[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 herbert RFC
[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 herbert RFC
[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 herbert RFC
[RFC,01/20] crypto: chacha - move existing library code into lib/crypto crypto: wireguard with crypto API library interface - - - --- 2019-09-29 Ard Biesheuvel herbert RFC
[RFC,18/18] net: wireguard - switch to crypto API for packet encryption crypto: wireguard using the existing crypto API - - - --- 2019-09-25 Ard Biesheuvel herbert RFC
[RFC,17/18] wg switch to lib/crypto algos crypto: wireguard using the existing crypto API - - - --- 2019-09-25 Ard Biesheuvel herbert RFC
[RFC,16/18] netlink: use new strict length types in policy for 5.2 crypto: wireguard using the existing crypto API - - - --- 2019-09-25 Ard Biesheuvel herbert RFC
[RFC,15/18] net: WireGuard secure network tunnel crypto: wireguard using the existing crypto API - - - --- 2019-09-25 Ard Biesheuvel herbert RFC
[RFC,14/18] crypto: chacha20poly1305 - import construction and selftest from Zinc crypto: wireguard using the existing crypto API - - - --- 2019-09-25 Ard Biesheuvel herbert RFC
[RFC,13/18] crypto: Curve25519 - generic C library implementations and selftest crypto: wireguard using the existing crypto API - - - --- 2019-09-25 Ard Biesheuvel herbert RFC
[RFC,12/18] crypto: BLAKE2s - generic C library implementation and selftest crypto: wireguard using the existing crypto API - - - --- 2019-09-25 Ard Biesheuvel herbert RFC
[RFC,11/18] int128: move __uint128_t compiler test to Kconfig crypto: wireguard using the existing crypto API - - - --- 2019-09-25 Ard Biesheuvel herbert RFC
[RFC,10/18] crypto: poly1305 - add init/update/final library routines crypto: wireguard using the existing crypto API - - - --- 2019-09-25 Ard Biesheuvel herbert RFC
[RFC,09/18] crypto: poly1305 - move core algorithm into lib/crypto crypto: wireguard using the existing crypto API - - - --- 2019-09-25 Ard Biesheuvel herbert RFC
[RFC,08/18] crypto: testmgr - add a chacha20poly1305 test case crypto: wireguard using the existing crypto API - - - --- 2019-09-25 Ard Biesheuvel herbert RFC
[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 herbert RFC
[RFC,06/18] crypto: rfc7539 - switch to shash for Poly1305 crypto: wireguard using the existing crypto API - - - --- 2019-09-25 Ard Biesheuvel herbert RFC
[RFC,05/18] crypto: chacha - move existing library code into lib/crypto crypto: wireguard using the existing crypto API - - - --- 2019-09-25 Ard Biesheuvel herbert RFC
[RFC,04/18] crypto: arm64/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation crypto: wireguard using the existing crypto API - - - --- 2019-09-25 Ard Biesheuvel herbert RFC
[RFC,03/18] crypto: arm/poly1305 - incorporate OpenSSL/CRYPTOGAMS NEON implementation crypto: wireguard using the existing crypto API - - - --- 2019-09-25 Ard Biesheuvel herbert RFC
[RFC,02/18] crypto: x86/poly1305 - implement .update_from_sg method crypto: wireguard using the existing crypto API - - - --- 2019-09-25 Ard Biesheuvel herbert RFC
[RFC,01/18] crypto: shash - add plumbing for operating on scatterlists crypto: wireguard using the existing crypto API - - - --- 2019-09-25 Ard Biesheuvel herbert RFC
crypto: aegis128-neon - use Clang compatible cflags for ARM crypto: aegis128-neon - use Clang compatible cflags for ARM - - - --- 2019-09-13 Ard Biesheuvel herbert Accepted
[2/2] crypto: arm64/gcm-ce - implement 4 way interleave crypto: faster GCM-AES for arm64 - - - --- 2019-09-10 Ard Biesheuvel herbert Accepted
[1/2] crypto: testmgr - add another gcm(aes) testcase crypto: faster GCM-AES for arm64 - - - --- 2019-09-10 Ard Biesheuvel herbert Accepted
crypto: x86/aes-ni - use AES library instead of single-use AES cipher crypto: x86/aes-ni - use AES library instead of single-use AES cipher - - - --- 2019-09-04 Ard Biesheuvel herbert Accepted
[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 herbert Deferred
[v2,16/17] crypto: testmgr - add test vectors for XTS ciphertext stealing crypto: arm/aes - XTS ciphertext stealing and other updates - - 1 --- 2019-09-03 Ard Biesheuvel herbert Deferred
[v2,15/17] crypto: arm/aes-ce - implement ciphertext stealing for CBC crypto: arm/aes - XTS ciphertext stealing and other updates - - - --- 2019-09-03 Ard Biesheuvel herbert Accepted
[v2,14/17] crypto: arm/aes-neonbs - implement ciphertext stealing for XTS crypto: arm/aes - XTS ciphertext stealing and other updates - - - --- 2019-09-03 Ard Biesheuvel herbert Accepted
[v2,13/17] crypto: arm/aes-ce - implement ciphertext stealing for XTS crypto: arm/aes - XTS ciphertext stealing and other updates - - - --- 2019-09-03 Ard Biesheuvel herbert Accepted
[v2,12/17] crypto: arm64/aes-neonbs - implement ciphertext stealing for XTS crypto: arm/aes - XTS ciphertext stealing and other updates - - - --- 2019-09-03 Ard Biesheuvel herbert Accepted
[v2,11/17] crypto: arm64/aes - implement support for XTS ciphertext stealing crypto: arm/aes - XTS ciphertext stealing and other updates - - - --- 2019-09-03 Ard Biesheuvel herbert Accepted
[v2,10/17] crypto: arm64/aes-cts-cbc - move request context data to the stack crypto: arm/aes - XTS ciphertext stealing and other updates - - - --- 2019-09-03 Ard Biesheuvel herbert Accepted
[v2,09/17] crypto: arm64/aes-cts-cbc-ce - performance tweak crypto: arm/aes - XTS ciphertext stealing and other updates - - - --- 2019-09-03 Ard Biesheuvel herbert Accepted
[v2,08/17] crypto: skcipher - add the ability to abort a skcipher walk crypto: arm/aes - XTS ciphertext stealing and other updates - - - --- 2019-09-03 Ard Biesheuvel herbert Accepted
[v2,07/17] crypto: arm64/aes-neon - limit exposed routines if faster driver is enabled crypto: arm/aes - XTS ciphertext stealing and other updates - - - --- 2019-09-03 Ard Biesheuvel herbert Accepted
[v2,06/17] crypto: arm64/aes-neonbs - replace tweak mask literal with composition crypto: arm/aes - XTS ciphertext stealing and other updates - - - --- 2019-09-03 Ard Biesheuvel herbert Accepted
« 1 2 3 411 12 »