Lines Matching refs:octet
172 representations. The octet form is the binary encoding of the B<ECPoint>
175 not included. B<BIGNUM> form is the octet form interpreted as a big endian
176 integer converted to a B<BIGNUM> structure. Hexadecimal form is the octet
182 and to EC_POINTs for the formats: octet, BIGNUM and hexadecimal respectively.
185 octet string into the buffer B<buf> of size B<len>, using the specified
190 the octet string contained in the given buffer B<buf> of size B<len>, conforming
200 Notice that, according to the standard, the octet string encoding of the point
201 at infinity for a given curve is fixed to a single octet of value zero and that,
202 vice versa, a single octet of size zero is decoded as the point at infinity.
205 store the octet form. The return value provides the number of octets stored.
210 writes an EC_POINT to it in octet format. The allocated buffer is written to