aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/crypto/xts.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-01-06crypto: xts - drop xts_check_key()Vladis Dronov1-18/+4
2023-01-06crypto: xts - restrict key lengths to approved values in FIPS modeNicolai Stange1-0/+7
2020-01-09crypto: remove CRYPTO_TFM_RES_WEAK_KEYEric Biggers1-9/+2
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers1-6/+2
2019-12-11crypto: x86 - Regularize glue function prototypesKees Cook1-2/+0
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers1-2/+2
2018-03-03crypto: xts - remove xts_crypt()Eric Biggers1-17/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-04-05crypto: gf128mul - switch gf128mul_x_ble to le128Ondrej Mosnáček1-1/+1
2016-11-28crypto: xts - Convert to skcipherHerbert Xu1-2/+24
2016-02-17crypto: xts - consolidate sanity check for keysStephan Mueller1-0/+27
2011-11-09crypto: xts: add interface for parallelized cipher implementationsJussi Kivilinna1-0/+27