Home | History | Annotate | Download | only in apps

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
95 * -text - print the ec parameters in text form
100 * -conv_form arg - specifies the point conversion form
122 point_conversion_form_t form = POINT_CONVERSION_UNCOMPRESSED;
196 form = POINT_CONVERSION_COMPRESSED;
198 form = POINT_CONVERSION_UNCOMPRESSED;
200 form = POINT_CONVERSION_HYBRID;
263 "parameters in text form\n");
273 "point conversion form \n");
421 EC_GROUP_set_point_conversion_form(group, form);
446 EC_GROUP_set_point_conversion_form(group, form);