Lines Matching refs:octet
170 representations. The octet form is the binary encoding of the B<ECPoint>
173 not included. B<BIGNUM> form is the octet form interpreted as a big endian
174 integer converted to a B<BIGNUM> structure. Hexadecimal form is the octet
180 and to EC_POINTs for the formats: octet, BIGNUM and hexadecimal respectively.
183 octet string into the buffer B<buf> of size B<len>, using the specified
188 the octet string contained in the given buffer B<buf> of size B<len>, conforming
198 Notice that, according to the standard, the octet string encoding of the point
199 at infinity for a given curve is fixed to a single octet of value zero and that,
200 vice versa, a single octet of size zero is decoded as the point at infinity.
203 store the octet form. The return value provides the number of octets stored.
208 writes an EC_POINT to it in octet format. The allocated buffer is written to