Searched refs:crypto_ahash_set_flags (Results 1 – 14 of 14) sorted by relevance
/linux-4.4.14/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.4.14/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.4.14/include/crypto/ |
D | hash.h | 319 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/ |
D | ccp-crypto-aes-cmac.c | 281 crypto_ahash_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in ccp_aes_cmac_setkey()
|
D | ccp-crypto-sha.c | 279 crypto_ahash_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in ccp_sha_setkey()
|
/linux-4.4.14/crypto/ |
D | authenc.c | 94 crypto_ahash_set_flags(auth, crypto_aead_get_flags(authenc) & in crypto_authenc_setkey()
|
D | authencesn.c | 76 crypto_ahash_set_flags(auth, crypto_aead_get_flags(authenc_esn) & in crypto_authenc_esn_setkey()
|
D | mcryptd.c | 312 crypto_ahash_set_flags(parent, crypto_shash_get_flags(child) & in mcryptd_hash_setkey()
|
D | cryptd.c | 440 crypto_ahash_set_flags(parent, crypto_shash_get_flags(child) & in cryptd_hash_setkey()
|
D | gcm.c | 165 crypto_ahash_set_flags(ghash, crypto_aead_get_flags(aead) & in crypto_gcm_setkey()
|
/linux-4.4.14/drivers/crypto/qce/ |
D | sha.c | 426 crypto_ahash_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in qce_ahash_hmac_setkey()
|
/linux-4.4.14/drivers/crypto/ |
D | bfin_crc.c | 460 crypto_ahash_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in bfin_crypto_crc_setkey()
|
D | talitos.c | 2084 crypto_ahash_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in ahash_setkey()
|
/linux-4.4.14/drivers/crypto/caam/ |
D | caamhash.c | 588 crypto_ahash_set_flags(ahash, CRYPTO_TFM_RES_BAD_KEY_LEN); in ahash_setkey()
|