Home
last modified time | relevance | path

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

/Linux-v6.6/include/crypto/internal/
Dhash.h223 return crypto_spawn_tfm2(&spawn->base); in crypto_spawn_ahash()
269 return crypto_spawn_tfm2(&spawn->base); in crypto_spawn_shash()
Dakcipher.h110 return crypto_spawn_tfm2(&spawn->base); in crypto_spawn_akcipher()
Dkpp.h242 return crypto_spawn_tfm2(&spawn->base); in crypto_spawn_kpp()
Daead.h117 return crypto_spawn_tfm2(&spawn->base); in crypto_spawn_aead()
Dskcipher.h124 return crypto_spawn_tfm2(&spawn->base); in crypto_spawn_skcipher()
/Linux-v6.6/include/crypto/
Dalgapi.h163 void *crypto_spawn_tfm2(struct crypto_spawn *spawn);
/Linux-v6.6/crypto/
Dalgapi.c825 void *crypto_spawn_tfm2(struct crypto_spawn *spawn) in crypto_spawn_tfm2() function
844 EXPORT_SYMBOL_GPL(crypto_spawn_tfm2);