Show patches with: Submitter = Ard Biesheuvel       |    State = Action Required       |    Archived = No       |   389 patches
« 1 2 3 4 »
Patch Series S/W/F Date Submitter Delegate State
[RFC,1/3] crypto: add interleave option to cipher_alg --- 2014-02-06 Ard Biesheuvel New
[RFC,2/3] crypto: take interleave into account for CBC decryption --- 2014-02-06 Ard Biesheuvel New
[RFC,3/3] arm64: add Crypto Extensions based core AES cipher --- 2014-02-06 Ard Biesheuvel New
[RFC] arm64: add support for AES in CCM mode using Crypto Extensions --- 2014-02-11 Ard Biesheuvel New
[RFC,v2,1/3] crypto: update generic ECB's driver_name to 'ecb_generic' --- 2014-02-25 Ard Biesheuvel New
[RFC,v2,2/3] crypto: use ECB to implement CBC decryption --- 2014-02-25 Ard Biesheuvel New
[RFC,v2,3/3] arm64: add Crypto Extensions based core AES cipher and 4-way ECB --- 2014-02-25 Ard Biesheuvel New
[RFC,2/3] crypto: allow blkcipher walks with no associated blkcipher transform --- 2014-02-25 Ard Biesheuvel New
[RFC,3/3] arm64: add support for AES in CCM mode using Crypto Extensions --- 2014-02-25 Ard Biesheuvel New
[RFC,3/3] arm64: add support for AES in CCM mode using Crypto Extensions --- 2014-03-04 Ard Biesheuvel New
x86/crypto: ghash: use C implementation for setkey() --- 2014-03-27 Ard Biesheuvel New
crypto: add test cases for SHA-1, SHA-224 and SHA-256 --- 2014-04-01 Ard Biesheuvel New
Fwd: [crypto:master 60/60] arch/x86/crypto/ghash-clmulni-intel_glue.c:71:25: sparse: cast to restricted __be64 --- 2014-04-11 Ard Biesheuvel New
3.17 regression; alg: skcipher: Chunk test 1 failed on encryption at page 0 for ecb-aes-padlock --- 2014-10-20 Ard Biesheuvel New
arm64/crypto: use crypto instructions for generating AES key schedule --- 2014-10-22 Ard Biesheuvel New
[1/4] crypto/arm: move ARM specific Kconfig definitions to a dedicated file --- 2015-03-09 Ard Biesheuvel New
[2/4] crypto/arm: add support for SHA1 using ARMv8 Crypto Instructions --- 2015-03-09 Ard Biesheuvel New
[3/4] crypto/arm: add support for SHA-224/256 using ARMv8 Crypto Extensions --- 2015-03-09 Ard Biesheuvel New
[4/4] crypto/arm: AES in ECB/CBC/CTR/XTS modes using ARMv8 Crypto Extensions --- 2015-03-09 Ard Biesheuvel New
crypto/arm: add support for GHASH using ARMv8 Crypto Extensions --- 2015-03-09 Ard Biesheuvel New
[v2,1/5] crypto/arm: move ARM specific Kconfig definitions to a dedicated file --- 2015-03-10 Ard Biesheuvel New
[v2,2/5] crypto/arm: add support for SHA1 using ARMv8 Crypto Instructions --- 2015-03-10 Ard Biesheuvel New
[v2,3/5] crypto/arm: add support for SHA-224/256 using ARMv8 Crypto Extensions --- 2015-03-10 Ard Biesheuvel New
[v2,4/5] crypto/arm: AES in ECB/CBC/CTR/XTS modes using ARMv8 Crypto Extensions --- 2015-03-10 Ard Biesheuvel New
[v2,5/5] crypto/arm: add support for GHASH using ARMv8 Crypto Extensions --- 2015-03-10 Ard Biesheuvel New
crypto/arm: fix big-endian bug in ghash --- 2015-03-23 Ard Biesheuvel New
[v3,01/16] crypto: sha1: implement base layer for SHA-1 --- 2015-04-07 Ard Biesheuvel New
[v3,02/16] crypto: sha256: implement base layer for SHA-256 --- 2015-04-07 Ard Biesheuvel New
[v3,03/16] crypto: sha512: implement base layer for SHA-512 --- 2015-04-07 Ard Biesheuvel New
[v3,04/16] crypto: sha1-generic: move to generic glue implementation --- 2015-04-07 Ard Biesheuvel New
[v3,05/16] crypto: sha256-generic: move to generic glue implementation --- 2015-04-07 Ard Biesheuvel New
[v3,06/16] crypto: sha512-generic: move to generic glue implementation --- 2015-04-07 Ard Biesheuvel New
[v3,07/16] crypto/arm: move SHA-1 ARM asm implementation to base layer --- 2015-04-07 Ard Biesheuvel New
[v3,08/16] crypto/arm: move SHA-1 NEON implementation to base layer --- 2015-04-07 Ard Biesheuvel New
[v3,09/16] crypto/arm: move SHA-1 ARMv8 implementation to base layer --- 2015-04-07 Ard Biesheuvel New
[v3,10/16] crypto/arm: move SHA-224/256 ASM/NEON implementation to base layer --- 2015-04-07 Ard Biesheuvel New
[v3,11/16] crypto/arm: move SHA-224/256 ARMv8 implementation to base layer --- 2015-04-07 Ard Biesheuvel New
[v3,12/16] crypto/arm64: move SHA-1 ARMv8 implementation to base layer --- 2015-04-07 Ard Biesheuvel New
[v3,13/16] crypto/arm64: move SHA-224/256 ARMv8 implementation to base layer --- 2015-04-07 Ard Biesheuvel New
[v3,14/16] crypto/x86: move SHA-1 SSSE3 implementation to base layer --- 2015-04-07 Ard Biesheuvel New
[v3,15/16] crypto/x86: move SHA-224/256 SSSE3 implementation to base layer --- 2015-04-07 Ard Biesheuvel New
[v3,16/16] crypto/x86: move SHA-384/512 SSSE3 implementation to base layer --- 2015-04-07 Ard Biesheuvel New
[v4,01/16] crypto: sha1: implement base layer for SHA-1 --- 2015-04-09 Ard Biesheuvel New
[v4,02/16] crypto: sha256: implement base layer for SHA-256 --- 2015-04-09 Ard Biesheuvel New
[v4,03/16] crypto: sha512: implement base layer for SHA-512 --- 2015-04-09 Ard Biesheuvel New
[v4,04/16] crypto: sha1-generic: move to generic glue implementation --- 2015-04-09 Ard Biesheuvel New
[v4,05/16] crypto: sha256-generic: move to generic glue implementation --- 2015-04-09 Ard Biesheuvel New
[v4,06/16] crypto: sha512-generic: move to generic glue implementation --- 2015-04-09 Ard Biesheuvel New
[v4,07/16] crypto/arm: move SHA-1 ARM asm implementation to base layer --- 2015-04-09 Ard Biesheuvel New
[v4,08/16] crypto/arm: move SHA-1 NEON implementation to base layer --- 2015-04-09 Ard Biesheuvel New
[v4,09/16] crypto/arm: move SHA-1 ARMv8 implementation to base layer --- 2015-04-09 Ard Biesheuvel New
[v4,10/16] crypto/arm: move SHA-224/256 ASM/NEON implementation to base layer --- 2015-04-09 Ard Biesheuvel New
[v4,11/16] crypto/arm: move SHA-224/256 ARMv8 implementation to base layer --- 2015-04-09 Ard Biesheuvel New
[v4,12/16] crypto/arm64: move SHA-1 ARMv8 implementation to base layer --- 2015-04-09 Ard Biesheuvel New
[v4,13/16] crypto/arm64: move SHA-224/256 ARMv8 implementation to base layer --- 2015-04-09 Ard Biesheuvel New
[v4,14/16] crypto/x86: move SHA-1 SSSE3 implementation to base layer --- 2015-04-09 Ard Biesheuvel New
[v4,15/16] crypto/x86: move SHA-224/256 SSSE3 implementation to base layer --- 2015-04-09 Ard Biesheuvel New
[v4,16/16] crypto/x86: move SHA-384/512 SSSE3 implementation to base layer --- 2015-04-09 Ard Biesheuvel New
[v2] crypto/arm: accelerated SHA-512 using ARM generic ASM and NEON --- 2015-04-10 Ard Biesheuvel New
crypto: x86/sha512_ssse3 - fixup for asm function prototype change --- 2015-04-24 Ard Biesheuvel New
[1/2] crypto: arm64/crc32: bring in line with generic CRC32 --- 2015-05-04 Ard Biesheuvel New
[bugfix,1/2] crypto: arm64/sha1-ce - prevent asm code finalization in final() path --- 2015-05-06 Ard Biesheuvel New
[bugfix,2/2] crypto: arm64/sha2-ce - prevent asm code finalization in final() path --- 2015-05-06 Ard Biesheuvel New
[1/2] crypto: arm/ghash-ce - add missing async import/export --- 2016-08-29 Ard Biesheuvel New
[v2,1/3] crypto: arm/sha1-neon - add support for building in Thumb2 mode --- 2016-09-01 Ard Biesheuvel New
Kernel panic - encryption/decryption failed when open file on Arm64 --- 2016-09-09 Ard Biesheuvel New
crypto: arm64/sha256 - add support for SHA256 using NEON instructions --- 2016-09-29 Ard Biesheuvel New
[v2,1/8] crypto: arm64/aes-ce - fix for big endian --- 2016-10-11 Ard Biesheuvel New
[v2,3/8] crypto: arm64/sha1-ce - fix for big endian --- 2016-10-11 Ard Biesheuvel New
[v2,7/8] crypto: arm64/aes-xts-ce: fix for big endian --- 2016-10-11 Ard Biesheuvel New
[1/5] ARM: wire up HWCAP2 feature bits to the CPU modalias --- 2016-10-18 Ard Biesheuvel New
[2/5] crypto: arm/aes-ce - enable module autoloading based on CPU feature bits --- 2016-10-18 Ard Biesheuvel New
[3/4] crypto: arm64/crct10dif - port x86 SSE implementation to arm64 --- 2016-11-24 Ard Biesheuvel New
[4/4] crypto: arm/crct10dif - port x86 SSE implementation to ARM --- 2016-11-24 Ard Biesheuvel New
[1/2] crypto: arm64/crc32 - accelerated support based on x86 SSE implementation --- 2016-11-26 Ard Biesheuvel New
[2/2] crypto: arm/crc32 - accelerated support based on x86 SSE implementation --- 2016-11-26 Ard Biesheuvel New
[1/4] crypto: arm/aes-ce: fix broken monolithic build --- 2016-11-29 Ard Biesheuvel New
[3/4] crypto: arm64/aes-ce-ccm - fix decrypt path with new skcipher interface --- 2016-11-29 Ard Biesheuvel New
[v2,3/6] crypto: arm64/crct10dif - port x86 SSE implementation to arm64 --- 2016-12-04 Ard Biesheuvel New
[v2,4/6] crypto: arm/crct10dif - port x86 SSE implementation to ARM --- 2016-12-04 Ard Biesheuvel New
[v2,6/6] crypto: arm/crc32 - accelerated support based on x86 SSE implementation --- 2016-12-04 Ard Biesheuvel New
[v3,2/6] crypto: testmgr - add/enhance test cases for CRC-T10DIF --- 2016-12-05 Ard Biesheuvel New
[v3,1/6] crypto: testmgr - avoid overlap in chunked tests --- 2016-12-07 Ard Biesheuvel New
[1/2] crypto: arm64/chacha20 - implement NEON version based on SSE3 code --- 2016-12-08 Ard Biesheuvel New
[v2,2/3] crypto: arm64/chacha20 - implement NEON version based on SSE3 code --- 2016-12-09 Ard Biesheuvel New
crypto: arm64/aes: reimplement bit-sliced ARM/NEON implementation for arm64 --- 2016-12-12 Ard Biesheuvel New
[1/6] crypto: generic/aes - export encrypt and decrypt entry points --- 2017-01-02 Ard Biesheuvel New
[2/6] crypto: arm/aes-neonbs - process 8 blocks in parallel if we can --- 2017-01-02 Ard Biesheuvel New
[6/6] crypto: arm64/aes - reimplement bit-sliced ARM/NEON implementation for arm64 --- 2017-01-02 Ard Biesheuvel New
[v2,1/7] crypto: arm64/chacha20 - implement NEON version based on SSE3 code --- 2017-01-11 Ard Biesheuvel New
crypto: generic/cts - fix regression in iv handling --- 2017-01-16 Ard Biesheuvel New
[09/10] crypto: arm64/aes-neon-blk - tweak performance for low end cores crypto - AES for ARM/arm64 updates for v4.11 (round #2) --- 2017-01-17 Ard Biesheuvel New
[3/4] crypto: arm64/aes - add NEON and Crypto Extension CBC-MAC driver crypto: time invariant AES for CCM (and GCM/CTR) --- 2017-01-26 Ard Biesheuvel New
[RFC,4/4] crypto: aes - add generic time invariant AES for CTR/CCM/GCM crypto: time invariant AES for CCM (and GCM/CTR) --- 2017-01-26 Ard Biesheuvel New
[-stable] crypto: ccm - deal with CTR ciphers that honour iv_out --- 2017-01-28 Ard Biesheuvel New
[v3,01/10] crypto: arm64/aes-neon-bs - honour iv_out requirement in CTR mode crypto - AES for ARM/arm64 updates for v4.11 (round #2) --- 2017-01-28 Ard Biesheuvel New
[v3,03/10] crypto: arm/chacha20 - remove cra_alignmask crypto - AES for ARM/arm64 updates for v4.11 (round #2) --- 2017-01-28 Ard Biesheuvel New
[v3,06/10] crypto: arm64/chacha20 - remove cra_alignmask crypto - AES for ARM/arm64 updates for v4.11 (round #2) --- 2017-01-28 Ard Biesheuvel New
[v3,08/10] crypto: arm64/aes - performance tweak crypto - AES for ARM/arm64 updates for v4.11 (round #2) --- 2017-01-28 Ard Biesheuvel New
[RFC] crypto: algapi - make crypto_xor() and crypto_inc() alignment agnostic --- 2017-01-30 Ard Biesheuvel New
« 1 2 3 4 »