Home
last modified time | relevance | path

Searched refs:crypto_create_tfm (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/crypto/
Dapi.c451 void *crypto_create_tfm(struct crypto_alg *alg, in crypto_create_tfm() function
490 EXPORT_SYMBOL_GPL(crypto_create_tfm);
542 tfm = crypto_create_tfm(alg, frontend); in crypto_alloc_tfm()
Dinternal.h84 void *crypto_create_tfm(struct crypto_alg *alg,
Dscompress.c219 scomp = crypto_create_tfm(calg, &crypto_scomp_type); in crypto_init_scomp_ops_async()
Dshash.c378 shash = crypto_create_tfm(calg, &crypto_shash_type); in crypto_init_shash_ops_async()
Dalgapi.c709 tfm = crypto_create_tfm(alg, spawn->frontend); in crypto_spawn_tfm2()