23#define DER_MAX_ENCODED_SIZE(len) \
57#define DER_ENC_NO_OPTS 0x0000
60#define DER_ENC_SIGNED_INT 0x0100
63#define DER_ENC_WRITE_DER 0x0200
DERReturn DEREncodeSequence(DERTag topTag, const void *src, DERShort numItems, const DERItemSpec *itemSpecs, DERByte *derOut, DERSize *inOutLen)
DERReturn DEREncodeLength(DERSize length, DERByte *buf, DERSize *inOutLen)
DERSize DERLengthOfEncodedSequence(DERTag topTag, const void *src, DERShort numItems, const DERItemSpec *itemSpecs)
DERReturn DEREncodeItem(DERTag tag, DERSize length, const DERByte *src, DERByte *derOut, DERSize *inOutLen)
DERSize DERLengthOfItem(DERTag tag, DERSize length)
DERSize DERLengthOfLength(DERSize length)