Lines Matching defs:point
390 const EC_POINT *point = NULL;
417 /* set the base point */
418 if ((point = EC_GROUP_get0_generator(group)) == NULL) {
425 len = EC_POINT_point2buf(group, point, form, &buffer, NULL);
527 EC_POINT *point = NULL;
718 if ((point = EC_POINT_new(ret)) == NULL)
721 /* set the point conversion form */
725 /* extract the ec point */
726 if (!EC_POINT_oct2point(ret, point, params->base->data,
755 if (!EC_GROUP_set_generator(ret, point, a, b)) {
778 || !EC_GROUP_set_generator(dup, point, a, NULL)) {
843 EC_POINT_free(point);