Searched refs:crypto_ahash_set_flags (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/arch/arm/crypto/ |
D | ghash-ce-glue.c | 237 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/ |
D | ghash-clmulni-intel_glue.c | 251 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/ |
D | hash.h | 300 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/ |
D | ccp-crypto-aes-cmac.c | 263 crypto_ahash_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in ccp_aes_cmac_setkey()
|
D | ccp-crypto-sha.c | 266 crypto_ahash_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in ccp_sha_setkey()
|
/linux-4.1.27/drivers/crypto/qce/ |
D | sha.c | 430 crypto_ahash_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in qce_ahash_hmac_setkey()
|
/linux-4.1.27/drivers/crypto/ |
D | bfin_crc.c | 480 crypto_ahash_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in bfin_crypto_crc_setkey()
|
D | talitos.c | 1895 crypto_ahash_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in ahash_setkey()
|
/linux-4.1.27/crypto/ |
D | mcryptd.c | 312 crypto_ahash_set_flags(parent, crypto_shash_get_flags(child) & in mcryptd_hash_setkey()
|
D | authenc.c | 98 crypto_ahash_set_flags(auth, crypto_aead_get_flags(authenc) & in crypto_authenc_setkey()
|
D | authencesn.c | 72 crypto_ahash_set_flags(auth, crypto_aead_get_flags(authenc_esn) & in crypto_authenc_esn_setkey()
|
D | cryptd.c | 431 crypto_ahash_set_flags(parent, crypto_shash_get_flags(child) & in cryptd_hash_setkey()
|
D | gcm.c | 159 crypto_ahash_set_flags(ghash, crypto_aead_get_flags(aead) & in crypto_gcm_setkey()
|
/linux-4.1.27/drivers/crypto/caam/ |
D | caamhash.c | 580 crypto_ahash_set_flags(ahash, CRYPTO_TFM_RES_BAD_KEY_LEN); in ahash_setkey()
|