Home
last modified time | relevance | path

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

/linux-6.15/include/crypto/
H A Dhash.h791 static inline u32 crypto_shash_get_flags(struct crypto_shash *tfm) in crypto_shash_get_flags() function
928 if (crypto_shash_get_flags(tfm) & CRYPTO_TFM_NEED_KEY) in crypto_shash_init()
/linux-6.15/crypto/
H A Dshash.c92 if (crypto_shash_get_flags(tfm) & CRYPTO_TFM_NEED_KEY) in crypto_shash_digest()
133 if (crypto_shash_get_flags(tfm) & CRYPTO_TFM_NEED_KEY) in crypto_shash_import()
H A Dahash.c267 crypto_ahash_set_flags(crt, crypto_shash_get_flags(shash) & in crypto_init_ahash_using_shash()
297 crypto_shash_get_flags(shash) & in crypto_ahash_setkey()
H A Dtestmgr.c1327 crypto_shash_get_flags(tfm)); in test_shash_vec_cfg()
/linux-6.15/drivers/crypto/aspeed/
H A Daspeed-hace-hash.c767 crypto_shash_get_flags(bctx->shash), in aspeed_sham_setkey()
/linux-6.15/drivers/md/
H A Ddm-integrity.c4236 } else if (crypto_shash_get_flags(*hash) & CRYPTO_TFM_NEED_KEY) { in get_mac()