summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccree/cc_buffer_mgr.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: ccree - Set DMA alignment explicitlyHerbert Xu2022-12-091-9/+9
* crypto: ccree - Fix dma_map_sg error checkJack Wang2022-08-261-1/+1
* crypto: ccree - use fine grained DMA mapping dirGilad Ben-Yossef2022-04-151-12/+15
* crypto: ccree - don't attempt 0 len DMA mappingsGilad Ben-Yossef2022-02-231-0/+7
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-2/+2
* crypto: ccree - refactor AEAD IV in AAD handlingGilad Ben-Yossef2020-03-121-79/+10
* crypto: ccree - remove ancient TODO remarksGilad Ben-Yossef2020-03-121-2/+0
* crypto: ccree - improve kerneldoc in cc_buffer_mgr.cGeert Uytterhoeven2020-02-221-5/+11
* crypto: ccree - remove struct buff_mgr_handleGeert Uytterhoeven2020-02-221-33/+8
* crypto: ccree - make mlli_params.mlli_virt_addr void *Geert Uytterhoeven2020-02-221-1/+1
* crypto: ccree - remove unneeded castsGeert Uytterhoeven2020-02-221-4/+3
* crypto: ccree - dec auth tag size from cryptlen mapGilad Ben-Yossef2020-02-131-2/+6
* crypto: ccree - only try to map auth tag if neededGilad Ben-Yossef2020-02-131-2/+4
* crypto: ccree - protect against empty or NULL scatterlistsGilad Ben-Yossef2020-02-131-35/+27
* crypto: ccree - use std api sg_zero_bufferGilad Ben-Yossef2019-08-091-21/+0
* crypto: ccree - don't map AEAD key and IV on stackGilad Ben-Yossef2019-04-251-3/+12
* crypto: ccree - zap entire sg on aead request unmapGilad Ben-Yossef2019-04-251-11/+2
* crypto: ccree - make AEAD sgl iterator well behavedGilad Ben-Yossef2019-04-251-38/+17
* crypto: ccree - don't mangle the request assoclenGilad Ben-Yossef2019-04-251-11/+11
* crypto: ccree - simplify AEAD ICV addr calculationGilad Ben-Yossef2019-04-251-17/+11
* crypto: ccree - simplify fragment ICV detectionGilad Ben-Yossef2019-04-251-85/+21
* crypto: ccree - copyright header updateGilad Ben-Yossef2019-04-251-1/+1
* crypto: ccree - use std api when possibleGilad Ben-Yossef2019-04-251-9/+5
* crypto: ccree - remove special handling of chained sgGilad Ben-Yossef2019-04-251-76/+22
* crypto: ccree - read next IV from HWGilad Ben-Yossef2019-04-251-2/+2
* crypto: ccree - fix free of unallocated mlli bufferHadar Gat2019-01-251-4/+4
* crypto: ccree - add error messageHadar Gat2019-01-251-1/+4
* crypto: ccree - improve error handlingHadar Gat2019-01-251-39/+35
* crypto: ccree - remove cipher ivgen left oversGilad Ben-Yossef2018-08-031-6/+2
* crypto: ccree - add AEAD supportGilad Ben-Yossef2018-02-151-0/+882
* crypto: ccree - add ahash supportGilad Ben-Yossef2018-02-151-2/+259
* crypto: ccree - add skcipher supportGilad Ben-Yossef2018-02-151-0/+125
* crypto: ccree - introduce CryptoCell driverGilad Ben-Yossef2018-02-151-0/+387