index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
ccp
/
ccp-crypto-aes-xts.c
Age
Commit message (
Expand
)
Author
2019-11-17
crypto: ccp - switch from ablkcipher to skcipher
Ard Biesheuvel
2019-08-30
crypto: ccp - invoke fallback for XTS ciphertext stealing
Ard Biesheuvel
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2018-09-28
crypto: ccp - Remove VLA usage of skcipher
Kees Cook
2017-08-04
crypto: ccp - Add XTS-AES-256 support for CCP version 5
Gary R Hook
2017-08-04
crypto: ccp - Rework the unit-size check for XTS-AES
Gary R Hook
2017-08-04
crypto: ccp - Add a call to xts_check_key()
Gary R Hook
2017-08-04
crypto: ccp - Fix XTS-AES-128 support on v5 CCPs
Gary R Hook
2016-07-01
crypto: ccp - Use skcipher for fallback
Herbert Xu
2016-05-25
crypto: ccp - Fix AES XTS error for request sizes above 4096
Tom Lendacky
2015-02-27
crypto: ccp - Updates for checkpatch warnings/errors
Tom Lendacky
2014-05-22
crypto: ccp - tfm->__crt_alg->cra_name directly
Marek Vasut
2013-12-20
crypto: ccp - Remove user triggerable pr_err calls
Tom Lendacky
2013-12-05
crypto: ccp - CCP XTS-AES crypto API support
Tom Lendacky