summaryrefslogtreecommitdiff
path: root/drivers/crypto/ccree/cc_aead.c
AgeCommit message (Expand)Author
2023-11-17crypto: ccree - Silence gcc format-truncation false positive warningsHerbert Xu
2022-12-09crypto: ccree - Set DMA alignment explicitlyHerbert Xu
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-03-30crypto: ccree - remove duplicated include from cc_aead.cYueHaibing
2020-03-12crypto: ccree - refactor AEAD IV in AAD handlingGilad Ben-Yossef
2020-03-12crypto: ccree - use crypto_ipsec_check_assoclen()Gilad Ben-Yossef
2020-03-12crypto: ccree - only check condition if neededGilad Ben-Yossef
2020-03-12crypto: ccree - remove ancient TODO remarksGilad Ben-Yossef
2020-02-22crypto: ccree - use devm_k[mz]alloc() for AEAD dataGeert Uytterhoeven
2020-02-22crypto: ccree - remove bogus kerneldoc markersGeert Uytterhoeven
2020-02-22crypto: ccree - use u32 for SRAM addressesGeert Uytterhoeven
2020-02-22crypto: ccree - defer larval_digest_addr init until neededGeert Uytterhoeven
2020-02-22crypto: ccree - drop duplicated error message on SRAM exhaustionGeert Uytterhoeven
2020-02-22crypto: ccree - remove unneeded castsGeert Uytterhoeven
2020-02-13crypto: ccree - fix AEAD blocksize registrationGilad Ben-Yossef
2020-01-22crypto: ccree - turn errors to debug msgsGilad Ben-Yossef
2020-01-22crypto: ccree - fix AEAD decrypt auth failGilad Ben-Yossef
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_BLOCK_LENEric Biggers
2019-10-26crypto: ccree - fix comparison of unsigned expression warningTian Tao
2019-08-22crypto: ccree/des - switch to new verification routinesArd Biesheuvel
2019-08-09crypto: ccree - use std api sg_zero_bufferGilad Ben-Yossef
2019-08-09crypto: ccree - use the full crypt length valueGilad Ben-Yossef
2019-07-27crypto: ccree - check assoclen for rfc4543Iuliana Prodan
2019-07-26crypto: ccree - drop legacy ivgen supportGilad Ben-Yossef
2019-04-25crypto: ccree - don't map AEAD key and IV on stackGilad Ben-Yossef
2019-04-25crypto: ccree - don't mangle the request assoclenGilad Ben-Yossef
2019-04-25crypto: ccree - remove unused definesGilad Ben-Yossef
2019-04-25crypto: ccree - do not copy zero size MLLI tableGilad Ben-Yossef
2019-04-25crypto: ccree - zero out internal struct before useGilad Ben-Yossef
2019-04-25crypto: ccree - copyright header updateGilad Ben-Yossef
2019-04-25crypto: ccree - fix backlog notificationsGilad Ben-Yossef
2019-04-18crypto: ccree - Forbid 2-key 3DES in FIPS modeHerbert Xu
2019-01-10crypto: ccree - convert to use crypto_authenc_extractkeys()Eric Biggers
2018-12-07crypto: ccree - add support for CryptoCell 703Gilad Ben-Yossef
2018-11-09crypto: ccree - adjust hash length to suit certain context specificsYael Chemla
2018-08-03crypto: ccree - drop useless type flag during regGilad Ben-Yossef
2018-03-03crypto: ccree - add support for older HW revsGilad Ben-Yossef
2018-02-15crypto: ccree - add AEAD supportGilad Ben-Yossef