Home
last modified time | relevance | path

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

/linux-6.15/include/crypto/internal/
H A Dcipher.h133 crypto_tfm_clear_flags(crypto_cipher_tfm(tfm), flags); in crypto_cipher_clear_flags()
/linux-6.15/include/crypto/
H A Dskcipher.h560 crypto_tfm_clear_flags(crypto_skcipher_tfm(tfm), flags); in crypto_skcipher_clear_flags()
595 crypto_tfm_clear_flags(crypto_lskcipher_tfm(tfm), flags); in crypto_lskcipher_clear_flags()
H A Dhash.h385 crypto_tfm_clear_flags(crypto_ahash_tfm(tfm), flags); in crypto_ahash_clear_flags()
803 crypto_tfm_clear_flags(crypto_shash_tfm(tfm), flags); in crypto_shash_clear_flags()
H A Daead.h300 crypto_tfm_clear_flags(crypto_aead_tfm(tfm), flags); in crypto_aead_clear_flags()
/linux-6.15/include/linux/
H A Dcrypto.h465 static inline void crypto_tfm_clear_flags(struct crypto_tfm *tfm, u32 flags) in crypto_tfm_clear_flags() function