Lines Matching +full:encode +full:- +full:only
34 * @value: the starting address of |value| part of 'Tag-Length-Value' pattern.
49 * Decode integer from DER-encoded data.
54 * part of the decoded INTEGER will be returned. Otherwise, -1 is
65 * Decode sequence from DER-encoded data, similar with der_decode_int.
76 * part of the decoded SEQUENCE will be returned. Otherwise, -1 is
88 * Decode OID from DER-encoded data, similar with der_decode_int.
99 * part of the decoded OID will be returned. Otherwise, -1 is
111 * Decode OCTET STRING from DER-encoded data, similar with der_decode_int.
122 * part of the decoded OCTET STRING will be returned. Otherwise, -1 is
134 * Decode BIT STRING from DER-encoded data, similar with der_decode_int.
145 * part of the decoded BIT STRING will be returned. Otherwise, -1 is
170 * part of the decoded BIT STRING will be returned. Otherwise, -1 is
188 * @ctx: the encode context.
197 * @ctx: the encode context.
207 * @ctx: the encode context.
209 * function only add tag and length part for it.
211 * Encode an oid into ctx.
218 * @ctx: the encode context.
220 * function only add tag and length part for it.
222 * Encode an integer into ctx.
229 * @ctx: the encode context.
231 * Encode a null into ctx.
237 * @ctx: the encode context.
240 * Encode a octet string into ctx.
247 * @ctx: the encode context.
255 * @ctx: the encode context.