blob: 29e8e8cfa0d9ef825a3faaadcb4af39aa8d4b8a8 [file] [log] [blame]
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")
c7da38a71cfb ("crypto: inside-secure - Add support for the AES-XTS algorithm")
93369b5d06c7 ("crypto: inside-secure - Move static cipher alg & mode settings to init")
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")
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")
a74d850f787e ("crypto: inside-secure - fix EINVAL error (buf overflow) for AEAD decrypt")
19b347b32bb1 ("crypto: inside-secure - fix scatter/gather list to descriptor conversion")
5bdb6e6aa53b ("crypto: inside-secure - fix incorrect skcipher output IV")
384ce433884a ("crypto: inside-secure - silently return -EINVAL for input error cases")
dc51f25752bf ("crypto: arc4 - refactor arc4 core code into separate library")
893325904272 ("crypto: inside-secure - do not rely on the hardware last bit for result descriptors")
583d7e195f48 ("crypto: inside-secure - fix use of the SG list")
082ec2d48467 ("crypto: inside-secure - add support for HMAC updates")
57660b11d5ad ("crypto: inside-secure - implement IV retrieval")
ccd65a206a50 ("crypto: inside-secure - fix queued len computation")
97a1440d1294 ("crypto: inside-secure - enable context reuse")
082a9d0918d2 ("crypto: inside-secure - change returned error when a descriptor reports an error")
942d849d32d0 ("crypto: inside-secure - improve the result error format when displayed")
709ecc101aea ("crypto: inside-secure - remove useless check")
dd4306a6f398 ("crypto: inside-secure - move comment")
2c64e9cb0b6b ("lib: Move mathematic helpers to separate folder")
80f232121b69 ("Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next")