Show patches with: Submitter = Ard Biesheuvel       |    Archived = No       |   1088 patches
« 1 2 3 410 11 »
Patch Series S/W/F Date Submitter Delegate State
[v2,1/2] crypto: create generic version of ablk_helper --- 2013-09-17 Ard Biesheuvel Accepted
[v2,2/2] crypto: move x86 to the generic version of ablk_helper --- 2013-09-17 Ard Biesheuvel Accepted
[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,1/3] crypto: remove direct blkcipher_walk dependency on transform --- 2014-02-25 Ard Biesheuvel Superseded
[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,1/3] crypto: remove direct blkcipher_walk dependency on transform --- 2014-03-04 Ard Biesheuvel Accepted
[RFC,2/3] crypto: allow blkcipher walks over AEAD data --- 2014-03-04 Ard Biesheuvel Accepted
[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
[v2] x86/crypto: ghash: use C implementation for setkey() --- 2014-03-27 Ard Biesheuvel Accepted
crypto: add test cases for SHA-1, SHA-224 and SHA-256 --- 2014-04-01 Ard Biesheuvel New
crypto: add test cases for SHA-1, SHA-224, SHA-256 and AES-CCM --- 2014-04-10 Ard Biesheuvel Accepted
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
[v2,04/11] arm64/crypto: AES using ARMv8 Crypto Extensions --- 2014-05-14 Ard Biesheuvel Accepted
crypto: add 4 more test vectors for GHASH --- 2014-06-12 Ard Biesheuvel Accepted
crypto: use chunks smaller than algo block size in chunk tests --- 2014-07-27 Ard Biesheuvel Accepted
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
[v2] arm64/crypto: use crypto instructions to generate AES key schedule --- 2014-11-03 Ard Biesheuvel Accepted
ARM: crypto: update NEON AES module to latest OpenSSL version --- 2015-02-26 Ard Biesheuvel Accepted
[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
[2/2] crypto: testmgr: add test cases for CRC32 --- 2015-05-04 Ard Biesheuvel Accepted
[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/sha512 - accelerated SHA-512 using ARM generic ASM and NEON --- 2015-05-08 Ard Biesheuvel Accepted
[2/2] crypto: arm/aes - streamline AES-192 code path --- 2015-05-08 Ard Biesheuvel Accepted
[1/2] crypto: arm/ghash-ce - add missing async import/export --- 2016-08-29 Ard Biesheuvel New
[2/2] crypto: arm/sha1-neon - add support for building in Thumb2 mode --- 2016-08-29 Ard Biesheuvel Superseded
[v2,1/3] crypto: arm/sha1-neon - add support for building in Thumb2 mode --- 2016-09-01 Ard Biesheuvel New
[v2,2/3] crypto: arm/ghash-ce - add missing async import/export --- 2016-09-01 Ard Biesheuvel Accepted
[v2,3/3] crypto: cryptd - initialize child shash_desc on import --- 2016-09-01 Ard Biesheuvel Accepted
crypto: arm/ghash: change internal cra_name to "__ghash" --- 2016-09-05 Ard Biesheuvel Accepted
Kernel panic - encryption/decryption failed when open file on Arm64 --- 2016-09-09 Ard Biesheuvel New
[1/2] crypto: arm/aes-ctr: fix NULL dereference in tail processing --- 2016-09-13 Ard Biesheuvel Accepted
[2/2] crypto: arm64/aes-ctr: fix NULL dereference in tail processing --- 2016-09-13 Ard Biesheuvel Accepted
crypto: arm64/sha256 - add support for SHA256 using NEON instructions --- 2016-09-29 Ard Biesheuvel New
[1/6] crypto: arm64/aes-ce - fix for big endian --- 2016-10-09 Ard Biesheuvel Superseded
[2/6] crypto: arm64/ghash-ce - fix for big endian --- 2016-10-09 Ard Biesheuvel Superseded
[3/6] crypto: arm64/sha1-ce - fix for big endian --- 2016-10-09 Ard Biesheuvel Superseded
[4/6] crypto: arm64/sha2-ce - fix for big endian --- 2016-10-09 Ard Biesheuvel Superseded
[5/6] crypto: arm64/aes-ccm-ce: fix for big endian --- 2016-10-09 Ard Biesheuvel Superseded
[6/6] crypto: arm64/aes-neon - fix for big endian --- 2016-10-09 Ard Biesheuvel Superseded
[v2,1/8] crypto: arm64/aes-ce - fix for big endian --- 2016-10-11 Ard Biesheuvel New
[v2,2/8] crypto: arm64/ghash-ce - fix for big endian --- 2016-10-11 Ard Biesheuvel Accepted
[v2,3/8] crypto: arm64/sha1-ce - fix for big endian --- 2016-10-11 Ard Biesheuvel New
[v2,4/8] crypto: arm64/sha2-ce - fix for big endian --- 2016-10-11 Ard Biesheuvel Accepted
[v2,5/8] crypto: arm64/aes-ccm-ce: fix for big endian --- 2016-10-11 Ard Biesheuvel Accepted
[v2,6/8] crypto: arm64/aes-neon - fix for big endian --- 2016-10-11 Ard Biesheuvel Accepted
« 1 2 3 410 11 »