Lines Matching refs:ctx
362 BN_CTX *ctx)
367 p = BN_CTX_get(ctx);
368 a = BN_CTX_get(ctx);
369 b = BN_CTX_get(ctx);
371 || !EC_GROUP_get_curve(group, p, a, b, ctx))
389 BN_CTX *ctx)
418 buflen = EC_POINT_point2buf(group, point, form, &buf, ctx);
432 BN_CTX *ctx = NULL;
437 ctx = BN_CTX_new_ex(libctx);
438 if (ctx == NULL)
440 BN_CTX_start(ctx);
454 || !ec_param_explicit_curve_to_text(out, group, ctx)
455 || !ec_param_explicit_gen_to_text(out, group, ctx)
464 BN_CTX_end(ctx);
465 BN_CTX_free(ctx);
832 static void *impl##2text_import_object(void *ctx, int selection, \
836 ctx, selection, params); \