Home
last modified time | relevance | path

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

/linux-6.15/crypto/
H A Dalgif_hash.c313 if (crypto_ahash_get_flags(tfm) & CRYPTO_TFM_NEED_KEY) in hash_check_key()
439 if (crypto_ahash_get_flags(tfm) & CRYPTO_TFM_NEED_KEY) in hash_accept_parent()
H A Dahash.c547 if (crypto_ahash_get_flags(tfm) & CRYPTO_TFM_NEED_KEY) in crypto_ahash_init()
720 if (crypto_ahash_get_flags(tfm) & CRYPTO_TFM_NEED_KEY) in crypto_ahash_digest()
811 if (crypto_ahash_get_flags(tfm) & CRYPTO_TFM_NEED_KEY) in crypto_ahash_import()
H A Dcryptd.c478 crypto_shash_set_flags(child, crypto_ahash_get_flags(parent) & in cryptd_hash_setkey()
H A Dtestmgr.c1514 crypto_ahash_get_flags(tfm)); in test_ahash_vec_cfg()
/linux-6.15/net/ipv4/
H A Dtcp_sigpool.c135 e->needs_key = crypto_ahash_get_flags(cpu0_hash) & CRYPTO_TFM_NEED_KEY; in __cpool_alloc_ahash()
/linux-6.15/arch/x86/crypto/
H A Dghash-clmulni-intel_glue.c290 crypto_ahash_set_flags(child, crypto_ahash_get_flags(tfm) in ghash_async_setkey()
/linux-6.15/include/crypto/
H A Dhash.h373 static inline u32 crypto_ahash_get_flags(struct crypto_ahash *tfm) in crypto_ahash_get_flags() function