Lines Matching refs:point
60 const EC_POINT *point, in EC_POINT_point2bn() argument
68 buf_len = EC_POINT_point2oct(group, point, form, in EC_POINT_point2bn()
76 if (!EC_POINT_point2oct(group, point, form, buf, buf_len, ctx)) in EC_POINT_point2bn()
91 EC_POINT *point, in EC_POINT_bn2point() argument
109 if (point == NULL) in EC_POINT_bn2point()
118 ret = point; in EC_POINT_bn2point()
122 if (point == NULL) in EC_POINT_bn2point()
136 const EC_POINT *point, in EC_POINT_point2hex() argument
144 buf_len = EC_POINT_point2oct(group, point, form, in EC_POINT_point2hex()
152 if (!EC_POINT_point2oct(group, point, form, buf, buf_len, ctx)) in EC_POINT_point2hex()
181 EC_POINT *point, in EC_POINT_hex2point() argument
190 ret = EC_POINT_bn2point(group, tmp_bn, point, ctx); in EC_POINT_hex2point()