Lines Matching refs:ecx_gen_ctx
79 struct ecx_gen_ctx { struct
89 static void *s390x_ecx_keygen25519(struct ecx_gen_ctx *gctx); argument
90 static void *s390x_ecx_keygen448(struct ecx_gen_ctx *gctx);
91 static void *s390x_ecd_keygen25519(struct ecx_gen_ctx *gctx);
92 static void *s390x_ecd_keygen448(struct ecx_gen_ctx *gctx);
494 struct ecx_gen_ctx *gctx = NULL; in ecx_gen_init()
545 struct ecx_gen_ctx *gctx = genctx; in ecx_gen_set_params()
681 static void *ecx_gen(struct ecx_gen_ctx *gctx) in ecx_gen()
749 struct ecx_gen_ctx *gctx = genctx; in x25519_gen()
763 struct ecx_gen_ctx *gctx = genctx; in x448_gen()
778 struct ecx_gen_ctx *gctx = genctx; in ed25519_gen()
812 struct ecx_gen_ctx *gctx = genctx; in ed448_gen()
844 struct ecx_gen_ctx *gctx = genctx; in ecx_gen_cleanup()
1028 static void *s390x_ecx_keygen25519(struct ecx_gen_ctx *gctx) in MAKE_KEYMGMT_FUNCTIONS()
1083 static void *s390x_ecx_keygen448(struct ecx_gen_ctx *gctx) in s390x_ecx_keygen448()
1139 static void *s390x_ecd_keygen25519(struct ecx_gen_ctx *gctx) in s390x_ecd_keygen25519()
1203 static void *s390x_ecd_keygen448(struct ecx_gen_ctx *gctx) in s390x_ecd_keygen448()