Lines Matching full:encode
14 * asn1_encode_integer() - encode positive integer to ASN.1
33 "BUG: integer encode only supports positive integers")) in asn1_encode_integer()
132 * asn1_encode_oid() - encode an oid to ASN.1
182 * asn1_encode_length() - encode a length to follow an ASN.1 tag
183 * @data: pointer to encode at
185 * @len: length to encode
187 * This routine can encode lengths up to 65535 using the ASN.1 rules.
261 * To encode in place pass a NULL @string and -1 for @len and the
268 * expects to be called with @data pointing to where the first encode
321 * asn1_encode_octet_string() - encode an ASN.1 OCTET STRING
322 * @data: pointer to encode at
363 * @data: pointer to encode at
368 * Fill in a sequence. To encode in place, pass NULL for @seq and -1
372 * where the first encode placed it.
422 * asn1_encode_boolean() - encode a boolean value to ASN.1
423 * @data: pointer to encode at