Searched refs:crypto_ahash_clear_flags (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/arch/arm/crypto/ |
D | ghash-ce-glue.c | 236 crypto_ahash_clear_flags(child, CRYPTO_TFM_REQ_MASK); in ghash_async_setkey()
|
/linux-4.4.14/include/crypto/ |
D | hash.h | 324 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/ |
D | ghash-clmulni-intel_glue.c | 250 crypto_ahash_clear_flags(child, CRYPTO_TFM_REQ_MASK); in ghash_async_setkey()
|
/linux-4.4.14/crypto/ |
D | authenc.c | 93 crypto_ahash_clear_flags(auth, CRYPTO_TFM_REQ_MASK); in crypto_authenc_setkey()
|
D | authencesn.c | 75 crypto_ahash_clear_flags(auth, CRYPTO_TFM_REQ_MASK); in crypto_authenc_esn_setkey()
|
D | gcm.c | 164 crypto_ahash_clear_flags(ghash, CRYPTO_TFM_REQ_MASK); in crypto_gcm_setkey()
|
D | testmgr.c | 255 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/ |
D | sha.c | 406 crypto_ahash_clear_flags(ahash_tfm, ~0); in qce_ahash_hmac_setkey()
|
/linux-4.4.14/drivers/crypto/marvell/ |
D | hash.c | 1169 crypto_ahash_clear_flags(tfm, ~0); in mv_cesa_ahmac_setkey()
|