Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/crypto/
H A Dhash.h796 static inline u32 crypto_shash_get_flags(struct crypto_shash *tfm) in crypto_shash_get_flags() function
922 if (crypto_shash_get_flags(tfm) & CRYPTO_TFM_NEED_KEY) in crypto_shash_import()
944 if (crypto_shash_get_flags(tfm) & CRYPTO_TFM_NEED_KEY) in crypto_shash_init()
/OK3568_Linux_fs/kernel/crypto/
H A Dshash.c211 if (crypto_shash_get_flags(tfm) & CRYPTO_TFM_NEED_KEY) in crypto_shash_digest()
405 crypto_ahash_set_flags(crt, crypto_shash_get_flags(shash) & in crypto_init_shash_ops_async()
H A Dtestmgr.c1203 crypto_shash_get_flags(tfm)); in test_shash_vec_cfg()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-integrity.c3539 } else if (crypto_shash_get_flags(*hash) & CRYPTO_TFM_NEED_KEY) { in get_mac()