Home
last modified time | relevance | path

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

/Linux-v5.4/include/crypto/
Dhash.h771 static inline u32 crypto_shash_get_flags(struct crypto_shash *tfm) in crypto_shash_get_flags() function
878 if (crypto_shash_get_flags(tfm) & CRYPTO_TFM_NEED_KEY) in crypto_shash_import()
900 if (crypto_shash_get_flags(tfm) & CRYPTO_TFM_NEED_KEY) in crypto_shash_init()
/Linux-v5.4/crypto/
Dshash.c200 if (crypto_shash_get_flags(tfm) & CRYPTO_TFM_NEED_KEY) in crypto_shash_digest()
378 crypto_ahash_set_flags(crt, crypto_shash_get_flags(shash) & in crypto_init_shash_ops_async()
Dadiantum.c184 crypto_skcipher_set_flags(tfm, crypto_shash_get_flags(tctx->hash) & in adiantum_setkey()
Dcryptd.c500 crypto_ahash_set_flags(parent, crypto_shash_get_flags(child) & in cryptd_hash_setkey()
Dtestmgr.c1112 crypto_shash_get_flags(tfm)); in test_shash_vec_cfg()
/Linux-v5.4/drivers/crypto/
Domap-sham.c1326 crypto_shash_get_flags(bctx->shash), in omap_sham_setkey()
/Linux-v5.4/drivers/md/
Ddm-integrity.c3307 } else if (crypto_shash_get_flags(*hash) & CRYPTO_TFM_NEED_KEY) { in get_mac()