Home
last modified time | relevance | path

Searched refs:tfm_base (Results 1 – 3 of 3) sorted by relevance

/linux/include/crypto/internal/
H A Dskcipher.h247 struct crypto_tfm *tfm_base = crypto_skcipher_tfm(tfm); in crypto_skcipher_tested() local
249 return tfm_base->__crt_alg->cra_flags & CRYPTO_ALG_TESTED; in crypto_skcipher_tested()
H A Dhash.h201 struct crypto_tfm *tfm_base = crypto_ahash_tfm(tfm); in crypto_ahash_tested() local
203 return tfm_base->__crt_alg->cra_flags & CRYPTO_ALG_TESTED; in crypto_ahash_tested()
/linux/crypto/
H A Ddrbg.c1707 struct crypto_tfm *tfm_base = crypto_rng_tfm(tfm); in drbg_kcapi_seed() local
1713 drbg_convert_tfm_core(crypto_tfm_alg_driver_name(tfm_base), &coreref, in drbg_kcapi_seed()