Home
last modified time | relevance | path

Searched refs:crypto_ahash_set_flags (Results 1 – 18 of 18) sorted by relevance

/Linux-v4.19/arch/x86/crypto/
Dghash-clmulni-intel_glue.c267 crypto_ahash_set_flags(child, crypto_ahash_get_flags(tfm) in ghash_async_setkey()
270 crypto_ahash_set_flags(tfm, crypto_ahash_get_flags(child) in ghash_async_setkey()
/Linux-v4.19/arch/arm/crypto/
Dghash-ce-glue.c263 crypto_ahash_set_flags(child, crypto_ahash_get_flags(tfm) in ghash_async_setkey()
266 crypto_ahash_set_flags(tfm, crypto_ahash_get_flags(child) in ghash_async_setkey()
/Linux-v4.19/crypto/
Dmcryptd.c306 crypto_ahash_set_flags(child, crypto_ahash_get_flags(parent) & in mcryptd_hash_setkey()
309 crypto_ahash_set_flags(parent, crypto_ahash_get_flags(child) & in mcryptd_hash_setkey()
Dahash.c471 crypto_ahash_set_flags(hash, CRYPTO_TFM_NEED_KEY); in crypto_ahash_init_tfm()
Dauthenc.c94 crypto_ahash_set_flags(auth, crypto_aead_get_flags(authenc) & in crypto_authenc_setkey()
Dauthencesn.c76 crypto_ahash_set_flags(auth, crypto_aead_get_flags(authenc_esn) & in crypto_authenc_esn_setkey()
Dshash.c373 crypto_ahash_set_flags(crt, crypto_shash_get_flags(shash) & in crypto_init_shash_ops_async()
Dccm.c108 crypto_ahash_set_flags(mac, crypto_aead_get_flags(aead) & in crypto_ccm_setkey()
Dgcm.c144 crypto_ahash_set_flags(ghash, crypto_aead_get_flags(aead) & in crypto_gcm_setkey()
Dcryptd.c695 crypto_ahash_set_flags(parent, crypto_shash_get_flags(child) & in cryptd_hash_setkey()
/Linux-v4.19/include/crypto/
Dhash.h355 static inline void crypto_ahash_set_flags(struct crypto_ahash *tfm, u32 flags) in crypto_ahash_set_flags() function
/Linux-v4.19/drivers/crypto/ccp/
Dccp-crypto-aes-cmac.c281 crypto_ahash_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in ccp_aes_cmac_setkey()
Dccp-crypto-sha.c302 crypto_ahash_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in ccp_sha_setkey()
/Linux-v4.19/drivers/crypto/qce/
Dsha.c408 crypto_ahash_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in qce_ahash_hmac_setkey()
/Linux-v4.19/drivers/crypto/ccree/
Dcc_hash.c876 crypto_ahash_set_flags(ahash, CRYPTO_TFM_RES_BAD_KEY_LEN); in cc_hash_setkey()
959 crypto_ahash_set_flags(ahash, CRYPTO_TFM_RES_BAD_KEY_LEN); in cc_xcbc_setkey()
/Linux-v4.19/drivers/crypto/
Datmel-sha.c1925 crypto_ahash_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in atmel_sha_hmac_setkey()
2360 crypto_ahash_set_flags(tfm, *flags & CRYPTO_TFM_REQ_MASK); in atmel_sha_authenc_setkey()
Dtalitos.c2240 crypto_ahash_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in ahash_setkey()
/Linux-v4.19/drivers/crypto/caam/
Dcaamhash.c482 crypto_ahash_set_flags(ahash, CRYPTO_TFM_RES_BAD_KEY_LEN); in ahash_setkey()