Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-01-06 | crypto: xts - drop xts_check_key() | Vladis Dronov | 1 | -18/+4 |
2023-01-06 | crypto: xts - restrict key lengths to approved values in FIPS mode | Nicolai Stange | 1 | -0/+7 |
2020-01-09 | crypto: remove CRYPTO_TFM_RES_WEAK_KEY | Eric Biggers | 1 | -9/+2 |
2020-01-09 | crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN | Eric Biggers | 1 | -6/+2 |
2019-12-11 | crypto: x86 - Regularize glue function prototypes | Kees Cook | 1 | -2/+0 |
2019-01-25 | crypto: clarify name of WEAK_KEY request flag | Eric Biggers | 1 | -2/+2 |
2018-03-02 | crypto: xts - remove xts_crypt() | Eric Biggers | 1 | -17/+0 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-04-05 | crypto: gf128mul - switch gf128mul_x_ble to le128 | Ondrej Mosnáček | 1 | -1/+1 |
2016-11-28 | crypto: xts - Convert to skcipher | Herbert Xu | 1 | -2/+24 |
2016-02-16 | crypto: xts - consolidate sanity check for keys | Stephan Mueller | 1 | -0/+27 |
2011-11-09 | crypto: xts: add interface for parallelized cipher implementations | Jussi Kivilinna | 1 | -0/+27 |