Searched refs:crypto_ahash_set_flags (Results 1 – 6 of 6) sorted by relevance
414 static inline void crypto_ahash_set_flags(struct crypto_ahash *tfm, u32 flags) in crypto_ahash_set_flags() function
95 crypto_ahash_set_flags(auth, crypto_aead_get_flags(authenc) & in crypto_authenc_setkey()
113 crypto_ahash_set_flags(auth, flags & CRYPTO_TFM_REQ_MASK); in krb5enc_setkey()
100 crypto_ahash_set_flags(mac, crypto_aead_get_flags(aead) & in crypto_ccm_setkey()
134 crypto_ahash_set_flags(ghash, crypto_aead_get_flags(aead) & in crypto_gcm_setkey()
2240 crypto_ahash_set_flags(tfm, flags & CRYPTO_TFM_REQ_MASK); in atmel_sha_authenc_setkey()