Home
last modified time | relevance | path

Searched refs:crypto_shash_get_flags (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/include/crypto/
Dhash.h764 static inline u32 crypto_shash_get_flags(struct crypto_shash *tfm) in crypto_shash_get_flags() function
867 if (crypto_shash_get_flags(tfm) & CRYPTO_TFM_NEED_KEY) in crypto_shash_import()
888 if (crypto_shash_get_flags(tfm) & CRYPTO_TFM_NEED_KEY) in crypto_shash_init()
/linux-4.19.296/crypto/
Dshash.c212 if (crypto_shash_get_flags(tfm) & CRYPTO_TFM_NEED_KEY) in crypto_shash_digest()
395 crypto_ahash_set_flags(crt, crypto_shash_get_flags(shash) & in crypto_init_shash_ops_async()
Dhmac.c60 shash->flags = crypto_shash_get_flags(parent) in hmac_setkey()
Dcryptd.c696 crypto_ahash_set_flags(parent, crypto_shash_get_flags(child) & in cryptd_hash_setkey()