aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccree/cc_buffer_mgr.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-2/+2
2020-03-12crypto: ccree - refactor AEAD IV in AAD handlingGilad Ben-Yossef1-79/+10
2020-03-12crypto: ccree - remove ancient TODO remarksGilad Ben-Yossef1-2/+0
2020-02-22crypto: ccree - improve kerneldoc in cc_buffer_mgr.cGeert Uytterhoeven1-5/+11
2020-02-22crypto: ccree - remove struct buff_mgr_handleGeert Uytterhoeven1-33/+8
2020-02-22crypto: ccree - make mlli_params.mlli_virt_addr void *Geert Uytterhoeven1-1/+1
2020-02-22crypto: ccree - remove unneeded castsGeert Uytterhoeven1-4/+3
2020-02-13crypto: ccree - dec auth tag size from cryptlen mapGilad Ben-Yossef1-2/+6
2020-02-13crypto: ccree - only try to map auth tag if neededGilad Ben-Yossef1-2/+4
2020-02-13crypto: ccree - protect against empty or NULL scatterlistsGilad Ben-Yossef1-35/+27
2019-08-09crypto: ccree - use std api sg_zero_bufferGilad Ben-Yossef1-21/+0
2019-04-25crypto: ccree - don't map AEAD key and IV on stackGilad Ben-Yossef1-3/+12
2019-04-25crypto: ccree - zap entire sg on aead request unmapGilad Ben-Yossef1-11/+2
2019-04-25crypto: ccree - make AEAD sgl iterator well behavedGilad Ben-Yossef1-38/+17
2019-04-25crypto: ccree - don't mangle the request assoclenGilad Ben-Yossef1-11/+11
2019-04-25crypto: ccree - simplify AEAD ICV addr calculationGilad Ben-Yossef1-17/+11
2019-04-25crypto: ccree - simplify fragment ICV detectionGilad Ben-Yossef1-85/+21
2019-04-25crypto: ccree - copyright header updateGilad Ben-Yossef1-1/+1
2019-04-25crypto: ccree - use std api when possibleGilad Ben-Yossef1-9/+5
2019-04-25crypto: ccree - remove special handling of chained sgGilad Ben-Yossef1-76/+22
2019-04-25crypto: ccree - read next IV from HWGilad Ben-Yossef1-2/+2
2019-01-25crypto: ccree - fix free of unallocated mlli bufferHadar Gat1-4/+4
2019-01-25crypto: ccree - add error messageHadar Gat1-1/+4
2019-01-25crypto: ccree - improve error handlingHadar Gat1-39/+35
2018-08-03crypto: ccree - remove cipher ivgen left oversGilad Ben-Yossef1-6/+2
2018-02-15crypto: ccree - add AEAD supportGilad Ben-Yossef1-0/+882
2018-02-15crypto: ccree - add ahash supportGilad Ben-Yossef1-2/+259
2018-02-15crypto: ccree - add skcipher supportGilad Ben-Yossef1-0/+125
2018-02-15crypto: ccree - introduce CryptoCell driverGilad Ben-Yossef1-0/+387