Home
last modified time | relevance | path

Searched refs:crypto_ahash_set_flags (Results 1 – 6 of 6) sorted by relevance

/linux/include/crypto/
H A Dhash.h414 static inline void crypto_ahash_set_flags(struct crypto_ahash *tfm, u32 flags) in crypto_ahash_set_flags() function
/linux/crypto/
H A Dauthenc.c95 crypto_ahash_set_flags(auth, crypto_aead_get_flags(authenc) & in crypto_authenc_setkey()
H A Dkrb5enc.c113 crypto_ahash_set_flags(auth, flags & CRYPTO_TFM_REQ_MASK); in krb5enc_setkey()
H A Dccm.c100 crypto_ahash_set_flags(mac, crypto_aead_get_flags(aead) & in crypto_ccm_setkey()
H A Dgcm.c134 crypto_ahash_set_flags(ghash, crypto_aead_get_flags(aead) & in crypto_gcm_setkey()
/linux/drivers/crypto/
H A Datmel-sha.c2240 crypto_ahash_set_flags(tfm, flags & CRYPTO_TFM_REQ_MASK); in atmel_sha_authenc_setkey()