Home
last modified time | relevance | path

Searched refs:crypto_cipher_clear_flags (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/crypto/
Dessiv.c84 crypto_cipher_clear_flags(tctx->essiv_cipher, CRYPTO_TFM_REQ_MASK); in essiv_skcipher_setkey()
118 crypto_cipher_clear_flags(tctx->essiv_cipher, CRYPTO_TFM_REQ_MASK); in essiv_aead_setkey()
Dxts.c60 crypto_cipher_clear_flags(tweak, CRYPTO_TFM_REQ_MASK); in xts_setkey()
Dadiantum.c159 crypto_cipher_clear_flags(tctx->blockcipher, CRYPTO_TFM_REQ_MASK); in adiantum_setkey()
Dskcipher.c884 crypto_cipher_clear_flags(cipher, CRYPTO_TFM_REQ_MASK); in skcipher_setkey_simple()
Dtestmgr.c2649 crypto_cipher_clear_flags(tfm, ~0); in test_cipher()
/kernel/linux/linux-5.10/include/linux/
Dcrypto.h859 static inline void crypto_cipher_clear_flags(struct crypto_cipher *tfm, in crypto_cipher_clear_flags() function
/kernel/linux/linux-5.10/drivers/crypto/inside-secure/
Dsafexcel_hash.c2093 crypto_cipher_clear_flags(ctx->kaes, CRYPTO_TFM_REQ_MASK); in safexcel_xcbcmac_setkey()
2109 crypto_cipher_clear_flags(ctx->kaes, CRYPTO_TFM_REQ_MASK); in safexcel_xcbcmac_setkey()
2193 crypto_cipher_clear_flags(ctx->kaes, CRYPTO_TFM_REQ_MASK); in safexcel_cmac_setkey()
Dsafexcel_cipher.c2591 crypto_cipher_clear_flags(ctx->hkaes, CRYPTO_TFM_REQ_MASK); in safexcel_aead_gcm_setkey()