Home
last modified time | relevance | path

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

/openbmc/linux/include/crypto/
H A Dhash.h850 static inline u32 crypto_shash_get_flags(struct crypto_shash *tfm) in crypto_shash_get_flags() function
976 if (crypto_shash_get_flags(tfm) & CRYPTO_TFM_NEED_KEY) in crypto_shash_import()
998 if (crypto_shash_get_flags(tfm) & CRYPTO_TFM_NEED_KEY) in crypto_shash_init()
/openbmc/linux/crypto/
H A Dshash.c242 if (crypto_shash_get_flags(tfm) & CRYPTO_TFM_NEED_KEY) in crypto_shash_digest()
437 crypto_ahash_set_flags(crt, crypto_shash_get_flags(shash) & in crypto_init_shash_ops_async()
H A Dtestmgr.c1296 crypto_shash_get_flags(tfm)); in test_shash_vec_cfg()
/openbmc/linux/drivers/crypto/aspeed/
H A Daspeed-hace-hash.c767 crypto_shash_get_flags(bctx->shash), in aspeed_sham_setkey()
/openbmc/linux/drivers/md/
H A Ddm-integrity.c3833 } else if (crypto_shash_get_flags(*hash) & CRYPTO_TFM_NEED_KEY) { in get_mac()