Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/crypto/
A Dhash.h376 static inline u32 crypto_ahash_get_flags(struct crypto_ahash *tfm) in crypto_ahash_get_flags() function
511 if (crypto_ahash_get_flags(tfm) & CRYPTO_TFM_NEED_KEY) in crypto_ahash_import()
532 if (crypto_ahash_get_flags(tfm) & CRYPTO_TFM_NEED_KEY) in crypto_ahash_init()
/linux-6.3-rc2/crypto/
A Dalgif_hash.c312 if (crypto_ahash_get_flags(tfm) & CRYPTO_TFM_NEED_KEY) in hash_check_key()
451 if (crypto_ahash_get_flags(tfm) & CRYPTO_TFM_NEED_KEY) in hash_accept_parent()
A Dahash.c342 if (crypto_ahash_get_flags(tfm) & CRYPTO_TFM_NEED_KEY) in crypto_ahash_digest()
A Dcryptd.c463 crypto_shash_set_flags(child, crypto_ahash_get_flags(parent) & in cryptd_hash_setkey()
A Dtestmgr.c1441 crypto_ahash_get_flags(tfm)); in test_ahash_vec_cfg()
/linux-6.3-rc2/arch/x86/crypto/
A Dghash-clmulni-intel_glue.c279 crypto_ahash_set_flags(child, crypto_ahash_get_flags(tfm) in ghash_async_setkey()
/linux-6.3-rc2/arch/arm/crypto/
A Dghash-ce-glue.c313 crypto_ahash_set_flags(child, crypto_ahash_get_flags(tfm) in ghash_async_setkey()

Completed in 20 milliseconds