Searched refs:crypto_tfm_set_flags (Results 1 - 6 of 6) sorted by last modified time

/linux-master/include/crypto/
H A Dskcipher.h547 crypto_tfm_set_flags(crypto_skcipher_tfm(tfm), flags);
582 crypto_tfm_set_flags(crypto_lskcipher_tfm(tfm), flags);
H A Dhash.h373 crypto_tfm_set_flags(crypto_ahash_tfm(tfm), flags);
762 crypto_tfm_set_flags(crypto_shash_tfm(tfm), flags);
H A Dkpp.h157 crypto_tfm_set_flags(crypto_kpp_tfm(tfm), flags);
H A Daead.h295 crypto_tfm_set_flags(crypto_aead_tfm(tfm), flags);
/linux-master/include/linux/
H A Dcrypto.h480 static inline void crypto_tfm_set_flags(struct crypto_tfm *tfm, u32 flags) function
/linux-master/include/crypto/internal/
H A Dcipher.h127 crypto_tfm_set_flags(crypto_cipher_tfm(tfm), flags);

Completed in 217 milliseconds