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