Home
last modified time | relevance | path

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

/linux-6.15/include/crypto/internal/
H 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()
H A Dcipher.h121 return crypto_tfm_get_flags(crypto_cipher_tfm(tfm)); in crypto_cipher_get_flags()
/linux-6.15/crypto/
H A Ddes_generic.c27 if (crypto_tfm_get_flags(tfm) & CRYPTO_TFM_REQ_FORBID_WEAK_KEYS) in des_setkey()
59 if (crypto_tfm_get_flags(tfm) & CRYPTO_TFM_REQ_FORBID_WEAK_KEYS) in des3_ede_setkey()
/linux-6.15/include/crypto/
H 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()
H A Dhash.h375 return crypto_tfm_get_flags(crypto_ahash_tfm(tfm)); in crypto_ahash_get_flags()
793 return crypto_tfm_get_flags(crypto_shash_tfm(tfm)); in crypto_shash_get_flags()
H A Dkpp.h152 return crypto_tfm_get_flags(crypto_kpp_tfm(tfm)); in crypto_kpp_get_flags()
H A Daead.h290 return crypto_tfm_get_flags(crypto_aead_tfm(tfm)); in crypto_aead_get_flags()
/linux-6.15/include/linux/
H A Dcrypto.h455 static inline u32 crypto_tfm_get_flags(struct crypto_tfm *tfm) in crypto_tfm_get_flags() function
/linux-6.15/arch/x86/crypto/
H A Ddes3_ede_glue.c255 if (crypto_tfm_get_flags(tfm) & CRYPTO_TFM_REQ_FORBID_WEAK_KEYS) in des3_ede_x86_setkey()
/linux-6.15/drivers/crypto/ccree/
H A Dcc_cipher.c421 unsigned int flags = crypto_tfm_get_flags(tfm) & CRYPTO_TFM_REQ_MASK; in cc_cipher_setkey()