Lines Matching refs:form
43 void EC_GROUP_set_point_conversion_form(EC_GROUP *group, point_conversion_form_t form);
102 support the latter form. If asn1_flag is B<OPENSSL_EC_NAMED_CURVE> then the
103 named curve form is used and the parameters must have a corresponding
109 1.1.0 the default form was to use explicit parameters (meaning that
110 applications would have to explicitly set the named curve form) in OpenSSL
111 1.1.0 and later the named curve form is the default.
127 For POINT_CONVERSION_UNCOMPRESSED the point is encoded as an octet signifying the UNCOMPRESSED form…
131 POINT_CONVERSION_COMPRESSED the point is encoded as an octet signifying that the COMPRESSED form ha…
134 For POINT_CONVERSION_HYBRID the point is encoded as an octet signifying the HYBRID form has been us…
178 function f(x). This function is either a trinomial of the form:
182 or a pentanomial of the form:
187 function EC_GROUP_get_trinomial_basis() must only be called where f(x) is of the trinomial form, an…
188 …_pentanomial_basis() must only be called where f(x) is of the pentanomial form, and returns the va…