Home
last modified time | relevance | path

Searched refs:crypto_tfm_get_flags (Results 1 – 7 of 7) sorted by relevance

/include/crypto/internal/
A Ddes.h33 if (crypto_tfm_get_flags(tfm) & CRYPTO_TFM_REQ_FORBID_WEAK_KEYS) in crypto_des_verify_key()
95 crypto_tfm_get_flags(tfm) & in crypto_des3_ede_verify_key()
A Dcipher.h121 return crypto_tfm_get_flags(crypto_cipher_tfm(tfm)); in crypto_cipher_get_flags()
/include/crypto/
A Dkpp.h152 return crypto_tfm_get_flags(crypto_kpp_tfm(tfm)); in crypto_kpp_get_flags()
A Daead.h290 return crypto_tfm_get_flags(crypto_aead_tfm(tfm)); in crypto_aead_get_flags()
A Dskcipher.h548 return crypto_tfm_get_flags(crypto_skcipher_tfm(tfm)); in crypto_skcipher_get_flags()
583 return crypto_tfm_get_flags(crypto_lskcipher_tfm(tfm)); in crypto_lskcipher_get_flags()
A Dhash.h411 return crypto_tfm_get_flags(crypto_ahash_tfm(tfm)); in crypto_ahash_get_flags()
825 return crypto_tfm_get_flags(crypto_shash_tfm(tfm)); in crypto_shash_get_flags()
/include/linux/
A Dcrypto.h467 static inline u32 crypto_tfm_get_flags(struct crypto_tfm *tfm) in crypto_tfm_get_flags() function

Completed in 14 milliseconds