summaryrefslogtreecommitdiff
path: root/drivers/crypto/caam/caamalg_qi.c
AgeCommit message (Expand)Author
2019-08-30crypto: caam/qi - use print_hex_dump_debug function to print debug messagesIuliana Prodan
2019-08-22crypto: caam/des - switch to new verification routinesArd Biesheuvel
2019-08-15crypto: caam/qi - execute library only on DPAA 1.xHoria Geantă
2019-08-09crypto: caam - fix MDHA key derivation for certain user key lengthsHoria Geantă
2019-08-09crypto: caam - check zero-length inputIuliana Prodan
2019-08-09crypto: caam - check assoclenIuliana Prodan
2019-08-09crypto: caam - check authsizeIuliana Prodan
2019-08-09crypto: caam - check key lengthIuliana Prodan
2019-08-09crypto: caam - update IV only when crypto operation succeedsHoria Geantă
2019-08-09crypto: caam - fix return code in completion callbacksHoria Geantă
2019-06-20crypto: caam - update IV using HW supportHoria Geantă
2019-06-20crypto: caam - use len instead of nents for bulding HW S/G tableHoria Geantă
2019-05-30crypto: caam - print messages in caam_dump_sg at debug levelSascha Hauer
2019-05-30crypto: caam - print debug messages at debug levelSascha Hauer
2019-05-23crypto: caam/qi - DMA map keys using proper deviceHoria Geantă
2019-05-23crypto: caam/qi - don't allocate an extra platform deviceHoria Geantă
2019-05-23crypto: caam - convert top level drivers to librariesHoria Geantă
2019-05-23crypto: caam - fix S/G table passing page boundaryHoria Geantă
2019-05-23crypto: caam - avoid S/G table fetching for AEAD zero-length outputHoria Geantă
2019-05-09crypto: caam - fix DKP detection logicHerbert Xu
2019-04-18crypto: caam - Forbid 2-key 3DES in FIPS modeHerbert Xu
2019-03-07crypto: caam - add missing put_device() callWen Yang
2019-02-28crypto: caam - remove redundant likely/unlikely annotationChengguang Xu
2019-02-01crypto: caam - handle zero-length AEAD outputHoria Geantă
2018-11-16crypto: caam - add register map changes cf. Era 10Horia Geantă
2018-10-17crypto: caam - add SPDX license identifier to all filesHoria Geantă
2018-09-04crypto: caam/qi - ablkcipher -> skcipher conversionHoria Geantă
2018-09-04crypto: caam/qi - remove ablkcipher IV generationHoria Geantă
2018-08-25crypto: caam/qi - fix error path in xts setkeyHoria Geantă
2018-04-21crypto: caam/qi - fix IV DMA mapping and updatingHoria Geantă
2018-03-31crypto: caam/qi - don't leak pointers to authenc keysTudor-Dan Ambarus
2018-02-15crypto: caam/qi - add GCM supportHoria Geantă
2018-02-15crypto: caam/qi - return -EBADMSG for ICV check failureHoria Geantă
2017-12-28crypto: caam - add Derived Key Protocol (DKP) supportHoria Geantă
2017-12-28crypto: caam - remove needless ablkcipher key copyHoria Geantă
2017-12-11crypto: caam/qi - use correct print specifier for size_tHoria Geantă
2017-11-03crypto: caam/qi - abort algorithm setup on DPAA2 partsHoria Geantă
2017-07-18crypto: caam/qi - remove unused header sg_sw_sec4.hHoria Geantă
2017-07-18crypto: caam/qi - fix AD length endianness in S/G entryHoria Geantă
2017-07-18crypto: caam/qi - handle large number of S/Gs caseHoria Geantă
2017-07-18crypto: caam/qi - properly set IV after {en,de}cryptHoria Geantă
2017-07-18crypto: caam/qi - fix compilation with DEBUG enabledHoria Geantă
2017-07-18crypto: caam/qi - fix typo in authenc alg driver nameHoria Geantă
2017-06-22crypto: caam - fix gfp allocation flags (part II)Horia Geantă
2017-03-24crypto: caam/qi - add ablkcipher and authenc algorithmsHoria Geantă