aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccree/cc_aead.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-26crypto: ccree - fix comparison of unsigned expression warningTian Tao1-1/+2
2019-08-22crypto: ccree/des - switch to new verification routinesArd Biesheuvel1-20/+4
2019-08-09crypto: ccree - use std api sg_zero_bufferGilad Ben-Yossef1-1/+2
2019-08-09crypto: ccree - use the full crypt length valueGilad Ben-Yossef1-1/+1
2019-07-27crypto: ccree - check assoclen for rfc4543Iuliana Prodan1-6/+20
2019-07-26crypto: ccree - drop legacy ivgen supportGilad Ben-Yossef1-68/+8
2019-04-25crypto: ccree - don't map AEAD key and IV on stackGilad Ben-Yossef1-1/+10
2019-04-25crypto: ccree - don't mangle the request assoclenGilad Ben-Yossef1-15/+25
2019-04-25crypto: ccree - remove unused definesGilad Ben-Yossef1-4/+0
2019-04-25crypto: ccree - do not copy zero size MLLI tableGilad Ben-Yossef1-2/+2
2019-04-25crypto: ccree - zero out internal struct before useGilad Ben-Yossef1-0/+16
2019-04-25crypto: ccree - copyright header updateGilad Ben-Yossef1-1/+1
2019-04-25crypto: ccree - fix backlog notificationsGilad Ben-Yossef1-0/+4
2019-04-18crypto: ccree - Forbid 2-key 3DES in FIPS modeHerbert Xu1-2/+35
2019-01-10crypto: ccree - convert to use crypto_authenc_extractkeys()Eric Biggers1-21/+19
2018-12-07crypto: ccree - add support for CryptoCell 703Gilad Ben-Yossef1-1/+15
2018-11-09crypto: ccree - adjust hash length to suit certain context specificsYael Chemla1-5/+14
2018-08-03crypto: ccree - drop useless type flag during regGilad Ben-Yossef1-15/+1
2018-03-03crypto: ccree - add support for older HW revsGilad Ben-Yossef1-9/+25
2018-02-15crypto: ccree - add AEAD supportGilad Ben-Yossef1-0/+2702