Home
last modified time | relevance | path

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

/linux-6.12.1/crypto/
Dinternal.h136 static inline void *crypto_create_tfm(struct crypto_alg *alg, in crypto_create_tfm() function
Dakcipher.c267 akcipher = crypto_create_tfm(calg, &crypto_akcipher_type); in crypto_init_akcipher_ops_sig()
Dscompress.c217 scomp = crypto_create_tfm(calg, &crypto_scomp_type); in crypto_init_scomp_ops_async()
Dlskcipher.c315 skcipher = crypto_create_tfm(calg, &crypto_lskcipher_type); in crypto_init_lskcipher_ops_sg()
Dahash.c123 shash = crypto_create_tfm(calg, &crypto_shash_type); in crypto_init_ahash_using_shash()
Dalgapi.c795 tfm = crypto_create_tfm(alg, spawn->frontend); in crypto_spawn_tfm2()