Lines Matching full:encoded
30 /* Simple decoder used to parse DER encoded rsa keys. */
49 * Decode integer from DER-encoded data.
65 * Decode sequence from DER-encoded data, similar with der_decode_int.
88 * Decode OID from DER-encoded data, similar with der_decode_int.
111 * Decode OCTET STRING from DER-encoded data, similar with der_decode_int.
134 * Decode BIT STRING from DER-encoded data, similar with der_decode_int.
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.