Searched refs:akcipher_alg (Results 1 – 16 of 16) sorted by relevance
94 struct akcipher_alg { struct140 static inline struct akcipher_alg *__crypto_akcipher_alg(struct crypto_alg *alg) in __crypto_akcipher_alg()142 return container_of(alg, struct akcipher_alg, base); in __crypto_akcipher_alg()151 static inline struct akcipher_alg *crypto_akcipher_alg( in crypto_akcipher_alg()273 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_maxsize()291 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_encrypt()315 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_decrypt()339 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_sign()366 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_verify()393 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in crypto_akcipher_set_pub_key()[all …]
17 char head[offsetof(struct akcipher_alg, base)];20 struct akcipher_alg alg;118 static inline struct akcipher_alg *crypto_spawn_akcipher_alg( in crypto_spawn_akcipher_alg()121 return container_of(spawn->base.alg, struct akcipher_alg, base); in crypto_spawn_akcipher_alg()133 int crypto_register_akcipher(struct akcipher_alg *alg);142 void crypto_unregister_akcipher(struct akcipher_alg *alg);
53 struct akcipher_alg *alg = crypto_akcipher_alg(akcipher); in crypto_akcipher_exit_tfm()61 struct akcipher_alg *alg = crypto_akcipher_alg(akcipher); in crypto_akcipher_init_tfm()109 static void akcipher_prepare_alg(struct akcipher_alg *alg) in akcipher_prepare_alg()129 int crypto_register_akcipher(struct akcipher_alg *alg) in crypto_register_akcipher()149 void crypto_unregister_akcipher(struct akcipher_alg *alg) in crypto_unregister_akcipher()
275 static struct akcipher_alg ecdsa_nist_p384 = {297 static struct akcipher_alg ecdsa_nist_p256 = {319 static struct akcipher_alg ecdsa_nist_p192 = {
267 static struct akcipher_alg ecrdsa_alg = {
314 static struct akcipher_alg rsa = {
429 static struct akcipher_alg sm2 = {
603 struct akcipher_alg *rsa_alg; in pkcs1pad_create()
210 static struct akcipher_alg ccp_rsa_defaults = {232 struct akcipher_alg *alg_defaults;249 struct akcipher_alg *alg; in ccp_register_rsa_alg()
68 struct akcipher_alg alg;
5 :functions: akcipher_alg akcipher_request
134 struct akcipher_alg akcipher;576 struct akcipher_alg *alg = crypto_akcipher_alg(tfm); in aspeed_acry_rsa_init_tfm()
50 struct akcipher_alg algo;
41 struct akcipher_alg akcipher;
1251 static struct akcipher_alg rsa = {
1997 static struct akcipher_alg rsa = {
Completed in 47 milliseconds