Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
Dessiv.c89 crypto_cipher_clear_flags(tctx->essiv_cipher, CRYPTO_TFM_REQ_MASK); in essiv_skcipher_setkey()
132 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 setkey()
Dadiantum.c163 crypto_cipher_clear_flags(tctx->blockcipher, CRYPTO_TFM_REQ_MASK); in adiantum_setkey()
Dskcipher.c1114 crypto_cipher_clear_flags(cipher, CRYPTO_TFM_REQ_MASK); in skcipher_setkey_simple()
Dtestmgr.c2385 crypto_cipher_clear_flags(tfm, ~0); in test_cipher()
/Linux-v5.4/include/linux/
Dcrypto.h1722 static inline void crypto_cipher_clear_flags(struct crypto_cipher *tfm, in crypto_cipher_clear_flags() function
/Linux-v5.4/drivers/crypto/inside-secure/
Dsafexcel_cipher.c2098 crypto_cipher_clear_flags(ctx->hkaes, CRYPTO_TFM_REQ_MASK); in safexcel_aead_gcm_setkey()