Home | History | Annotate | Download | only in ec

Lines Matching defs:form

15  * 2. Redistributions in binary form must reproduce the above copyright
34 * 6. Redistributions of any form whatsoever must retain the following
572 point_conversion_form_t form;
616 form = EC_GROUP_get_point_conversion_form(group);
618 len = EC_POINT_point2oct(group, point, form, NULL, len, NULL);
629 if (!EC_POINT_point2oct(group, point, form, buffer, len, NULL))
933 /* set the point conversion form */
1185 /* save the point conversion form */
1385 /* save the point conversion form */