Searched refs:crypto_ahash_set_flags (Results 1 – 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/crypto/ |
D | ghash-clmulni-intel_glue.c | 260 crypto_ahash_set_flags(child, crypto_ahash_get_flags(tfm) in ghash_async_setkey()
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
D | ghash-ce-glue.c | 296 crypto_ahash_set_flags(child, crypto_ahash_get_flags(tfm) in ghash_async_setkey()
|
/kernel/linux/linux-5.10/include/crypto/ |
D | hash.h | 381 static inline void crypto_ahash_set_flags(struct crypto_ahash *tfm, u32 flags) in crypto_ahash_set_flags() function
|
/kernel/linux/linux-5.10/crypto/ |
D | authenc.c | 97 crypto_ahash_set_flags(auth, crypto_aead_get_flags(authenc) & in crypto_authenc_setkey()
|
D | authencesn.c | 71 crypto_ahash_set_flags(auth, crypto_aead_get_flags(authenc_esn) & in crypto_authenc_esn_setkey()
|
D | ahash.c | 169 crypto_ahash_set_flags(tfm, CRYPTO_TFM_NEED_KEY); in ahash_set_needkey()
|
D | shash.c | 405 crypto_ahash_set_flags(crt, crypto_shash_get_flags(shash) & in crypto_init_shash_ops_async()
|
D | ccm.c | 102 crypto_ahash_set_flags(mac, crypto_aead_get_flags(aead) & in crypto_ccm_setkey()
|
D | gcm.c | 138 crypto_ahash_set_flags(ghash, crypto_aead_get_flags(aead) & in crypto_gcm_setkey()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0003_linux_crypto.patch | 765 + crypto_ahash_set_flags(auth, crypto_aead_get_flags(tls) &
|
/kernel/linux/linux-5.10/drivers/crypto/ |
D | atmel-sha.c | 2214 crypto_ahash_set_flags(tfm, flags & CRYPTO_TFM_REQ_MASK); in atmel_sha_authenc_setkey()
|