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

/linux-master/include/crypto/internal/
H A Dcipher.h130 static inline void crypto_cipher_clear_flags(struct crypto_cipher *tfm, function
/linux-master/crypto/
H A Decb.c62 crypto_cipher_clear_flags(cipher, CRYPTO_TFM_REQ_MASK);
H A Dessiv.c85 crypto_cipher_clear_flags(tctx->essiv_cipher, CRYPTO_TFM_REQ_MASK);
119 crypto_cipher_clear_flags(tctx->essiv_cipher, CRYPTO_TFM_REQ_MASK);
H A Dxts.c61 crypto_cipher_clear_flags(tweak, CRYPTO_TFM_REQ_MASK);
H A Dhctr2.c136 crypto_cipher_clear_flags(tctx->blockcipher, CRYPTO_TFM_REQ_MASK);
H A Dadiantum.c160 crypto_cipher_clear_flags(tctx->blockcipher, CRYPTO_TFM_REQ_MASK);
H A Dskcipher.c983 crypto_cipher_clear_flags(cipher, CRYPTO_TFM_REQ_MASK);
H A Dtestmgr.c2755 crypto_cipher_clear_flags(tfm, ~0);

Completed in 259 milliseconds