Searched refs:crypto_cipher_clear_flags (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/include/crypto/internal/ |
| H A D | cipher.h | 130 static inline void crypto_cipher_clear_flags(struct crypto_cipher *tfm, in crypto_cipher_clear_flags() function
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | essiv.c | 85 crypto_cipher_clear_flags(tctx->essiv_cipher, CRYPTO_TFM_REQ_MASK); in essiv_skcipher_setkey() 119 crypto_cipher_clear_flags(tctx->essiv_cipher, CRYPTO_TFM_REQ_MASK); in essiv_aead_setkey()
|
| H A D | xts.c | 61 crypto_cipher_clear_flags(tweak, CRYPTO_TFM_REQ_MASK); in xts_setkey()
|
| H A D | adiantum.c | 160 crypto_cipher_clear_flags(tctx->blockcipher, CRYPTO_TFM_REQ_MASK); in adiantum_setkey()
|
| H A D | skcipher.c | 885 crypto_cipher_clear_flags(cipher, CRYPTO_TFM_REQ_MASK); in skcipher_setkey_simple()
|
| H A D | testmgr.c | 2652 crypto_cipher_clear_flags(tfm, ~0); in test_cipher()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/inside-secure/ |
| H A D | safexcel_hash.c | 2094 crypto_cipher_clear_flags(ctx->kaes, CRYPTO_TFM_REQ_MASK); in safexcel_xcbcmac_setkey() 2110 crypto_cipher_clear_flags(ctx->kaes, CRYPTO_TFM_REQ_MASK); in safexcel_xcbcmac_setkey() 2194 crypto_cipher_clear_flags(ctx->kaes, CRYPTO_TFM_REQ_MASK); in safexcel_cmac_setkey()
|
| H A D | safexcel_cipher.c | 2591 crypto_cipher_clear_flags(ctx->hkaes, CRYPTO_TFM_REQ_MASK); in safexcel_aead_gcm_setkey()
|