Searched refs:crypto_ahash_get_flags (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/include/crypto/ |
D | hash.h | 350 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/ |
D | ghash-clmulni-intel_glue.c | 267 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/ |
D | ghash-ce-glue.c | 263 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/ |
D | algif_hash.c | 318 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()
|
D | mcryptd.c | 306 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()
|
D | ahash.c | 381 if (crypto_ahash_get_flags(tfm) & CRYPTO_TFM_NEED_KEY) in crypto_ahash_digest()
|
D | authenc.c | 97 crypto_aead_set_flags(authenc, crypto_ahash_get_flags(auth) & in crypto_authenc_setkey()
|
D | authencesn.c | 79 crypto_aead_set_flags(authenc_esn, crypto_ahash_get_flags(auth) & in crypto_authenc_esn_setkey()
|
D | ccm.c | 111 crypto_aead_set_flags(aead, crypto_ahash_get_flags(mac) & in crypto_ccm_setkey()
|
D | gcm.c | 147 crypto_aead_set_flags(aead, crypto_ahash_get_flags(ghash) & in crypto_gcm_setkey()
|
D | cryptd.c | 692 crypto_shash_set_flags(child, crypto_ahash_get_flags(parent) & in cryptd_hash_setkey()
|
/Linux-v4.19/drivers/crypto/ccp/ |
D | ccp-crypto-sha.c | 296 sdesc->flags = crypto_ahash_get_flags(tfm) & in ccp_sha_setkey()
|
/Linux-v4.19/drivers/crypto/ |
D | n2_core.c | 472 shash->flags = crypto_ahash_get_flags(tfm) & in n2_hmac_async_setkey()
|
D | atmel-sha.c | 2362 *flags = crypto_ahash_get_flags(tfm); in atmel_sha_authenc_setkey()
|
/Linux-v4.19/drivers/crypto/axis/ |
D | artpec6_crypto.c | 2232 hdesc->flags = crypto_ahash_get_flags(tfm) & in artpec6_crypto_hash_set_key()
|