Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/crypto/
Dhash.h388 crypto_tfm_clear_flags(crypto_ahash_tfm(tfm), flags); in crypto_ahash_clear_flags()
808 crypto_tfm_clear_flags(crypto_shash_tfm(tfm), flags); in crypto_shash_clear_flags()
Daead.h280 crypto_tfm_clear_flags(crypto_aead_tfm(tfm), flags); in crypto_aead_clear_flags()
Dskcipher.h327 crypto_tfm_clear_flags(crypto_skcipher_tfm(tfm), flags); in crypto_skcipher_clear_flags()
/kernel/linux/linux-5.10/include/linux/
Dcrypto.h733 static inline void crypto_tfm_clear_flags(struct crypto_tfm *tfm, u32 flags) in crypto_tfm_clear_flags() function
862 crypto_tfm_clear_flags(crypto_cipher_tfm(tfm), flags); in crypto_cipher_clear_flags()