Home
last modified time | relevance | path

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

/Linux-v5.4/include/crypto/internal/
Dakcipher.h24 struct crypto_akcipher_spawn { struct
82 struct crypto_akcipher_spawn *spawn, in crypto_set_akcipher_spawn()
88 int crypto_grab_akcipher(struct crypto_akcipher_spawn *spawn, const char *name,
92 struct crypto_akcipher_spawn *spawn) in crypto_spawn_akcipher()
97 static inline void crypto_drop_akcipher(struct crypto_akcipher_spawn *spawn) in crypto_drop_akcipher()
103 struct crypto_akcipher_spawn *spawn) in crypto_spawn_akcipher_alg()
/Linux-v5.4/crypto/
Dakcipher.c93 int crypto_grab_akcipher(struct crypto_akcipher_spawn *spawn, const char *name, in crypto_grab_akcipher()
Drsa-pkcs1pad.c96 struct crypto_akcipher_spawn spawn;
591 struct crypto_akcipher_spawn *spawn = &ctx->spawn; in pkcs1pad_free()
603 struct crypto_akcipher_spawn *spawn; in pkcs1pad_create()