Home
last modified time | relevance | path

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

/linux-5.19.10/include/crypto/
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-5.19.10/crypto/
Dalgif_hash.c311 if (crypto_ahash_get_flags(tfm) & CRYPTO_TFM_NEED_KEY) in hash_check_key()
450 if (crypto_ahash_get_flags(tfm) & CRYPTO_TFM_NEED_KEY) in hash_accept_parent()
Dahash.c376 if (crypto_ahash_get_flags(tfm) & CRYPTO_TFM_NEED_KEY) in crypto_ahash_digest()
Dcryptd.c457 crypto_shash_set_flags(child, crypto_ahash_get_flags(parent) & in cryptd_hash_setkey()
Dtestmgr.c1433 crypto_ahash_get_flags(tfm)); in test_ahash_vec_cfg()
/linux-5.19.10/arch/x86/crypto/
Dghash-clmulni-intel_glue.c260 crypto_ahash_set_flags(child, crypto_ahash_get_flags(tfm) in ghash_async_setkey()
/linux-5.19.10/arch/arm/crypto/
Dghash-ce-glue.c296 crypto_ahash_set_flags(child, crypto_ahash_get_flags(tfm) in ghash_async_setkey()
/linux-5.19.10/drivers/crypto/inside-secure/
Dsafexcel_hash.c2096 crypto_cipher_set_flags(ctx->kaes, crypto_ahash_get_flags(tfm) & in safexcel_xcbcmac_setkey()
2112 crypto_cipher_set_flags(ctx->kaes, crypto_ahash_get_flags(tfm) & in safexcel_xcbcmac_setkey()
2196 crypto_cipher_set_flags(ctx->kaes, crypto_ahash_get_flags(tfm) & in safexcel_cmac_setkey()