Lines Matching defs:ctx
51 BN_CTX *ctx, unsigned int fc, int len)
60 if (ctx == NULL) {
61 ctx = new_ctx = BN_CTX_new_ex(group->libctx);
62 if (ctx == NULL)
66 BN_CTX_start(ctx);
68 x = BN_CTX_get(ctx);
69 y = BN_CTX_get(ctx);
100 x, y, ctx) != 1
109 x, y, ctx) != 1)
118 rc = ossl_ec_wNAF_mul(group, r, scalar, num, points, scalars, ctx);
120 BN_CTX_end(ctx);
230 BN_CTX *ctx;
248 ctx = BN_CTX_new_ex(group->libctx);
249 if (ctx == NULL) {
254 BN_CTX_start(ctx);
256 x = BN_CTX_get(ctx);
257 y = BN_CTX_get(ctx);
268 x, y, ctx) != 1
279 BN_CTX_end(ctx);
280 BN_CTX_free(ctx);
292 BN_CTX *ctx) \
295 scalars, ctx, \