Home
last modified time | relevance | path

Searched refs:crypto_spawn_tfm2 (Results 1 – 7 of 7) sorted by relevance

/Linux-v6.1/include/crypto/internal/
Dhash.h185 return crypto_spawn_tfm2(&spawn->base); in crypto_spawn_ahash()
231 return crypto_spawn_tfm2(&spawn->base); in crypto_spawn_shash()
Dkpp.h214 return crypto_spawn_tfm2(&spawn->base); in crypto_spawn_kpp()
Dakcipher.h88 return crypto_spawn_tfm2(&spawn->base); in crypto_spawn_akcipher()
Daead.h102 return crypto_spawn_tfm2(&spawn->base); in crypto_spawn_aead()
Dskcipher.h116 return crypto_spawn_tfm2(&spawn->base); in crypto_spawn_skcipher()
/Linux-v6.1/include/crypto/
Dalgapi.h130 void *crypto_spawn_tfm2(struct crypto_spawn *spawn);
/Linux-v6.1/crypto/
Dalgapi.c794 void *crypto_spawn_tfm2(struct crypto_spawn *spawn) in crypto_spawn_tfm2() function
813 EXPORT_SYMBOL_GPL(crypto_spawn_tfm2);