Show patches with: Submitter = Ard Biesheuvel       |    Archived = No       |   1088 patches
« 1 2 ... 5 6 710 11 »
Patch Series S/W/F Date Submitter Delegate State
[v5,3/7] md: dm-crypt: infer ESSIV block cipher from cipher string directly crypto: switch to crypto API for ESSIV generation --- 2019-06-26 Ard Biesheuvel Superseded
[v5,2/7] fs: crypto: invoke crypto API for ESSIV handling crypto: switch to crypto API for ESSIV generation --- 2019-06-26 Ard Biesheuvel Superseded
[v5,1/7] crypto: essiv - create wrapper template for ESSIV generation crypto: switch to crypto API for ESSIV generation --- 2019-06-26 Ard Biesheuvel Superseded
crypto: morus - remove generic and x86 implementations crypto: morus - remove generic and x86 implementations --- 2019-06-25 Ard Biesheuvel Superseded
[2/2] crypto: arm64/aes-ce - implement 5 way interleave for ECB, CBC and CTR crypto: arm64/aes-ce - implement 5-way interleave for some modes --- 2019-06-24 Ard Biesheuvel Accepted
[1/2] crypto: arm64/aes-ce - add 5 way interleave routines crypto: arm64/aes-ce - implement 5-way interleave for some modes --- 2019-06-24 Ard Biesheuvel New
[RFC/RFT] crypto: aes/generic - use unaligned loads to eliminate 50% of lookup tables [RFC/RFT] crypto: aes/generic - use unaligned loads to eliminate 50% of lookup tables --- 2019-06-24 Ard Biesheuvel New
[6/6] crypto: tcrypt - add a speed test for AEGIS128 crypto: aegis128 - add NEON intrinsics version for ARM/arm64 --- 2019-06-24 Ard Biesheuvel Superseded
[5/6] crypto: aegis128 - provide a SIMD implementation based on NEON intrinsics crypto: aegis128 - add NEON intrinsics version for ARM/arm64 --- 2019-06-24 Ard Biesheuvel New
[4/6] crypto: aegis128 - add support for SIMD acceleration crypto: aegis128 - add NEON intrinsics version for ARM/arm64 --- 2019-06-24 Ard Biesheuvel Superseded
[3/6] crypto: aegis - avoid prerotated AES tables crypto: aegis128 - add NEON intrinsics version for ARM/arm64 --- 2019-06-24 Ard Biesheuvel Superseded
[2/6] crypto: aegis - drop empty TFM init/exit routines crypto: aegis128 - add NEON intrinsics version for ARM/arm64 --- 2019-06-24 Ard Biesheuvel New
[1/6] crypto: aegis128 - use unaliged helper in unaligned decrypt path crypto: aegis128 - add NEON intrinsics version for ARM/arm64 --- 2019-06-24 Ard Biesheuvel New
[v2,26/26] crypto: chelsio/aes - replace AES cipher calls with library calls crypto: AES cleanup --- 2019-06-22 Ard Biesheuvel Superseded
[v2,25/26] crypto: ccp - move to AES library for CMAC key derivation crypto: AES cleanup --- 2019-06-22 Ard Biesheuvel Superseded
[v2,24/26] crypto: amcc/aes - switch to AES library for GCM key derivation crypto: AES cleanup --- 2019-06-22 Ard Biesheuvel Superseded
[v2,23/26] bluetooth: switch to AES library crypto: AES cleanup --- 2019-06-22 Ard Biesheuvel Superseded
[v2,22/26] crypto: arm/ghash - provide a synchronous version crypto: AES cleanup --- 2019-06-22 Ard Biesheuvel Superseded
[v2,21/26] crypto: arm/aes-neonbs - provide a synchronous version of ctr(aes) crypto: AES cleanup --- 2019-06-22 Ard Biesheuvel Superseded
[v2,20/26] crypto: arm/aes-ce - provide a synchronous version of ctr(aes) crypto: AES cleanup --- 2019-06-22 Ard Biesheuvel Superseded
[v2,19/26] crypto: aes/arm - use native endiannes for key schedule crypto: AES cleanup --- 2019-06-22 Ard Biesheuvel Superseded
[v2,18/26] crypto: arm64/aes-ce-cipher - use AES library as fallback crypto: AES cleanup --- 2019-06-22 Ard Biesheuvel Superseded
[v2,17/26] crypto: aes - move sync ctr(aes) to AES library and generic helper crypto: AES cleanup --- 2019-06-22 Ard Biesheuvel Superseded
[v2,16/26] crypto: ctr - add helper for performing a CTR encryption walk crypto: AES cleanup --- 2019-06-22 Ard Biesheuvel New
[v2,15/26] crypto: generic/aes - drop key expansion routine in favor of library version crypto: AES cleanup --- 2019-06-22 Ard Biesheuvel Superseded
[v2,14/26] crypto: arm64/aes-ce - switch to library version of key expansion routine crypto: AES cleanup --- 2019-06-22 Ard Biesheuvel Superseded
[v2,13/26] crypto: arm64/aes-neonbs - switch to library version of key expansion routine crypto: AES cleanup --- 2019-06-22 Ard Biesheuvel Superseded
[v2,12/26] crypto: arm64/aes-ccm - switch to AES library crypto: AES cleanup --- 2019-06-22 Ard Biesheuvel Superseded
[v2,11/26] crypto: arm/aes-neonbs - switch to library version of key expansion routine crypto: AES cleanup --- 2019-06-22 Ard Biesheuvel Superseded
[v2,10/26] crypto: arm64/ghash - switch to AES library crypto: AES cleanup --- 2019-06-22 Ard Biesheuvel Superseded
[v2,09/26] crypto: safexcel/aes - switch to library version of key expansion routine crypto: AES cleanup --- 2019-06-22 Ard Biesheuvel Superseded
[v2,08/26] crypto: cesa/aes - switch to library version of key expansion routine crypto: AES cleanup --- 2019-06-22 Ard Biesheuvel Superseded
[v2,07/26] crypto: padlock/aes - switch to library version of key expansion routine crypto: AES cleanup --- 2019-06-22 Ard Biesheuvel Superseded
[v2,06/26] crypto: x86/aes - drop scalar assembler implementations crypto: AES cleanup --- 2019-06-22 Ard Biesheuvel Superseded
[v2,05/26] crypto: x86/aes-ni - switch to generic for fallback and key routines crypto: AES cleanup --- 2019-06-22 Ard Biesheuvel Superseded
[v2,04/26] crypto: aes - create AES library based on the fixed time AES code crypto: AES cleanup --- 2019-06-22 Ard Biesheuvel Superseded
[v2,03/26] crypto: aes/fixed-time - align key schedule with other implementations crypto: AES cleanup --- 2019-06-22 Ard Biesheuvel Superseded
[v2,02/26] crypto: aes - rename local routines to prevent future clashes crypto: AES cleanup --- 2019-06-22 Ard Biesheuvel Superseded
[v2,01/26] crypto: arm/aes-ce - cosmetic/whitespace cleanup crypto: AES cleanup --- 2019-06-22 Ard Biesheuvel Superseded
[RFC,30/30] fs: cifs: move from the crypto cipher API to the new DES library interface crypto: DES/3DES cleanup --- 2019-06-22 Ard Biesheuvel New
[RFC,29/30] crypto: des - remove now unused __des3_ede_setkey() crypto: DES/3DES cleanup --- 2019-06-22 Ard Biesheuvel Superseded
[RFC,28/30] crypto: x86/des - switch to library interface crypto: DES/3DES cleanup --- 2019-06-22 Ard Biesheuvel Superseded
[RFC,27/30] crypto: des - split off DES library from generic DES cipher driver crypto: DES/3DES cleanup --- 2019-06-22 Ard Biesheuvel Superseded
[RFC,26/30] crypto: des - remove unused function crypto: DES/3DES cleanup --- 2019-06-22 Ard Biesheuvel Superseded
[RFC,25/30] crypto: 3des - move verification out of exported routine crypto: DES/3DES cleanup --- 2019-06-22 Ard Biesheuvel Superseded
[RFC,24/30] crypto: ux500/des - switch to new verification routines crypto: DES/3DES cleanup --- 2019-06-22 Ard Biesheuvel Superseded
[RFC,23/30] crypto: talitos/des - switch to new verification routines crypto: DES/3DES cleanup --- 2019-06-22 Ard Biesheuvel New
[RFC,22/30] crypto: sun4i/des - switch to new verification routines crypto: DES/3DES cleanup --- 2019-06-22 Ard Biesheuvel Superseded
[RFC,21/30] crypto: stm32/des - switch to new verification routines crypto: DES/3DES cleanup --- 2019-06-22 Ard Biesheuvel Superseded
[RFC,20/30] crypto: rk3288/des - switch to new verification routines crypto: DES/3DES cleanup --- 2019-06-22 Ard Biesheuvel Superseded
[RFC,19/30] crypto: qce/des - switch to new verification routines crypto: DES/3DES cleanup --- 2019-06-22 Ard Biesheuvel New
[RFC,18/30] crypto: picoxcell/des - switch to new verification routines crypto: DES/3DES cleanup --- 2019-06-22 Ard Biesheuvel Superseded
[RFC,17/30] crypto: omap/des - switch to new verification routines crypto: DES/3DES cleanup --- 2019-06-22 Ard Biesheuvel Superseded
[RFC,16/30] crypto: n2/des - switch to new verification routines crypto: DES/3DES cleanup --- 2019-06-22 Ard Biesheuvel Superseded
[RFC,15/30] crypto: cesa/des - switch to new verification routines crypto: DES/3DES cleanup --- 2019-06-22 Ard Biesheuvel Superseded
[RFC,14/30] crypto: ixp4xx/des - switch to new verification routines crypto: DES/3DES cleanup --- 2019-06-22 Ard Biesheuvel Superseded
[RFC,13/30] crypto: safexcel/des - switch to new verification routines crypto: DES/3DES cleanup --- 2019-06-22 Ard Biesheuvel Superseded
[RFC,12/30] crypto: hisilicon/des - switch to new verification routines crypto: DES/3DES cleanup --- 2019-06-22 Ard Biesheuvel Superseded
[RFC,11/30] crypto: hifn/des - switch to new verification routines crypto: DES/3DES cleanup --- 2019-06-22 Ard Biesheuvel Superseded
[RFC,10/30] crypto: ccree/des - switch to new verification routines crypto: DES/3DES cleanup --- 2019-06-22 Ard Biesheuvel New
[RFC,09/30] crypto: ccp/des - switch to new verification routines crypto: DES/3DES cleanup --- 2019-06-22 Ard Biesheuvel Superseded
[RFC,08/30] crypto: nitrox/des - switch to new verification routines crypto: DES/3DES cleanup --- 2019-06-22 Ard Biesheuvel New
[RFC,07/30] crypto: cpt/des - switch to new verification routines crypto: DES/3DES cleanup --- 2019-06-22 Ard Biesheuvel Superseded
[RFC,06/30] crypto: caam/des - switch to new verification routines crypto: DES/3DES cleanup --- 2019-06-22 Ard Biesheuvel New
[RFC,05/30] crypto: bcm/des - switch to new verification routines crypto: DES/3DES cleanup --- 2019-06-22 Ard Biesheuvel New
[RFC,04/30] crypto: atmel/des - switch to new verification routines crypto: DES/3DES cleanup --- 2019-06-22 Ard Biesheuvel Superseded
[RFC,03/30] crypto: sparc/des - switch to new verification routines crypto: DES/3DES cleanup --- 2019-06-22 Ard Biesheuvel New
[RFC,02/30] crypto: s390/des - switch to new verification routines crypto: DES/3DES cleanup --- 2019-06-22 Ard Biesheuvel New
[RFC,01/30] crypto: des/3des_ede - add new helpers to verify key length crypto: DES/3DES cleanup --- 2019-06-22 Ard Biesheuvel New
[v4,1/1] net: fastopen: robustness and endianness fixes for SipHash net: fastopen: follow-up tweaks for SipHash switch --- 2019-06-19 Ard Biesheuvel Accepted
[net-next,v3,1/1] net: fastopen: robustness and endianness fixes for SipHash net: fastopen: follow-up tweaks for SipHash switch --- 2019-06-19 Ard Biesheuvel Superseded
[v3,6/6] crypto: arm64/aes - implement accelerated ESSIV/CBC mode crypto: switch to crypto API for ESSIV generation --- 2019-06-19 Ard Biesheuvel New
[v3,5/6] crypto: essiv - add test vector for essiv(cbc(aes),aes,sha256) crypto: switch to crypto API for ESSIV generation --- 2019-06-19 Ard Biesheuvel Superseded
[v3,4/6] md: dm-crypt: switch to ESSIV crypto API template crypto: switch to crypto API for ESSIV generation --- 2019-06-19 Ard Biesheuvel Superseded
[v3,3/6] md: dm-crypt: infer ESSIV block cipher from cipher string directly crypto: switch to crypto API for ESSIV generation --- 2019-06-19 Ard Biesheuvel Superseded
[v3,2/6] fs: crypto: invoke crypto API for ESSIV handling crypto: switch to crypto API for ESSIV generation --- 2019-06-19 Ard Biesheuvel Superseded
[v3,1/6] crypto: essiv - create wrapper template for ESSIV generation crypto: switch to crypto API for ESSIV generation --- 2019-06-19 Ard Biesheuvel New
[net-next,v2,1/1] net: fastopen: robustness and endianness fixes for SipHash net: fastopen: follow-up tweaks for SipHash switch --- 2019-06-19 Ard Biesheuvel Superseded
[v2,4/4] md: dm-crypt: switch to ESSIV crypto API template crypto: switch to crypto API for ESSIV generation --- 2019-06-18 Ard Biesheuvel Superseded
[v2,3/4] md: dm-crypt: infer ESSIV block cipher from cipher string directly crypto: switch to crypto API for ESSIV generation --- 2019-06-18 Ard Biesheuvel Superseded
[v2,2/4] fs: crypto: invoke crypto API for ESSIV handling crypto: switch to crypto API for ESSIV generation --- 2019-06-18 Ard Biesheuvel Superseded
[v2,1/4] crypto: essiv - create wrapper template for ESSIV generation crypto: switch to crypto API for ESSIV generation --- 2019-06-18 Ard Biesheuvel Superseded
[2/2] net: fastopen: use endianness agnostic representation of the cookie net: fastopen: follow-up tweaks for SipHash switch --- 2019-06-18 Ard Biesheuvel New
[v4] wusb: switch to cbcmac transform [v4] wusb: switch to cbcmac transform --- 2019-06-17 Ard Biesheuvel Accepted
[v3] wusb: switch to cbcmac transform [v3] wusb: switch to cbcmac transform --- 2019-06-15 Ard Biesheuvel Superseded
[v2] wusb: switch to cbcmac transform [v2] wusb: switch to cbcmac transform --- 2019-06-14 Ard Biesheuvel Superseded
wireless: airo: switch to skcipher interface wireless: airo: switch to skcipher interface --- 2019-06-14 Ard Biesheuvel New
lib80211: use crypto API ccm(aes) transform for CCMP processing lib80211: use crypto API ccm(aes) transform for CCMP processing --- 2019-06-14 Ard Biesheuvel Accepted
[RFC,3/3] fscrypt: switch to ESSIV shash crypto: switch to shash for ESSIV generation --- 2019-06-14 Ard Biesheuvel New
[RFC,2/3] dm crypt: switch to essiv shash crypto: switch to shash for ESSIV generation --- 2019-06-14 Ard Biesheuvel New
[RFC,1/3] crypto: essiv - create a new shash template for IV generation crypto: switch to shash for ESSIV generation --- 2019-06-14 Ard Biesheuvel New
[v5,7/7] fs: cifs: switch to RC4 library interface crypto: rc4 cleanup --- 2019-06-12 Ard Biesheuvel New
[v5,6/7] ppp: mppe: switch to RC4 library interface crypto: rc4 cleanup --- 2019-06-12 Ard Biesheuvel Accepted
[v5,5/7] crypto: arc4 - remove cipher implementation crypto: rc4 cleanup --- 2019-06-12 Ard Biesheuvel Accepted
[v5,4/7] net/lib80211: move TKIP handling to ARC4 library code crypto: rc4 cleanup --- 2019-06-12 Ard Biesheuvel New
[v5,3/7] net/lib80211: move WEP handling to ARC4 library code crypto: rc4 cleanup --- 2019-06-12 Ard Biesheuvel Accepted
[v5,2/7] net/mac80211: move WEP handling to ARC4 library interface crypto: rc4 cleanup --- 2019-06-12 Ard Biesheuvel Accepted
[v5,1/7] crypto: arc4 - refactor arc4 core code into separate library crypto: rc4 cleanup --- 2019-06-12 Ard Biesheuvel New
wusb: switch to cbcmac transform wusb: switch to cbcmac transform --- 2019-06-12 Ard Biesheuvel Superseded
[RFC,20/20] crypto: arm/ghash - provide a synchronous version AES cleanup --- 2019-06-12 Ard Biesheuvel Superseded
« 1 2 ... 5 6 710 11 »