summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/caamalg_qi.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: caam - avoid S/G table fetching for AEAD zero-length outputHoria Geantă2019-07-261-1/+1
* crypto: caam - fix DKP detection logicHerbert Xu2019-05-091-2/+5
* crypto: caam - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-13/+53
* crypto: caam - add missing put_device() callWen Yang2019-03-071-3/+8
* crypto: caam - remove redundant likely/unlikely annotationChengguang Xu2019-02-281-3/+3
* crypto: caam - handle zero-length AEAD outputHoria Geantă2019-02-011-8/+15
* 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/+171
* crypto: caam/qi - remove ablkcipher IV generationHoria Geantă2018-09-041-241/+20
* crypto: caam/qi - fix error path in xts setkeyHoria Geantă2018-08-251-4/+2
* crypto: caam/qi - fix IV DMA mapping and updatingHoria Geantă2018-04-211-111/+116
* crypto: caam/qi - don't leak pointers to authenc keysTudor-Dan Ambarus2018-03-311-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/+2
* 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/+0
* 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/+4
* crypto: caam/qi - add ablkcipher and authenc algorithmsHoria Geantă2017-03-241-0/+2387