blob: 4a80d2dbe35978d88968bb77144e618a22641d25 [file] [log] [blame]
a9a89624f086 ("crypto: inside-secure - Added support for the rfc4309(ccm(aes)) AEAD")
92c60cefa465 ("crypto: inside-secure - Added support for the rfc4543(gcm(aes)) "AEAD"")
a19052d42287 ("crypto: inside-secure - Added support for the rfc4106(gcm(aes)) AEAD")
457a6fdf4caa ("crypto: inside-secure - Added support for authenc HMAC-SHA2/DES-CBC")
f0a8bdf0b113 ("crypto: inside-secure - Added support for authenc HMAC-SHA2/3DES-CBC")
bb7679b840cc ("crypto: inside-secure - Added support for authenc HMAC-SHA1/DES-CBC")
6c1c09b3dd0c ("crypto: inside-secure - Add HMAC-SHA3 family of authentication algorithms")
aaf5a3839a3f ("crypto: inside-secure - Add SHA3 family of basic hash algorithms")
1769f704e55b ("crypto: inside-secure - Add SM4 based authenc AEAD ciphersuites")
f77e5dc08ad4 ("crypto: inside-secure - Add support for the rfc3685(ctr(sm4)) skcipher")
7468ab22d7ab ("crypto: inside-secure - Add support for the cfb(sm4) skcipher")
03a6cfb97f8f ("crypto: inside-secure - Add support for the ofb(sm4) skcipher")
6f2d14288ec1 ("crypto: inside-secure - Add support for the cbc(sm4) skcipher")
fcca797d2adb ("crypto: inside-secure - Add support for the ecb(sm4) skcipher")
aa3a43e6e419 ("crypto: inside-secure - Added support for HMAC-SM3 ahash")
0f2bc13181ce ("crypto: inside-secure - Added support for basic SM3 ahash")
a60619211dd1 ("crypto: inside-secure - Add support for the Chacha20-Poly1305 AEAD")
4a593fb35d5c ("crypto: inside-secure - Added support for the CHACHA20 skcipher")
7a627db9cafd ("crypto: inside-secure - Added support for the AES-CMAC ahash")
38f21b4bab11 ("crypto: inside-secure - Added support for the AES XCBC ahash")
b98687bb3b10 ("crypto: inside-secure - Added support for the AES CBCMAC ahash")
a7cf8658460e ("crypto: inside-secure - Added support for CRC32")
4eb76faff89f ("crypto: inside-secure - Added support for basic AES-CCM")
50485dfb6c60 ("crypto: inside-secure - Added AES-OFB support")
48e97afa4178 ("crypto: inside-secure - Added AES-CFB support")
3e450886ec57 ("crypto: inside-secure - Added support for basic AES-GCM")
d2d9e6fd6d1c ("crypto: inside-secure - Minor code cleanup and optimizations")
493e289ca8aa ("crypto: inside-secure - Minor optimization recognizing CTR is always AES")
aa88f331c8ff ("crypto: inside-secure - Made .cra_priority value a define")
062b64ca6db4 ("crypto: inside-secure - Only enable algorithms advertised by the hardware")
c7da38a71cfb ("crypto: inside-secure - Add support for the AES-XTS algorithm")
93369b5d06c7 ("crypto: inside-secure - Move static cipher alg & mode settings to init")
f6cc45c854da ("crypto: inside-secure - add support for using the EIP197 without vendor firmware")
625f269a5a7a ("crypto: inside-secure - add support for PCI based FPGA development board")
70e39e2259a7 ("crypto: inside-secure - Remove redundant algo to engine mapping code")
04007b0e6cbb ("crypto: des - split off DES library from generic DES cipher driver")
6b5c4818621f ("crypto: des - remove unused function")
4fd4be057616 ("crypto: 3des - move verification out of exported routine")
6ee41e5420d0 ("crypto: des/3des_ede - add new helpers to verify keys")
f8dab5575b76 ("crypto: inside-secure - use devm_platform_ioremap_resource() to simplify code")
f26882a3475e ("crypto: inside-secure - Use defines instead of some constants (cosmetic)")
31fb084c4eb5 ("crypto: inside-secure -reduce hash byte counters to 64 bits")
0e17e3621a28 ("crypto: inside-secure - add support for authenc(hmac(sha*),rfc3686(ctr(aes))) suites")
54f9e8fa6668 ("crypto: inside-secure - added support for rfc3686(ctr(aes))")
77cdd4efe571 ("crypto: inside-secure - add support for authenc(hmac(sha1),cbc(des3_ede))")
18d8b96daded ("crypto: cesa/aes - switch to library version of key expansion routine")
85b36ee8e9a8 ("crypto: inside-secure - add support for 0 length HMAC messages")
41abed7d72c9 ("crypto: inside-secure - add support for arbitrary size hash/HMAC updates")
85695b093d55 ("crypto: inside-secure - let HW deal with initial hash digest")
dc5268b65dfc ("crypto: inside-secure: back out parts of earlier HMAC update workaround")