summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/caamalg_qi.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: caam - check assoclenIuliana Prodan2019-08-091-8/+4
* crypto: caam - check authsizeIuliana Prodan2019-08-091-0/+13
* crypto: caam - check key lengthIuliana Prodan2019-08-091-31/+99
* crypto: caam - update IV only when crypto operation succeedsHoria Geantă2019-08-091-1/+3
* crypto: caam - fix return code in completion callbacksHoria Geantă2019-08-091-16/+5
* crypto: caam - update IV using HW supportHoria Geantă2019-06-201-51/+39
* crypto: caam - use len instead of nents for bulding HW S/G tableHoria Geantă2019-06-201-19/+17
* crypto: caam - print messages in caam_dump_sg at debug levelSascha Hauer2019-05-301-1/+1
* crypto: caam - print debug messages at debug levelSascha Hauer2019-05-301-29/+16
* crypto: caam/qi - DMA map keys using proper deviceHoria Geantă2019-05-231-14/+19
* crypto: caam/qi - don't allocate an extra platform deviceHoria Geantă2019-05-231-3/+3
* crypto: caam - convert top level drivers to librariesHoria Geantă2019-05-231-41/+4
* crypto: caam - fix S/G table passing page boundaryHoria Geantă2019-05-231-4/+36
* crypto: caam - avoid S/G table fetching for AEAD zero-length outputHoria Geantă2019-05-231-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-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/+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