Lines Matching defs:ctx
25 const BIGNUM *x, int y_bit, BN_CTX *ctx)
39 y_bit, ctx);
48 x, y_bit, ctx);
52 y_bit, ctx);
58 int y_bit, BN_CTX *ctx)
60 return EC_POINT_set_compressed_coordinates(group, point, x, y_bit, ctx);
66 int y_bit, BN_CTX *ctx)
68 return EC_POINT_set_compressed_coordinates(group, point, x, y_bit, ctx);
75 size_t len, BN_CTX *ctx)
93 ctx);
102 form, buf, len, ctx);
106 return group->meth->point2oct(group, point, form, buf, len, ctx);
110 const unsigned char *buf, size_t len, BN_CTX *ctx)
123 return ossl_ec_GFp_simple_oct2point(group, point, buf, len, ctx);
131 return ossl_ec_GF2m_simple_oct2point(group, point, buf, len, ctx);
134 return group->meth->oct2point(group, point, buf, len, ctx);
139 unsigned char **pbuf, BN_CTX *ctx)
151 len = EC_POINT_point2oct(group, point, form, buf, len, ctx);