Lines Matching +full:- +full:encoded
30 /* Simple decoder used to parse DER encoded rsa keys. */
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
208 * @src: the source data of oid, note it should be already encoded, this
219 * @src: the source data of integer, note it should be already encoded, this
249 * Compute the expected buffer size to save all encoded things.
256 * @dst: the destination to save the encoded data, the length of dst should
259 * Flush all encoded data into dst, then free ctx.