summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccree/cc_aead.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: ccree - Silence gcc format-truncation false positive warningsHerbert Xu2023-11-171-3/+7
* crypto: ccree - Set DMA alignment explicitlyHerbert Xu2022-12-091-31/+31
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-2/+2
* crypto: ccree - remove duplicated include from cc_aead.cYueHaibing2020-03-301-1/+0
* crypto: ccree - refactor AEAD IV in AAD handlingGilad Ben-Yossef2020-03-121-22/+5
* crypto: ccree - use crypto_ipsec_check_assoclen()Gilad Ben-Yossef2020-03-121-53/+20
* crypto: ccree - only check condition if neededGilad Ben-Yossef2020-03-121-6/+6
* crypto: ccree - remove ancient TODO remarksGilad Ben-Yossef2020-03-121-1/+0
* crypto: ccree - use devm_k[mz]alloc() for AEAD dataGeert Uytterhoeven2020-02-221-22/+13
* crypto: ccree - remove bogus kerneldoc markersGeert Uytterhoeven2020-02-221-4/+4
* crypto: ccree - use u32 for SRAM addressesGeert Uytterhoeven2020-02-221-3/+3
* crypto: ccree - defer larval_digest_addr init until neededGeert Uytterhoeven2020-02-221-1/+3
* crypto: ccree - drop duplicated error message on SRAM exhaustionGeert Uytterhoeven2020-02-221-1/+0
* crypto: ccree - remove unneeded castsGeert Uytterhoeven2020-02-221-4/+3
* crypto: ccree - fix AEAD blocksize registrationGilad Ben-Yossef2020-02-131-0/+1
* crypto: ccree - turn errors to debug msgsGilad Ben-Yossef2020-01-221-10/+10
* crypto: ccree - fix AEAD decrypt auth failGilad Ben-Yossef2020-01-221-1/+1
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-14/+6
* crypto: remove CRYPTO_TFM_RES_BAD_BLOCK_LENEric Biggers2020-01-091-1/+0
* crypto: ccree - fix comparison of unsigned expression warningTian Tao2019-10-251-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-021-9/+25
* crypto: ccree - add AEAD supportGilad Ben-Yossef2018-02-151-0/+2702