Lines Matching refs:ctx
72 const BIGNUM *x, int y_bit, BN_CTX *ctx)
89 group, point, x, y_bit, ctx);
98 group, point, x, y_bit, ctx);
101 return group->meth->point_set_compressed_coordinates(group, point, x, y_bit, ctx);
106 const BIGNUM *x, int y_bit, BN_CTX *ctx)
123 group, point, x, y_bit, ctx);
126 group, point, x, y_bit, ctx);
128 return group->meth->point_set_compressed_coordinates(group, point, x, y_bit, ctx);
133 unsigned char *buf, size_t len, BN_CTX *ctx)
150 form, buf, len, ctx);
159 form, buf, len, ctx);
163 return group->meth->point2oct(group, point, form, buf, len, ctx);
168 const unsigned char *buf, size_t len, BN_CTX *ctx)
185 buf, len, ctx);
194 buf, len, ctx);
197 return group->meth->oct2point(group, point, buf, len, ctx);