Searched refs:crypto_ahash_set_flags (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/crypto/ |
| H A D | ahash.c | 267 crypto_ahash_set_flags(crt, crypto_shash_get_flags(shash) & in crypto_init_ahash_using_shash() 284 crypto_ahash_set_flags(tfm, CRYPTO_TFM_NEED_KEY); in ahash_set_needkey() 296 crypto_ahash_set_flags(tfm, in crypto_ahash_setkey()
|
| H A D | authenc.c | 97 crypto_ahash_set_flags(auth, crypto_aead_get_flags(authenc) & in crypto_authenc_setkey()
|
| H A D | krb5enc.c | 113 crypto_ahash_set_flags(auth, flags & CRYPTO_TFM_REQ_MASK); in krb5enc_setkey()
|
| H A D | authencesn.c | 71 crypto_ahash_set_flags(auth, crypto_aead_get_flags(authenc_esn) & in crypto_authenc_esn_setkey()
|
| H A D | ccm.c | 104 crypto_ahash_set_flags(mac, crypto_aead_get_flags(aead) & in crypto_ccm_setkey()
|
| H A D | gcm.c | 138 crypto_ahash_set_flags(ghash, crypto_aead_get_flags(aead) & in crypto_gcm_setkey()
|
| /linux-6.15/arch/x86/crypto/ |
| H A D | ghash-clmulni-intel_glue.c | 290 crypto_ahash_set_flags(child, crypto_ahash_get_flags(tfm) in ghash_async_setkey()
|
| /linux-6.15/include/crypto/ |
| H A D | hash.h | 378 static inline void crypto_ahash_set_flags(struct crypto_ahash *tfm, u32 flags) in crypto_ahash_set_flags() function
|
| /linux-6.15/drivers/crypto/ |
| H A D | atmel-sha.c | 2238 crypto_ahash_set_flags(tfm, flags & CRYPTO_TFM_REQ_MASK); in atmel_sha_authenc_setkey()
|