Home
last modified time | relevance | path

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

/crypto/
Dinternal.h107 static inline void *crypto_create_tfm(struct crypto_alg *alg, in crypto_create_tfm() function
Dscompress.c202 scomp = crypto_create_tfm(calg, &crypto_scomp_type); in crypto_init_scomp_ops_async()
Dshash.c388 shash = crypto_create_tfm(calg, &crypto_shash_type); in crypto_init_shash_ops_async()
Dalgapi.c805 tfm = crypto_create_tfm(alg, spawn->frontend); in crypto_spawn_tfm2()