Lines Matching refs:ctx
63 BN_CTX *ctx)
69 NULL, 0, ctx);
76 if (!EC_POINT_point2oct(group, point, form, buf, buf_len, ctx))
92 BN_CTX *ctx)
120 if (!EC_POINT_oct2point(group, ret, buf, buf_len, ctx))
138 BN_CTX *ctx)
145 NULL, 0, ctx);
152 if (!EC_POINT_point2oct(group, point, form, buf, buf_len, ctx))
182 BN_CTX *ctx)
190 ret = EC_POINT_bn2point(group, tmp_bn, point, ctx);