Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dhash.h760 static inline void crypto_shash_set_flags(struct crypto_shash *tfm, u32 flags) in crypto_shash_set_flags() function
/linux/crypto/
H A Dshash.c29 crypto_shash_set_flags(tfm, CRYPTO_TFM_NEED_KEY); in shash_set_needkey()
H A Dhctr2.c160 crypto_shash_set_flags(tctx->polyval, crypto_skcipher_get_flags(tfm) & in hctr2_setkey()
H A Dadiantum.c175 crypto_shash_set_flags(tctx->hash, crypto_skcipher_get_flags(tfm) & in adiantum_setkey()
H A Dcryptd.c478 crypto_shash_set_flags(child, crypto_ahash_get_flags(parent) & in cryptd_hash_setkey()