aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccree/cc_buffer_mgr.c
AgeCommit message (Expand)Author
2022-12-09crypto: ccree - Set DMA alignment explicitlyHerbert Xu
2022-08-26crypto: ccree - Fix dma_map_sg error checkJack Wang
2022-04-15crypto: ccree - use fine grained DMA mapping dirGilad Ben-Yossef
2022-02-23crypto: ccree - don't attempt 0 len DMA mappingsGilad Ben-Yossef
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-03-12crypto: ccree - refactor AEAD IV in AAD handlingGilad Ben-Yossef
2020-03-12crypto: ccree - remove ancient TODO remarksGilad Ben-Yossef
2020-02-22crypto: ccree - improve kerneldoc in cc_buffer_mgr.cGeert Uytterhoeven
2020-02-22crypto: ccree - remove struct buff_mgr_handleGeert Uytterhoeven
2020-02-22crypto: ccree - make mlli_params.mlli_virt_addr void *Geert Uytterhoeven
2020-02-22crypto: ccree - remove unneeded castsGeert Uytterhoeven
2020-02-13crypto: ccree - dec auth tag size from cryptlen mapGilad Ben-Yossef
2020-02-13crypto: ccree - only try to map auth tag if neededGilad Ben-Yossef
2020-02-13crypto: ccree - protect against empty or NULL scatterlistsGilad Ben-Yossef
2019-08-09crypto: ccree - use std api sg_zero_bufferGilad Ben-Yossef
2019-04-25crypto: ccree - don't map AEAD key and IV on stackGilad Ben-Yossef
2019-04-25crypto: ccree - zap entire sg on aead request unmapGilad Ben-Yossef
2019-04-25crypto: ccree - make AEAD sgl iterator well behavedGilad Ben-Yossef
2019-04-25crypto: ccree - don't mangle the request assoclenGilad Ben-Yossef
2019-04-25crypto: ccree - simplify AEAD ICV addr calculationGilad Ben-Yossef
2019-04-25crypto: ccree - simplify fragment ICV detectionGilad Ben-Yossef
2019-04-25crypto: ccree - copyright header updateGilad Ben-Yossef
2019-04-25crypto: ccree - use std api when possibleGilad Ben-Yossef
2019-04-25crypto: ccree - remove special handling of chained sgGilad Ben-Yossef
2019-04-25crypto: ccree - read next IV from HWGilad Ben-Yossef
2019-01-25crypto: ccree - fix free of unallocated mlli bufferHadar Gat
2019-01-25crypto: ccree - add error messageHadar Gat
2019-01-25crypto: ccree - improve error handlingHadar Gat
2018-08-03crypto: ccree - remove cipher ivgen left oversGilad Ben-Yossef
2018-02-15crypto: ccree - add AEAD supportGilad Ben-Yossef
2018-02-15crypto: ccree - add ahash supportGilad Ben-Yossef
2018-02-15crypto: ccree - add skcipher supportGilad Ben-Yossef
2018-02-15crypto: ccree - introduce CryptoCell driverGilad Ben-Yossef