summaryrefslogtreecommitdiff
path: root/drivers/crypto/ccree/cc_cipher.c
AgeCommit message (Expand)Author
2021-02-05crypto: ccree - fix spelling typo of allocateddingsenjie
2020-11-27crypto: ccree - Fix fall-through warnings for ClangGustavo A. R. Silva
2020-08-21crypto: ccree - remove bitlocker cipherGilad Ben-Yossef
2020-08-21crypto: ccree - remove data unit size supportGilad Ben-Yossef
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-06-26crypto: ccree - remove unused fieldGilad Ben-Yossef
2020-06-26crypto: ccree - adapt ccree essiv support to kcapiGilad Ben-Yossef
2020-06-26crypto: ccree - fix resource leak on error pathGilad Ben-Yossef
2020-05-08crypto: ccree - use crypto_shash_tfm_digest()Eric Biggers
2020-03-12crypto: ccree - remove ancient TODO remarksGilad Ben-Yossef
2020-02-22crypto: ccree - use devm_k[mz]alloc() for cipher dataGeert Uytterhoeven
2020-02-22crypto: ccree - use devm_k[mz]alloc() for AEAD dataGeert Uytterhoeven
2020-02-22crypto: ccree - remove struct cc_cipher_handleGeert Uytterhoeven
2020-02-22crypto: ccree - use u32 for SRAM addressesGeert Uytterhoeven
2020-02-22crypto: ccree - remove unneeded castsGeert Uytterhoeven
2020-02-13crypto: ccree - remove set but not used variable 'du_size'YueHaibing
2020-02-13crypto: ccree - fix some reported cipher block sizesGilad Ben-Yossef
2020-01-22crypto: ccree - fix FDE descriptor sequenceOfir Drang
2020-01-22crypto: ccree - turn errors to debug msgsGilad Ben-Yossef
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_BLOCK_LENEric Biggers
2019-11-17crypto: ccree - update a stale reference to ablkcipherArd Biesheuvel
2019-09-13crypto: ccree - enable CTS support in AES-XTSUri Shir
2019-08-22crypto: ccree/des - switch to new verification routinesArd Biesheuvel
2019-05-03crypto: ccree - remove set but not used variable 'du_size'YueHaibing
2019-05-03crypto: ccree - fix spelling mistake "protedcted" -> "protected"Colin Ian King
2019-04-25crypto: ccree - copyright header updateGilad Ben-Yossef
2019-04-25crypto: ccree - fix backlog notificationsGilad Ben-Yossef
2019-04-25crypto: ccree - read next IV from HWGilad Ben-Yossef
2019-04-25crypto: ccree - adapt CPP descriptor to new HWGilad Ben-Yossef
2019-04-25crypto: ccree - add SM4 protected keys supportGilad Ben-Yossef
2019-04-25crypto: ccree - add remaining logic for CPPGilad Ben-Yossef
2019-04-25crypto: ccree - add support for sec disabled modeGilad Ben-Yossef
2019-04-25crypto: ccree - move MLLI desc. before key loadGilad Ben-Yossef
2019-04-25crypto: ccree - move key load desc. before flow desc.Gilad Ben-Yossef
2019-03-22crypto: ccree - reduce kernel stack usage with clangArnd Bergmann
2019-02-22crypto: ccree - fix missing break in switch statementGustavo A. R. Silva
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers
2019-01-25crypto: ccree - don't copy zero size ciphertextGilad Ben-Yossef
2019-01-25crypto: ccree - unmap buffer before copying IVGilad Ben-Yossef
2018-12-07crypto: ccree - add support for CryptoCell 703Gilad Ben-Yossef
2018-11-09crypto: ccree - add SM4 supportGilad Ben-Yossef
2018-08-03crypto: ccree - allow bigger than sector XTS opGilad Ben-Yossef
2018-08-03crypto: ccree - zero all of request ctx before useGilad Ben-Yossef
2018-08-03crypto: ccree - remove cipher ivgen left oversGilad Ben-Yossef
2018-08-03crypto: ccree - drop useless type flag during regGilad Ben-Yossef
2018-07-09crypto: ccree - use CBC-CS3 CTS modeGilad Ben-Yossef
2018-07-09crypto: ccree - remove dead legacy codeGilad Ben-Yossef
2018-07-09crypto: ccree - fix iv handlingGilad Ben-Yossef
2018-07-09crypto: skcipher - remove useless setting of type flagsEric Biggers