Home
last modified time | relevance | path

Searched refs:crypto_ahash_clear_flags (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/arch/arm/crypto/
Dghash-ce-glue.c236 crypto_ahash_clear_flags(child, CRYPTO_TFM_REQ_MASK); in ghash_async_setkey()
/linux-4.4.14/include/crypto/
Dhash.h324 static inline void crypto_ahash_clear_flags(struct crypto_ahash *tfm, u32 flags) in crypto_ahash_clear_flags() function
/linux-4.4.14/arch/x86/crypto/
Dghash-clmulni-intel_glue.c250 crypto_ahash_clear_flags(child, CRYPTO_TFM_REQ_MASK); in ghash_async_setkey()
/linux-4.4.14/crypto/
Dauthenc.c93 crypto_ahash_clear_flags(auth, CRYPTO_TFM_REQ_MASK); in crypto_authenc_setkey()
Dauthencesn.c75 crypto_ahash_clear_flags(auth, CRYPTO_TFM_REQ_MASK); in crypto_authenc_esn_setkey()
Dgcm.c164 crypto_ahash_clear_flags(ghash, CRYPTO_TFM_REQ_MASK); in crypto_gcm_setkey()
Dtestmgr.c255 crypto_ahash_clear_flags(tfm, ~0); in __test_hash()
346 crypto_ahash_clear_flags(tfm, ~0); in __test_hash()
/linux-4.4.14/drivers/crypto/qce/
Dsha.c406 crypto_ahash_clear_flags(ahash_tfm, ~0); in qce_ahash_hmac_setkey()
/linux-4.4.14/drivers/crypto/marvell/
Dhash.c1169 crypto_ahash_clear_flags(tfm, ~0); in mv_cesa_ahmac_setkey()