Home
last modified time | relevance | path

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

/Linux-v4.19/include/crypto/
Dhash.h350 static inline u32 crypto_ahash_get_flags(struct crypto_ahash *tfm) in crypto_ahash_get_flags() function
485 if (crypto_ahash_get_flags(tfm) & CRYPTO_TFM_NEED_KEY) in crypto_ahash_import()
506 if (crypto_ahash_get_flags(tfm) & CRYPTO_TFM_NEED_KEY) in crypto_ahash_init()
/Linux-v4.19/arch/x86/crypto/
Dghash-clmulni-intel_glue.c267 crypto_ahash_set_flags(child, crypto_ahash_get_flags(tfm) in ghash_async_setkey()
270 crypto_ahash_set_flags(tfm, crypto_ahash_get_flags(child) in ghash_async_setkey()
/Linux-v4.19/arch/arm/crypto/
Dghash-ce-glue.c263 crypto_ahash_set_flags(child, crypto_ahash_get_flags(tfm) in ghash_async_setkey()
266 crypto_ahash_set_flags(tfm, crypto_ahash_get_flags(child) in ghash_async_setkey()
/Linux-v4.19/crypto/
Dalgif_hash.c318 if (crypto_ahash_get_flags(tfm) & CRYPTO_TFM_NEED_KEY) in hash_check_key()
462 if (crypto_ahash_get_flags(tfm) & CRYPTO_TFM_NEED_KEY) in hash_accept_parent()
Dmcryptd.c306 crypto_ahash_set_flags(child, crypto_ahash_get_flags(parent) & in mcryptd_hash_setkey()
309 crypto_ahash_set_flags(parent, crypto_ahash_get_flags(child) & in mcryptd_hash_setkey()
Dahash.c381 if (crypto_ahash_get_flags(tfm) & CRYPTO_TFM_NEED_KEY) in crypto_ahash_digest()
Dauthenc.c97 crypto_aead_set_flags(authenc, crypto_ahash_get_flags(auth) & in crypto_authenc_setkey()
Dauthencesn.c79 crypto_aead_set_flags(authenc_esn, crypto_ahash_get_flags(auth) & in crypto_authenc_esn_setkey()
Dccm.c111 crypto_aead_set_flags(aead, crypto_ahash_get_flags(mac) & in crypto_ccm_setkey()
Dgcm.c147 crypto_aead_set_flags(aead, crypto_ahash_get_flags(ghash) & in crypto_gcm_setkey()
Dcryptd.c692 crypto_shash_set_flags(child, crypto_ahash_get_flags(parent) & in cryptd_hash_setkey()
/Linux-v4.19/drivers/crypto/ccp/
Dccp-crypto-sha.c296 sdesc->flags = crypto_ahash_get_flags(tfm) & in ccp_sha_setkey()
/Linux-v4.19/drivers/crypto/
Dn2_core.c472 shash->flags = crypto_ahash_get_flags(tfm) & in n2_hmac_async_setkey()
Datmel-sha.c2362 *flags = crypto_ahash_get_flags(tfm); in atmel_sha_authenc_setkey()
/Linux-v4.19/drivers/crypto/axis/
Dartpec6_crypto.c2232 hdesc->flags = crypto_ahash_get_flags(tfm) & in artpec6_crypto_hash_set_key()