aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/caam/caamalg_qi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-30crypto: caam/qi - use print_hex_dump_debug function to print debug messagesIuliana Prodan1-5/+4
2019-08-22crypto: caam/des - switch to new verification routinesArd Biesheuvel1-30/+6
2019-08-15crypto: caam/qi - execute library only on DPAA 1.xHoria Geantă1-4/+3
2019-08-09crypto: caam - fix MDHA key derivation for certain user key lengthsHoria Geantă1-30/+12
2019-08-09crypto: caam - check zero-length inputIuliana Prodan1-0/+3
2019-08-09crypto: caam - check assoclenIuliana Prodan1-8/+4
2019-08-09crypto: caam - check authsizeIuliana Prodan1-0/+13
2019-08-09crypto: caam - check key lengthIuliana Prodan1-31/+99
2019-08-09crypto: caam - update IV only when crypto operation succeedsHoria Geantă1-1/+3
2019-08-09crypto: caam - fix return code in completion callbacksHoria Geantă1-16/+5
2019-06-20crypto: caam - update IV using HW supportHoria Geantă1-51/+39
2019-06-20crypto: caam - use len instead of nents for bulding HW S/G tableHoria Geantă1-19/+17
2019-05-30crypto: caam - print messages in caam_dump_sg at debug levelSascha Hauer1-1/+1
2019-05-30crypto: caam - print debug messages at debug levelSascha Hauer1-29/+16
2019-05-23crypto: caam/qi - DMA map keys using proper deviceHoria Geantă1-14/+19
2019-05-23crypto: caam/qi - don't allocate an extra platform deviceHoria Geantă1-3/+3
2019-05-23crypto: caam - convert top level drivers to librariesHoria Geantă1-41/+4
2019-05-23crypto: caam - fix S/G table passing page boundaryHoria Geantă1-4/+36
2019-05-23crypto: caam - avoid S/G table fetching for AEAD zero-length outputHoria Geantă1-1/+1
2019-05-09crypto: caam - fix DKP detection logicHerbert Xu1-2/+5
2019-04-18crypto: caam - Forbid 2-key 3DES in FIPS modeHerbert Xu1-13/+53
2019-03-07crypto: caam - add missing put_device() callWen Yang1-3/+8
2019-02-28crypto: caam - remove redundant likely/unlikely annotationChengguang Xu1-3/+3
2019-02-01crypto: caam - handle zero-length AEAD outputHoria Geantă1-8/+15
2018-11-16crypto: caam - add register map changes cf. Era 10Horia Geantă1-9/+28
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