Home | History | Annotate | Download | only in apps

Lines Matching defs:point

100  * -conv_form arg   - specifies the point conversion form 
273 "point conversion form \n");
480 const EC_POINT *point;
508 if ((point = EC_GROUP_get0_generator(group)) == NULL)
510 if (!EC_POINT_point2bn(group, point,
559 BIO_printf(out, "\tEC_POINT *point = NULL;\n");
588 BIO_printf(out, "\tif (point == NULL)\n\t\tgoto err;\n");
595 BIO_printf(out, "\tif (!EC_GROUP_set_generator(group, point,"
602 BIO_printf(out, "\tif (point)\n\t\tEC_POINT_free(point);\n");