Home
last modified time | relevance | path

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

/Linux-v5.10/include/crypto/internal/
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()
/Linux-v5.10/crypto/
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-v5.10/include/crypto/
Dhash.h376 return crypto_tfm_get_flags(crypto_ahash_tfm(tfm)); in crypto_ahash_get_flags()
794 return crypto_tfm_get_flags(crypto_shash_tfm(tfm)); in crypto_shash_get_flags()
Daead.h268 return crypto_tfm_get_flags(crypto_aead_tfm(tfm)); in crypto_aead_get_flags()
Dkpp.h145 return crypto_tfm_get_flags(crypto_kpp_tfm(tfm)); in crypto_kpp_get_flags()
Dskcipher.h313 return crypto_tfm_get_flags(crypto_skcipher_tfm(tfm)); in crypto_skcipher_get_flags()
/Linux-v5.10/include/linux/
Dcrypto.h720 static inline u32 crypto_tfm_get_flags(struct crypto_tfm *tfm) in crypto_tfm_get_flags() function
847 return crypto_tfm_get_flags(crypto_cipher_tfm(tfm)); in crypto_cipher_get_flags()
/Linux-v5.10/arch/x86/crypto/
Ddes3_ede_glue.c353 if (crypto_tfm_get_flags(tfm) & CRYPTO_TFM_REQ_FORBID_WEAK_KEYS) in des3_ede_x86_setkey()
/Linux-v5.10/drivers/crypto/ccree/
Dcc_cipher.c424 unsigned int flags = crypto_tfm_get_flags(tfm) & CRYPTO_TFM_REQ_MASK; in cc_cipher_setkey()