Searched refs:crypto_shash_get_flags (Results 1 – 7 of 7) sorted by relevance
771 static inline u32 crypto_shash_get_flags(struct crypto_shash *tfm) in crypto_shash_get_flags() function878 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()
200 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()
184 crypto_skcipher_set_flags(tfm, crypto_shash_get_flags(tctx->hash) & in adiantum_setkey()
500 crypto_ahash_set_flags(parent, crypto_shash_get_flags(child) & in cryptd_hash_setkey()
1112 crypto_shash_get_flags(tfm)); in test_shash_vec_cfg()
1326 crypto_shash_get_flags(bctx->shash), in omap_sham_setkey()
3307 } else if (crypto_shash_get_flags(*hash) & CRYPTO_TFM_NEED_KEY) { in get_mac()