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
180 * asn1_encode_length() - encode a length to follow an ASN.1 tag
181 * @data: pointer to encode at
183 * @len: length to encode
185 * This routine can encode lengths up to 65535 using the ASN.1 rules.
259 * To encode in place pass a NULL @string and -1 for @len and the
266 * expects to be called with @data pointing to where the first encode
319 * asn1_encode_octet_string() - encode an ASN.1 OCTET STRING
320 * @data: pointer to encode at
361 * @data: pointer to encode at
366 * Fill in a sequence. To encode in place, pass NULL for @seq and -1
370 * where the first encode placed it.
420 * asn1_encode_boolean() - encode a boolean value to ASN.1
421 * @data: pointer to encode at