Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
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.h115 return crypto_spawn_tfm2(&spawn->base); in crypto_spawn_skcipher()
/kernel/linux/linux-5.10/include/crypto/
Dalgapi.h116 void *crypto_spawn_tfm2(struct crypto_spawn *spawn);
/kernel/linux/linux-5.10/crypto/
Dalgapi.c770 void *crypto_spawn_tfm2(struct crypto_spawn *spawn) in crypto_spawn_tfm2() function
789 EXPORT_SYMBOL_GPL(crypto_spawn_tfm2);