summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccree/cc_aead.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: ccree - fix comparison of unsigned expression warningTian Tao2019-10-261-1/+2
* crypto: ccree/des - switch to new verification routinesArd Biesheuvel2019-08-221-20/+4
* crypto: ccree - use std api sg_zero_bufferGilad Ben-Yossef2019-08-091-1/+2
* crypto: ccree - use the full crypt length valueGilad Ben-Yossef2019-08-091-1/+1
* crypto: ccree - check assoclen for rfc4543Iuliana Prodan2019-07-271-6/+20
* crypto: ccree - drop legacy ivgen supportGilad Ben-Yossef2019-07-261-68/+8
* crypto: ccree - don't map AEAD key and IV on stackGilad Ben-Yossef2019-04-251-1/+10
* crypto: ccree - don't mangle the request assoclenGilad Ben-Yossef2019-04-251-15/+25
* crypto: ccree - remove unused definesGilad Ben-Yossef2019-04-251-4/+0
* crypto: ccree - do not copy zero size MLLI tableGilad Ben-Yossef2019-04-251-2/+2
* crypto: ccree - zero out internal struct before useGilad Ben-Yossef2019-04-251-0/+16
* crypto: ccree - copyright header updateGilad Ben-Yossef2019-04-251-1/+1
* crypto: ccree - fix backlog notificationsGilad Ben-Yossef2019-04-251-0/+4
* crypto: ccree - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-2/+35
* crypto: ccree - convert to use crypto_authenc_extractkeys()Eric Biggers2019-01-101-21/+19
* crypto: ccree - add support for CryptoCell 703Gilad Ben-Yossef2018-12-071-1/+15
* crypto: ccree - adjust hash length to suit certain context specificsYael Chemla2018-11-091-5/+14
* crypto: ccree - drop useless type flag during regGilad Ben-Yossef2018-08-031-15/+1
* crypto: ccree - add support for older HW revsGilad Ben-Yossef2018-03-031-9/+25
* crypto: ccree - add AEAD supportGilad Ben-Yossef2018-02-151-0/+2702