Searched refs:tfm_base (Results 1 – 3 of 3) sorted by relevance
247 struct crypto_tfm *tfm_base = crypto_skcipher_tfm(tfm); in crypto_skcipher_tested() local249 return tfm_base->__crt_alg->cra_flags & CRYPTO_ALG_TESTED; in crypto_skcipher_tested()
201 struct crypto_tfm *tfm_base = crypto_ahash_tfm(tfm); in crypto_ahash_tested() local203 return tfm_base->__crt_alg->cra_flags & CRYPTO_ALG_TESTED; in crypto_ahash_tested()
1707 struct crypto_tfm *tfm_base = crypto_rng_tfm(tfm); in drbg_kcapi_seed() local1713 drbg_convert_tfm_core(crypto_tfm_alg_driver_name(tfm_base), &coreref, in drbg_kcapi_seed()