Home
last modified time | relevance | path

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

/Linux-v5.10/include/crypto/
Dhash.h381 crypto_tfm_set_flags(crypto_ahash_tfm(tfm), flags); in crypto_ahash_set_flags()
799 crypto_tfm_set_flags(crypto_shash_tfm(tfm), flags); in crypto_shash_set_flags()
Daead.h273 crypto_tfm_set_flags(crypto_aead_tfm(tfm), flags); in crypto_aead_set_flags()
Dkpp.h150 crypto_tfm_set_flags(crypto_kpp_tfm(tfm), flags); in crypto_kpp_set_flags()
Dskcipher.h319 crypto_tfm_set_flags(crypto_skcipher_tfm(tfm), flags); in crypto_skcipher_set_flags()
/Linux-v5.10/include/linux/
Dcrypto.h725 static inline void crypto_tfm_set_flags(struct crypto_tfm *tfm, u32 flags) in crypto_tfm_set_flags() function
853 crypto_tfm_set_flags(crypto_cipher_tfm(tfm), flags); in crypto_cipher_set_flags()