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

/linux-master/include/crypto/internal/
H A Dcipher.h133 crypto_tfm_clear_flags(crypto_cipher_tfm(tfm), flags);
/linux-master/include/crypto/
H A Daead.h321 crypto_tfm_clear_flags(crypto_aead_tfm(tfm), flags);
H A Dhash.h400 crypto_tfm_clear_flags(crypto_ahash_tfm(tfm), flags);
788 crypto_tfm_clear_flags(crypto_shash_tfm(tfm), flags);
H A Dskcipher.h578 crypto_tfm_clear_flags(crypto_skcipher_tfm(tfm), flags);
613 crypto_tfm_clear_flags(crypto_lskcipher_tfm(tfm), flags);
/linux-master/include/linux/
H A Dcrypto.h485 static inline void crypto_tfm_clear_flags(struct crypto_tfm *tfm, u32 flags) function

Completed in 178 milliseconds