Searched refs:crypto_ahash_set_flags (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/arch/x86/crypto/ |
A D | ghash-clmulni-intel_glue.c | 279 crypto_ahash_set_flags(child, crypto_ahash_get_flags(tfm) in ghash_async_setkey()
|
/linux-6.3-rc2/include/crypto/ |
A D | hash.h | 381 static inline void crypto_ahash_set_flags(struct crypto_ahash *tfm, u32 flags) in crypto_ahash_set_flags() function
|
/linux-6.3-rc2/crypto/ |
A D | authencesn.c | 71 crypto_ahash_set_flags(auth, crypto_aead_get_flags(authenc_esn) & in crypto_authenc_esn_setkey()
|
A D | authenc.c | 97 crypto_ahash_set_flags(auth, crypto_aead_get_flags(authenc) & in crypto_authenc_setkey()
|
A D | ahash.c | 169 crypto_ahash_set_flags(tfm, CRYPTO_TFM_NEED_KEY); in ahash_set_needkey()
|
A D | shash.c | 395 crypto_ahash_set_flags(crt, crypto_shash_get_flags(shash) & in crypto_init_shash_ops_async()
|
A D | ccm.c | 103 crypto_ahash_set_flags(mac, crypto_aead_get_flags(aead) & in crypto_ccm_setkey()
|
A D | gcm.c | 138 crypto_ahash_set_flags(ghash, crypto_aead_get_flags(aead) & in crypto_gcm_setkey()
|
/linux-6.3-rc2/arch/arm/crypto/ |
A D | ghash-ce-glue.c | 313 crypto_ahash_set_flags(child, crypto_ahash_get_flags(tfm) in ghash_async_setkey()
|
/linux-6.3-rc2/drivers/crypto/ |
A D | atmel-sha.c | 2213 crypto_ahash_set_flags(tfm, flags & CRYPTO_TFM_REQ_MASK); in atmel_sha_authenc_setkey()
|
Completed in 23 milliseconds