Home
last modified time | relevance | path

Searched refs:crypto_ahash_get_flags (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/arch/arm/crypto/
Dghash-ce-glue.c237 crypto_ahash_set_flags(child, crypto_ahash_get_flags(tfm) in ghash_async_setkey()
240 crypto_ahash_set_flags(tfm, crypto_ahash_get_flags(child) in ghash_async_setkey()
/linux-4.4.14/arch/x86/crypto/
Dghash-clmulni-intel_glue.c251 crypto_ahash_set_flags(child, crypto_ahash_get_flags(tfm) in ghash_async_setkey()
254 crypto_ahash_set_flags(tfm, crypto_ahash_get_flags(child) in ghash_async_setkey()
/linux-4.4.14/include/crypto/
Dhash.h314 static inline u32 crypto_ahash_get_flags(struct crypto_ahash *tfm) in crypto_ahash_get_flags() function
/linux-4.4.14/crypto/
Dauthenc.c97 crypto_aead_set_flags(authenc, crypto_ahash_get_flags(auth) & in crypto_authenc_setkey()
Dauthencesn.c79 crypto_aead_set_flags(authenc_esn, crypto_ahash_get_flags(auth) & in crypto_authenc_esn_setkey()
Dmcryptd.c309 crypto_shash_set_flags(child, crypto_ahash_get_flags(parent) & in mcryptd_hash_setkey()
Dcryptd.c437 crypto_shash_set_flags(child, crypto_ahash_get_flags(parent) & in cryptd_hash_setkey()
Dgcm.c168 crypto_aead_set_flags(aead, crypto_ahash_get_flags(ghash) & in crypto_gcm_setkey()
/linux-4.4.14/drivers/crypto/ccp/
Dccp-crypto-sha.c273 sdesc->flags = crypto_ahash_get_flags(tfm) & in ccp_sha_setkey()
/linux-4.4.14/drivers/crypto/
Dn2_core.c457 shash->flags = crypto_ahash_get_flags(tfm) & in n2_hmac_async_setkey()