aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ccree/cc_cipher.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: ccree - Remove ofbHerbert Xu2023-12-081-35/+0
* crypto: ccree - Silence gcc format-truncation false positive warningsHerbert Xu2023-11-171-3/+7
* crypto: xts - drop xts_check_key()Vladis Dronov2023-01-061-1/+1
* crypto: ccree - Fix use after free in cc_cipher_exit()Jianglei Nie2022-03-091-1/+1
* crypto: ccree - fix spelling typo of allocateddingsenjie2021-02-051-1/+1
* crypto: ccree - Fix fall-through warnings for ClangGustavo A. R. Silva2020-11-271-0/+3
* crypto: ccree - remove bitlocker cipherGilad Ben-Yossef2020-08-211-46/+3
* crypto: ccree - remove data unit size supportGilad Ben-Yossef2020-08-211-232/+1
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-3/+3
* crypto: ccree - remove unused fieldGilad Ben-Yossef2020-06-261-1/+0
* crypto: ccree - adapt ccree essiv support to kcapiGilad Ben-Yossef2020-06-261-31/+93
* crypto: ccree - fix resource leak on error pathGilad Ben-Yossef2020-06-261-12/+18
* crypto: ccree - use crypto_shash_tfm_digest()Eric Biggers2020-05-081-6/+3
* crypto: ccree - remove ancient TODO remarksGilad Ben-Yossef2020-03-121-1/+0
* crypto: ccree - use devm_k[mz]alloc() for cipher dataGeert Uytterhoeven2020-02-221-3/+1
* crypto: ccree - use devm_k[mz]alloc() for AEAD dataGeert Uytterhoeven2020-02-221-4/+4
* crypto: ccree - remove struct cc_cipher_handleGeert Uytterhoeven2020-02-221-25/+8
* crypto: ccree - use u32 for SRAM addressesGeert Uytterhoeven2020-02-221-5/+5
* crypto: ccree - remove unneeded castsGeert Uytterhoeven2020-02-221-5/+5
* crypto: ccree - remove set but not used variable 'du_size'YueHaibing2020-02-131-8/+0
* crypto: ccree - fix some reported cipher block sizesGilad Ben-Yossef2020-02-131-2/+6
* crypto: ccree - fix FDE descriptor sequenceOfir Drang2020-01-221-3/+45
* crypto: ccree - turn errors to debug msgsGilad Ben-Yossef2020-01-221-3/+3
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-3/+0
* crypto: remove CRYPTO_TFM_RES_BAD_BLOCK_LENEric Biggers2020-01-091-1/+0
* crypto: ccree - update a stale reference to ablkcipherArd Biesheuvel2019-11-171-2/+2
* crypto: ccree - enable CTS support in AES-XTSUri Shir2019-09-131-10/+6
* crypto: ccree/des - switch to new verification routinesArd Biesheuvel2019-08-221-11/+4
* crypto: ccree - remove set but not used variable 'du_size'YueHaibing2019-05-031-8/+0
* crypto: ccree - fix spelling mistake "protedcted" -> "protected"Colin Ian King2019-05-031-1/+1
* crypto: ccree - copyright header updateGilad Ben-Yossef2019-04-251-1/+1
* crypto: ccree - fix backlog notificationsGilad Ben-Yossef2019-04-251-3/+7
* crypto: ccree - read next IV from HWGilad Ben-Yossef2019-04-251-96/+83
* crypto: ccree - adapt CPP descriptor to new HWGilad Ben-Yossef2019-04-251-20/+22
* crypto: ccree - add SM4 protected keys supportGilad Ben-Yossef2019-04-251-0/+36
* crypto: ccree - add remaining logic for CPPGilad Ben-Yossef2019-04-251-51/+135
* crypto: ccree - add support for sec disabled modeGilad Ben-Yossef2019-04-251-1/+16
* crypto: ccree - move MLLI desc. before key loadGilad Ben-Yossef2019-04-251-23/+35
* crypto: ccree - move key load desc. before flow desc.Gilad Ben-Yossef2019-04-251-34/+73
* crypto: ccree - reduce kernel stack usage with clangArnd Bergmann2019-03-221-1/+1
* crypto: ccree - fix missing break in switch statementGustavo A. R. Silva2019-02-221-0/+1
* crypto: clarify name of WEAK_KEY request flagEric Biggers2019-01-251-1/+2
* crypto: ccree - don't copy zero size ciphertextGilad Ben-Yossef2019-01-251-1/+2
* crypto: ccree - unmap buffer before copying IVGilad Ben-Yossef2019-01-251-1/+2
* crypto: ccree - add support for CryptoCell 703Gilad Ben-Yossef2018-12-071-1/+37
* crypto: ccree - add SM4 supportGilad Ben-Yossef2018-11-091-0/+66
* crypto: ccree - allow bigger than sector XTS opGilad Ben-Yossef2018-08-031-4/+1
* crypto: ccree - zero all of request ctx before useGilad Ben-Yossef2018-08-031-3/+3
* crypto: ccree - remove cipher ivgen left oversGilad Ben-Yossef2018-08-031-11/+0
* crypto: ccree - drop useless type flag during regGilad Ben-Yossef2018-08-031-14/+0