Home
last modified time | relevance | path

Searched refs:crypto_shash_set_flags (Results 1 – 23 of 23) sorted by relevance

/Linux-v5.4/arch/s390/crypto/
Dcrc32-vx.c115 crypto_shash_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in crc32_vx_setkey()
128 crypto_shash_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in crc32be_vx_setkey()
Dghash_s390.c47 crypto_shash_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in ghash_setkey()
/Linux-v5.4/crypto/
Dxxhash_generic.c26 crypto_shash_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in xxhash64_setkey()
Dcrc32_generic.c64 crypto_shash_set_flags(hash, CRYPTO_TFM_RES_BAD_KEY_LEN); in crc32_setkey()
Dcrc32c_generic.c78 crypto_shash_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in chksum_setkey()
Dghash-generic.c62 crypto_shash_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in ghash_setkey()
Dmichael_mic.c141 crypto_shash_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in michael_setkey()
Dshash.c55 crypto_shash_set_flags(tfm, CRYPTO_TFM_NEED_KEY); in shash_set_needkey()
Dadiantum.c181 crypto_shash_set_flags(tctx->hash, crypto_skcipher_get_flags(tfm) & in adiantum_setkey()
Dvmac.c439 crypto_shash_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in vmac_setkey()
Dcryptd.c497 crypto_shash_set_flags(child, crypto_ahash_get_flags(parent) & in cryptd_hash_setkey()
/Linux-v5.4/arch/sparc/crypto/
Dcrc32c_glue.c37 crypto_shash_set_flags(hash, CRYPTO_TFM_RES_BAD_KEY_LEN); in crc32c_sparc64_setkey()
/Linux-v5.4/arch/powerpc/crypto/
Dcrc32c-vpmsum_glue.c77 crypto_shash_set_flags(hash, CRYPTO_TFM_RES_BAD_KEY_LEN); in crc32c_vpmsum_setkey()
/Linux-v5.4/arch/x86/crypto/
Dcrc32-pclmul_glue.c98 crypto_shash_set_flags(hash, CRYPTO_TFM_RES_BAD_KEY_LEN); in crc32_pclmul_setkey()
Dcrc32c-intel_glue.c95 crypto_shash_set_flags(hash, CRYPTO_TFM_RES_BAD_KEY_LEN); in crc32c_intel_setkey()
Dghash-clmulni-intel_glue.c61 crypto_shash_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in ghash_setkey()
/Linux-v5.4/arch/arm/crypto/
Dcrc32-ce-glue.c58 crypto_shash_set_flags(hash, CRYPTO_TFM_RES_BAD_KEY_LEN); in crc32_setkey()
Dghash-ce-glue.c167 crypto_shash_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in ghash_setkey()
/Linux-v5.4/arch/mips/crypto/
Dcrc32-mips.c181 crypto_shash_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN);
/Linux-v5.4/drivers/crypto/stm32/
Dstm32-crc32.c89 crypto_shash_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in stm32_crc_setkey()
/Linux-v5.4/include/crypto/
Dhash.h776 static inline void crypto_shash_set_flags(struct crypto_shash *tfm, u32 flags) in crypto_shash_set_flags() function
/Linux-v5.4/arch/arm64/crypto/
Dghash-ce-glue.c254 crypto_shash_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in ghash_setkey()
Daes-glue.c798 crypto_shash_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in cbcmac_setkey()