Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm/crypto/
Dghash-ce-glue.c237 crypto_ahash_set_flags(child, crypto_ahash_get_flags(tfm) in ghash_async_setkey()
240 crypto_ahash_set_flags(tfm, crypto_ahash_get_flags(child) in ghash_async_setkey()
/linux-4.1.27/arch/x86/crypto/
Dghash-clmulni-intel_glue.c251 crypto_ahash_set_flags(child, crypto_ahash_get_flags(tfm) in ghash_async_setkey()
254 crypto_ahash_set_flags(tfm, crypto_ahash_get_flags(child) in ghash_async_setkey()
/linux-4.1.27/include/crypto/
Dhash.h300 static inline void crypto_ahash_set_flags(struct crypto_ahash *tfm, u32 flags) in crypto_ahash_set_flags() function
/linux-4.1.27/drivers/crypto/ccp/
Dccp-crypto-aes-cmac.c263 crypto_ahash_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in ccp_aes_cmac_setkey()
Dccp-crypto-sha.c266 crypto_ahash_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in ccp_sha_setkey()
/linux-4.1.27/drivers/crypto/qce/
Dsha.c430 crypto_ahash_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in qce_ahash_hmac_setkey()
/linux-4.1.27/drivers/crypto/
Dbfin_crc.c480 crypto_ahash_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in bfin_crypto_crc_setkey()
Dtalitos.c1895 crypto_ahash_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in ahash_setkey()
/linux-4.1.27/crypto/
Dmcryptd.c312 crypto_ahash_set_flags(parent, crypto_shash_get_flags(child) & in mcryptd_hash_setkey()
Dauthenc.c98 crypto_ahash_set_flags(auth, crypto_aead_get_flags(authenc) & in crypto_authenc_setkey()
Dauthencesn.c72 crypto_ahash_set_flags(auth, crypto_aead_get_flags(authenc_esn) & in crypto_authenc_esn_setkey()
Dcryptd.c431 crypto_ahash_set_flags(parent, crypto_shash_get_flags(child) & in cryptd_hash_setkey()
Dgcm.c159 crypto_ahash_set_flags(ghash, crypto_aead_get_flags(aead) & in crypto_gcm_setkey()
/linux-4.1.27/drivers/crypto/caam/
Dcaamhash.c580 crypto_ahash_set_flags(ahash, CRYPTO_TFM_RES_BAD_KEY_LEN); in ahash_setkey()