aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/testmgr.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-31crypto: testmgr - eliminate redundant decryption test vectorsEric Biggers2-11723/+919
2018-05-31crypto: testmgr - add extra kw(aes) encryption test vectorEric Biggers1-0/+13
2018-05-31crypto: testmgr - add extra ecb(tnepres) encryption test vectorsEric Biggers1-1/+39
2018-05-31crypto: testmgr - make an cbc(des) encryption test vector chunkedEric Biggers1-0/+3
2018-05-31crypto: testmgr - add extra ecb(des) encryption test vectorsEric Biggers1-0/+22
2018-05-27crypto: x86/aegis256 - Fix wrong key buffer sizeOndrej Mosnacek1-3/+3
2018-05-27crypto: testmgr - add more unkeyed crc32 and crc32c test vectorsEric Biggers1-0/+14
2018-05-27crypto: testmgr - fix testing OPTIONAL_KEY hash algorithmsEric Biggers1-7/+43
2018-05-27crypto: testmgr - remove bfin_crc "hmac(crc32)" test vectorsEric Biggers3-98/+0
2018-05-27crypto: crc32-generic - remove __crc32_le()Eric Biggers1-8/+2
2018-05-27crypto: crc32c-generic - remove cra_alignmaskEric Biggers1-4/+4
2018-05-27crypto: crc32-generic - use unaligned access macros when neededEric Biggers1-3/+4
2018-05-27crypto: chtls - fix a missing-check bugWenwen Wang1-3/+7
2018-05-27crypto: inside-secure - authenc(hmac(sha1), cbc(aes)) supportAntoine Tenart3-0/+41
2018-05-27crypto: inside-secure - authenc(hmac(sha224), cbc(aes)) supportAntoine Tenart3-2/+50
2018-05-27crypto: inside-secure - authenc(hmac(sha256), cbc(aes)) supportAntoine Tenart5-33/+353
2018-05-27crypto: inside-secure - improve error reportingAntoine Tenart4-11/+27
2018-05-27crypto: inside-secure - fix the hash then encrypt/decrypt typesAntoine Tenart1-2/+2
2018-05-27crypto: inside-secure - make the key and context size computation dynamicAntoine Tenart1-2/+2
2018-05-27crypto: inside-secure - make the context control size dynamicAntoine Tenart1-3/+2
2018-05-27crypto: inside-secure - rework the alg type settings in the contextAntoine Tenart1-4/+7
2018-05-27crypto: inside-secure - rework cipher functions for future AEAD supportAntoine Tenart1-107/+129
2018-05-27crypto: inside-secure - remove VLAsAntoine Tenart3-2/+11
2018-05-27crypto: chtls - generic handling of data and hdrAtul Gupta3-53/+23
2018-05-19crypto: x86 - Add optimized MORUS implementationsOndrej Mosnacek8-0/+2370
2018-05-19crypto: morus - Add common SIMD glue code for MORUSOndrej Mosnacek6-0/+892
2018-05-19crypto: testmgr - Add test vectors for MORUSOndrej Mosnacek2-0/+3418
2018-05-19crypto: morus - Add generic MORUS AEAD implementationsOndrej Mosnacek5-0/+1130
2018-05-19crypto: x86 - Add optimized AEGIS implementationsOndrej Mosnacek8-0/+3529
2018-05-19crypto: testmgr - Add test vectors for AEGISOndrej Mosnacek2-0/+2862
2018-05-19crypto: aegis - Add generic AEGIS AEAD implementationsOndrej Mosnacek6-0/+1572
2018-05-19crypto: testmgr - reorder paes test lexicographicallyGilad Ben-Yossef1-22/+22
2018-05-19crypto: chelsio - request to HW should wrapAtul Gupta1-18/+17
2018-05-19crypto: nx - fix spelling mistake: "seqeunce" -> "sequence"Colin Ian King1-1/+1
2018-05-19hwrng: n2 - fix spelling mistake: "restesting" -> "retesting"Colin Ian King1-1/+1
2018-05-12crypto: vmx - Remove overly verbose printk from AES XTS initMichael Ellerman1-2/+0
2018-05-12crypto: vmx - Remove overly verbose printk from AES init routinesMichael Ellerman4-9/+0
2018-05-12crypto: arm64/sha512-ce - yield NEON after every block of inputArd Biesheuvel1-6/+21
2018-05-12crypto: arm64/sha3-ce - yield NEON after every block of inputArd Biesheuvel1-27/+50
2018-05-12crypto: arm64/crct10dif-ce - yield NEON after every block of inputArd Biesheuvel1-4/+28
2018-05-12crypto: arm64/crc32-ce - yield NEON after every block of inputArd Biesheuvel1-10/+30
2018-05-12crypto: arm64/aes-ghash - yield NEON after every block of inputArd Biesheuvel2-44/+97
2018-05-12crypto: arm64/aes-bs - yield NEON after every block of inputArd Biesheuvel1-135/+170
2018-05-12crypto: arm64/aes-blk - yield NEON after every block of inputArd Biesheuvel2-130/+216
2018-05-12crypto: arm64/aes-ccm - yield NEON after every block of inputArd Biesheuvel1-55/+95
2018-05-12crypto: arm64/sha2-ce - yield NEON after every block of inputArd Biesheuvel1-11/+26
2018-05-12crypto: arm64/sha1-ce - yield NEON after every block of inputArd Biesheuvel1-13/+29
2018-05-05crypto: ghash-clmulni - fix spelling mistake: "acclerated" -> "accelerated"Colin Ian King1-1/+1
2018-05-05crypto: caam - fix size of RSA prime factor qHoria Geantă1-4/+4
2018-05-05crypto: tcrypt - Remove VLA usageKees Cook1-39/+79