Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dcrc32_generic.c64 crypto_shash_set_flags(hash, CRYPTO_TFM_RES_BAD_KEY_LEN); in crc32_setkey()
Dcrc32c_generic.c83 crypto_shash_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in chksum_setkey()
Dghash-generic.c40 crypto_shash_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in ghash_setkey()
Dmichael_mic.c144 crypto_shash_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in michael_setkey()
Dshash.c72 crypto_shash_set_flags(tfm, CRYPTO_TFM_NEED_KEY); in shash_set_needkey()
Dvmac.c439 crypto_shash_set_flags(tfm, CRYPTO_TFM_RES_BAD_KEY_LEN); in vmac_setkey()
Dcryptd.c693 crypto_shash_set_flags(child, crypto_ahash_get_flags(parent) & in cryptd_hash_setkey()
/linux-4.19.296/include/crypto/
Dhash.h769 static inline void crypto_shash_set_flags(struct crypto_shash *tfm, u32 flags) in crypto_shash_set_flags() function