Home
last modified time | relevance | path

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

/openbmc/linux/include/crypto/
H A Dhash.h407 static inline u32 crypto_ahash_get_flags(struct crypto_ahash *tfm) in crypto_ahash_get_flags() function
542 if (crypto_ahash_get_flags(tfm) & CRYPTO_TFM_NEED_KEY) in crypto_ahash_import()
563 if (crypto_ahash_get_flags(tfm) & CRYPTO_TFM_NEED_KEY) in crypto_ahash_init()
/openbmc/linux/crypto/
H A Dalgif_hash.c317 if (crypto_ahash_get_flags(tfm) & CRYPTO_TFM_NEED_KEY) in hash_check_key()
443 if (crypto_ahash_get_flags(tfm) & CRYPTO_TFM_NEED_KEY) in hash_accept_parent()
H A Dahash.c342 if (crypto_ahash_get_flags(tfm) & CRYPTO_TFM_NEED_KEY) in crypto_ahash_digest()
H A Dcryptd.c478 crypto_shash_set_flags(child, crypto_ahash_get_flags(parent) & in cryptd_hash_setkey()
H A Dtestmgr.c1484 crypto_ahash_get_flags(tfm)); in test_ahash_vec_cfg()
/openbmc/linux/arch/x86/crypto/
H A Dghash-clmulni-intel_glue.c279 crypto_ahash_set_flags(child, crypto_ahash_get_flags(tfm) in ghash_async_setkey()
/openbmc/linux/arch/arm/crypto/
H A Dghash-ce-glue.c313 crypto_ahash_set_flags(child, crypto_ahash_get_flags(tfm) in ghash_async_setkey()