diff options
author | Gilad Ben-Yossef <gilad@benyossef.com> | 2020-08-05 09:23:01 +0300 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2020-08-21 14:45:28 +1000 |
commit | 1d8b41ff6991bcff5864c42807f811d2304f4355 (patch) | |
tree | 1645b945c0bbb1d67035e1090b5b35d183944a2d /drivers/crypto/ccree/cc_crypto_ctx.h | |
parent | a93492cae30a07bacfe869fcc96724d7911b4671 (diff) |
crypto: ccree - remove bitlocker cipher
Remove the bitlocker cipher which is not supported by
the kernel.
Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/ccree/cc_crypto_ctx.h')
-rw-r--r-- | drivers/crypto/ccree/cc_crypto_ctx.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/crypto/ccree/cc_crypto_ctx.h b/drivers/crypto/ccree/cc_crypto_ctx.h index ccf960a0d989..bd9a1c0896b3 100644 --- a/drivers/crypto/ccree/cc_crypto_ctx.h +++ b/drivers/crypto/ccree/cc_crypto_ctx.h @@ -108,7 +108,6 @@ enum drv_cipher_mode { DRV_CIPHER_CBC_CTS = 11, DRV_CIPHER_GCTR = 12, DRV_CIPHER_ESSIV = 13, - DRV_CIPHER_BITLOCKER = 14, DRV_CIPHER_RESERVE32B = S32_MAX }; |