Home
last modified time | relevance | path

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

/linux-4.19.296/include/crypto/
Dakcipher.h92 struct akcipher_alg { struct
139 static inline struct akcipher_alg *__crypto_akcipher_alg(struct crypto_alg *alg) in __crypto_akcipher_alg()
141 return container_of(alg, struct akcipher_alg, base); in __crypto_akcipher_alg()
150 static inline struct akcipher_alg *crypto_akcipher_alg( in crypto_akcipher_alg()
271 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_maxsize()
289 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_encrypt()
307 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_decrypt()
325 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_sign()
343 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_verify()
364 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_set_pub_key()
[all …]
/linux-4.19.296/include/crypto/internal/
Dakcipher.h22 char head[offsetof(struct akcipher_alg, base)];
25 struct akcipher_alg alg;
107 static inline struct akcipher_alg *crypto_spawn_akcipher_alg( in crypto_spawn_akcipher_alg()
110 return container_of(spawn->base.alg, struct akcipher_alg, base); in crypto_spawn_akcipher_alg()
122 int crypto_register_akcipher(struct akcipher_alg *alg);
131 void crypto_unregister_akcipher(struct akcipher_alg *alg);
/linux-4.19.296/crypto/
Dakcipher.c61 struct akcipher_alg *alg = crypto_akcipher_alg(akcipher); in crypto_akcipher_exit_tfm()
69 struct akcipher_alg *alg = crypto_akcipher_alg(akcipher); in crypto_akcipher_init_tfm()
116 static void akcipher_prepare_alg(struct akcipher_alg *alg) in akcipher_prepare_alg()
125 int crypto_register_akcipher(struct akcipher_alg *alg) in crypto_register_akcipher()
134 void crypto_unregister_akcipher(struct akcipher_alg *alg) in crypto_unregister_akcipher()
Drsa.c353 static struct akcipher_alg rsa = {
Drsa-pkcs1pad.c589 struct akcipher_alg *rsa_alg; in pkcs1pad_create()