summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: testmgr - eliminate redundant decryption test vectorsEric Biggers2018-05-302-11723/+919
* crypto: testmgr - add extra kw(aes) encryption test vectorEric Biggers2018-05-301-0/+13
* crypto: testmgr - add extra ecb(tnepres) encryption test vectorsEric Biggers2018-05-301-1/+39
* crypto: testmgr - make an cbc(des) encryption test vector chunkedEric Biggers2018-05-301-0/+3
* crypto: testmgr - add extra ecb(des) encryption test vectorsEric Biggers2018-05-301-0/+22
* crypto: x86/aegis256 - Fix wrong key buffer sizeOndrej Mosnacek2018-05-261-3/+3
* crypto: testmgr - add more unkeyed crc32 and crc32c test vectorsEric Biggers2018-05-261-0/+14
* crypto: testmgr - fix testing OPTIONAL_KEY hash algorithmsEric Biggers2018-05-261-7/+43
* crypto: testmgr - remove bfin_crc "hmac(crc32)" test vectorsEric Biggers2018-05-263-98/+0
* crypto: crc32-generic - remove __crc32_le()Eric Biggers2018-05-261-8/+2
* crypto: crc32c-generic - remove cra_alignmaskEric Biggers2018-05-261-4/+4
* crypto: crc32-generic - use unaligned access macros when neededEric Biggers2018-05-261-3/+4
* crypto: chtls - fix a missing-check bugWenwen Wang2018-05-261-3/+7
* crypto: inside-secure - authenc(hmac(sha1), cbc(aes)) supportAntoine Tenart2018-05-263-0/+41
* crypto: inside-secure - authenc(hmac(sha224), cbc(aes)) supportAntoine Tenart2018-05-263-2/+50
* crypto: inside-secure - authenc(hmac(sha256), cbc(aes)) supportAntoine Tenart2018-05-265-33/+353
* crypto: inside-secure - improve error reportingAntoine Tenart2018-05-264-11/+27
* crypto: inside-secure - fix the hash then encrypt/decrypt typesAntoine Tenart2018-05-261-2/+2
* crypto: inside-secure - make the key and context size computation dynamicAntoine Tenart2018-05-261-2/+2
* crypto: inside-secure - make the context control size dynamicAntoine Tenart2018-05-261-3/+2
* crypto: inside-secure - rework the alg type settings in the contextAntoine Tenart2018-05-261-4/+7
* crypto: inside-secure - rework cipher functions for future AEAD supportAntoine Tenart2018-05-261-107/+129
* crypto: inside-secure - remove VLAsAntoine Tenart2018-05-263-2/+11
* crypto: chtls - generic handling of data and hdrAtul Gupta2018-05-263-53/+23
* crypto: x86 - Add optimized MORUS implementationsOndrej Mosnacek2018-05-188-0/+2370
* crypto: morus - Add common SIMD glue code for MORUSOndrej Mosnacek2018-05-186-0/+892
* crypto: testmgr - Add test vectors for MORUSOndrej Mosnacek2018-05-182-0/+3418
* crypto: morus - Add generic MORUS AEAD implementationsOndrej Mosnacek2018-05-185-0/+1130
* crypto: x86 - Add optimized AEGIS implementationsOndrej Mosnacek2018-05-188-0/+3529
* crypto: testmgr - Add test vectors for AEGISOndrej Mosnacek2018-05-182-0/+2862
* crypto: aegis - Add generic AEGIS AEAD implementationsOndrej Mosnacek2018-05-186-0/+1572
* crypto: testmgr - reorder paes test lexicographicallyGilad Ben-Yossef2018-05-181-22/+22
* crypto: chelsio - request to HW should wrapAtul Gupta2018-05-181-18/+17
* crypto: nx - fix spelling mistake: "seqeunce" -> "sequence"Colin Ian King2018-05-181-1/+1
* hwrng: n2 - fix spelling mistake: "restesting" -> "retesting"Colin Ian King2018-05-181-1/+1
* crypto: vmx - Remove overly verbose printk from AES XTS initMichael Ellerman2018-05-111-2/+0
* crypto: vmx - Remove overly verbose printk from AES init routinesMichael Ellerman2018-05-114-9/+0
* crypto: arm64/sha512-ce - yield NEON after every block of inputArd Biesheuvel2018-05-111-6/+21
* crypto: arm64/sha3-ce - yield NEON after every block of inputArd Biesheuvel2018-05-111-27/+50
* crypto: arm64/crct10dif-ce - yield NEON after every block of inputArd Biesheuvel2018-05-111-4/+28
* crypto: arm64/crc32-ce - yield NEON after every block of inputArd Biesheuvel2018-05-111-10/+30
* crypto: arm64/aes-ghash - yield NEON after every block of inputArd Biesheuvel2018-05-112-44/+97
* crypto: arm64/aes-bs - yield NEON after every block of inputArd Biesheuvel2018-05-111-135/+170
* crypto: arm64/aes-blk - yield NEON after every block of inputArd Biesheuvel2018-05-112-130/+216
* crypto: arm64/aes-ccm - yield NEON after every block of inputArd Biesheuvel2018-05-111-55/+95
* crypto: arm64/sha2-ce - yield NEON after every block of inputArd Biesheuvel2018-05-111-11/+26
* crypto: arm64/sha1-ce - yield NEON after every block of inputArd Biesheuvel2018-05-111-13/+29
* crypto: ghash-clmulni - fix spelling mistake: "acclerated" -> "accelerated"Colin Ian King2018-05-051-1/+1
* crypto: caam - fix size of RSA prime factor qHoria Geantă2018-05-051-4/+4
* crypto: tcrypt - Remove VLA usageKees Cook2018-05-051-39/+79