Home
last modified time | relevance | path

Searched refs:crypto_set_spawn (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/include/crypto/internal/
Dakcipher.h90 crypto_set_spawn(&spawn->base, inst); in crypto_set_akcipher_spawn()
Daead.h92 crypto_set_spawn(&spawn->base, inst); in crypto_set_aead_spawn()
Dskcipher.h101 crypto_set_spawn(&spawn->base, inst); in crypto_set_skcipher_spawn()
/linux-4.19.296/include/crypto/
Dalgapi.h164 static inline void crypto_set_spawn(struct crypto_spawn *spawn, in crypto_set_spawn() function
/linux-4.19.296/crypto/
Drsa-pkcs1pad.c621 crypto_set_spawn(&spawn->base, akcipher_crypto_instance(inst)); in pkcs1pad_create()