Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/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.4.14/include/crypto/
Dhash.h319 static inline void crypto_ahash_set_flags(struct crypto_ahash *tfm, u32 flags) in crypto_ahash_set_flags() function
/linux-4.4.14/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.c279 crypto_ahash_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in ccp_sha_setkey()
/linux-4.4.14/crypto/
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()
Dmcryptd.c312 crypto_ahash_set_flags(parent, crypto_shash_get_flags(child) & in mcryptd_hash_setkey()
Dcryptd.c440 crypto_ahash_set_flags(parent, crypto_shash_get_flags(child) & in cryptd_hash_setkey()
Dgcm.c165 crypto_ahash_set_flags(ghash, crypto_aead_get_flags(aead) & in crypto_gcm_setkey()
/linux-4.4.14/drivers/crypto/qce/
Dsha.c426 crypto_ahash_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in qce_ahash_hmac_setkey()
/linux-4.4.14/drivers/crypto/
Dbfin_crc.c460 crypto_ahash_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in bfin_crypto_crc_setkey()
Dtalitos.c2084 crypto_ahash_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in ahash_setkey()
/linux-4.4.14/drivers/crypto/caam/
Dcaamhash.c588 crypto_ahash_set_flags(ahash, CRYPTO_TFM_RES_BAD_KEY_LEN); in ahash_setkey()