Home
last modified time | relevance | path

Searched refs:crypto_akcipher_spawn (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/include/crypto/internal/
Dakcipher.h24 struct crypto_akcipher_spawn { struct
103 int crypto_grab_akcipher(struct crypto_akcipher_spawn *spawn,
108 struct crypto_akcipher_spawn *spawn) in crypto_spawn_akcipher()
113 static inline void crypto_drop_akcipher(struct crypto_akcipher_spawn *spawn) in crypto_drop_akcipher()
119 struct crypto_akcipher_spawn *spawn) in crypto_spawn_akcipher_alg()
/Linux-v6.6/crypto/
Drsa-pkcs1pad.c97 struct crypto_akcipher_spawn spawn;
592 struct crypto_akcipher_spawn *spawn = &ctx->spawn; in pkcs1pad_free()
Dakcipher.c116 int crypto_grab_akcipher(struct crypto_akcipher_spawn *spawn, in crypto_grab_akcipher()