Home
last modified time | relevance | path

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

/Linux-v4.19/include/crypto/
Dhash.h760 static inline u32 crypto_shash_get_flags(struct crypto_shash *tfm) in crypto_shash_get_flags() function
863 if (crypto_shash_get_flags(tfm) & CRYPTO_TFM_NEED_KEY) in crypto_shash_import()
884 if (crypto_shash_get_flags(tfm) & CRYPTO_TFM_NEED_KEY) in crypto_shash_init()
/Linux-v4.19/drivers/crypto/vmx/
Dghash.c69 crypto_shash_get_flags((struct crypto_shash in p8_ghash_init_tfm()
/Linux-v4.19/crypto/
Dshash.c191 if (crypto_shash_get_flags(tfm) & CRYPTO_TFM_NEED_KEY) in crypto_shash_digest()
373 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.c695 crypto_ahash_set_flags(parent, crypto_shash_get_flags(child) & in cryptd_hash_setkey()
/Linux-v4.19/drivers/crypto/mediatek/
Dmtk-sha.c813 shash->flags = crypto_shash_get_flags(bctx->shash) & in mtk_sha_setkey()
/Linux-v4.19/drivers/crypto/
Domap-sham.c1331 crypto_shash_get_flags(bctx->shash), in omap_sham_setkey()
/Linux-v4.19/drivers/crypto/chelsio/
Dchcr_algo.c2045 shash->flags = crypto_shash_get_flags(hmacctx->base_hash); in chcr_ahash_setkey()
3441 shash->flags = crypto_shash_get_flags(base_hash); in chcr_authenc_setkey()
/Linux-v4.19/drivers/md/
Ddm-integrity.c2810 } else if (crypto_shash_get_flags(*hash) & CRYPTO_TFM_NEED_KEY) { in get_mac()