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