aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/caamalg_qi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-17crypto: caam - add SPDX license identifier to all filesHoria Geantă1-0/+1
2018-09-04crypto: caam/qi - ablkcipher -> skcipher conversionHoria Geantă1-202/+171
2018-09-04crypto: caam/qi - remove ablkcipher IV generationHoria Geantă1-241/+20
2018-08-25crypto: caam/qi - fix error path in xts setkeyHoria Geantă1-4/+2
2018-04-21crypto: caam/qi - fix IV DMA mapping and updatingHoria Geantă1-111/+116
2018-03-31crypto: caam/qi - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+2
2018-02-15crypto: caam/qi - add GCM supportHoria Geantă1-0/+374
2018-02-15crypto: caam/qi - return -EBADMSG for ICV check failureHoria Geantă1-1/+11
2017-12-28crypto: caam - add Derived Key Protocol (DKP) supportHoria Geantă1-11/+43
2017-12-28crypto: caam - remove needless ablkcipher key copyHoria Geantă1-6/+2
2017-12-11crypto: caam/qi - use correct print specifier for size_tHoria Geantă1-3/+3
2017-11-03crypto: caam/qi - abort algorithm setup on DPAA2 partsHoria Geantă1-1/+6
2017-07-18crypto: caam/qi - remove unused header sg_sw_sec4.hHoria Geantă1-1/+0
2017-07-18crypto: caam/qi - fix AD length endianness in S/G entryHoria Geantă1-1/+4
2017-07-18crypto: caam/qi - handle large number of S/Gs caseHoria Geantă1-1/+31
2017-07-18crypto: caam/qi - properly set IV after {en,de}cryptHoria Geantă1-1/+8
2017-07-18crypto: caam/qi - fix compilation with DEBUG enabledHoria Geantă1-3/+3
2017-07-18crypto: caam/qi - fix typo in authenc alg driver nameHoria Geantă1-1/+1
2017-06-22crypto: caam - fix gfp allocation flags (part II)Horia Geantă1-6/+4
2017-03-24crypto: caam/qi - add ablkcipher and authenc algorithmsHoria Geantă1-0/+2387