Home
last modified time | relevance | path

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

/linux/include/crypto/internal/
H A Dcipher.h130 static inline void crypto_cipher_clear_flags(struct crypto_cipher *tfm, in crypto_cipher_clear_flags() function
/linux/crypto/
H A Dessiv.c85 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 Dhctr2.c103 crypto_cipher_clear_flags(tctx->blockcipher, CRYPTO_TFM_REQ_MASK); in hctr2_setkey()
H A Dtestmgr.c2751 crypto_cipher_clear_flags(tfm, ~0); in test_cipher()