Searched refs:crypto_ahash_clear_flags (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/arch/x86/crypto/ |
H A D | ghash-clmulni-intel_glue.c | 278 crypto_ahash_clear_flags(child, CRYPTO_TFM_REQ_MASK); in ghash_async_setkey()
|
/openbmc/linux/include/crypto/ |
H A D | hash.h | 417 static inline void crypto_ahash_clear_flags(struct crypto_ahash *tfm, u32 flags) in crypto_ahash_clear_flags() function
|
/openbmc/linux/crypto/ |
H A D | authencesn.c | 70 crypto_ahash_clear_flags(auth, CRYPTO_TFM_REQ_MASK); in crypto_authenc_esn_setkey()
|
H A D | authenc.c | 96 crypto_ahash_clear_flags(auth, CRYPTO_TFM_REQ_MASK); in crypto_authenc_setkey()
|
H A D | ahash.c | 181 crypto_ahash_clear_flags(tfm, CRYPTO_TFM_NEED_KEY); in crypto_ahash_setkey()
|
H A D | ccm.c | 102 crypto_ahash_clear_flags(mac, CRYPTO_TFM_REQ_MASK); in crypto_ccm_setkey()
|
H A D | gcm.c | 137 crypto_ahash_clear_flags(ghash, CRYPTO_TFM_REQ_MASK); in crypto_gcm_setkey()
|
/openbmc/linux/drivers/crypto/qce/ |
H A D | sha.c | 371 crypto_ahash_clear_flags(ahash_tfm, ~0); in qce_ahash_hmac_setkey()
|
/openbmc/linux/arch/arm/crypto/ |
H A D | ghash-ce-glue.c | 312 crypto_ahash_clear_flags(child, CRYPTO_TFM_REQ_MASK); in ghash_async_setkey()
|
/openbmc/linux/drivers/crypto/starfive/ |
H A D | jh7110-hash.c | 465 crypto_ahash_clear_flags(ahash_tfm, ~0); in starfive_hash_long_setkey()
|
/openbmc/linux/drivers/crypto/intel/keembay/ |
H A D | keembay-ocs-hcu-core.c | 806 crypto_ahash_clear_flags(ahash_tfm, ~0); in kmb_ocs_hcu_setkey()
|
/openbmc/linux/drivers/crypto/marvell/cesa/ |
H A D | hash.c | 1203 crypto_ahash_clear_flags(tfm, ~0); in mv_cesa_ahmac_setkey()
|
/openbmc/linux/drivers/crypto/ |
H A D | atmel-sha.c | 2239 crypto_ahash_clear_flags(tfm, CRYPTO_TFM_REQ_MASK); in atmel_sha_authenc_setkey()
|
/openbmc/linux/drivers/crypto/inside-secure/ |
H A D | safexcel_hash.c | 1136 crypto_ahash_clear_flags(tfm, ~0); in __safexcel_hmac_setkey()
|