Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/crypto/
Dghash-ce-glue.c236 crypto_ahash_clear_flags(child, CRYPTO_TFM_REQ_MASK); in ghash_async_setkey()
/linux-4.1.27/include/crypto/
Dhash.h305 static inline void crypto_ahash_clear_flags(struct crypto_ahash *tfm, u32 flags) in crypto_ahash_clear_flags() function
/linux-4.1.27/arch/x86/crypto/
Dghash-clmulni-intel_glue.c250 crypto_ahash_clear_flags(child, CRYPTO_TFM_REQ_MASK); in ghash_async_setkey()
/linux-4.1.27/drivers/crypto/qce/
Dsha.c410 crypto_ahash_clear_flags(ahash_tfm, ~0); in qce_ahash_hmac_setkey()
/linux-4.1.27/crypto/
Dauthenc.c97 crypto_ahash_clear_flags(auth, CRYPTO_TFM_REQ_MASK); in crypto_authenc_setkey()
Dauthencesn.c71 crypto_ahash_clear_flags(auth, CRYPTO_TFM_REQ_MASK); in crypto_authenc_esn_setkey()
Dtestmgr.c245 crypto_ahash_clear_flags(tfm, ~0); in __test_hash()
336 crypto_ahash_clear_flags(tfm, ~0); in __test_hash()
Dgcm.c158 crypto_ahash_clear_flags(ghash, CRYPTO_TFM_REQ_MASK); in crypto_gcm_setkey()