Go to the source code of this file.
|
DERSize | DERLengthOfLength (DERSize length) |
|
DERReturn | DEREncodeLength (DERSize length, DERByte *buf, DERSize *inOutLen) |
|
DERSize | DERLengthOfItem (DERTag tag, DERSize length) |
|
DERReturn | DEREncodeItem (DERTag tag, DERSize length, const DERByte *src, DERByte *derOut, DERSize *inOutLen) |
|
DERReturn | DEREncodeSequence (DERTag topTag, const void *src, DERShort numItems, const DERItemSpec *itemSpecs, DERByte *derOut, DERSize *inOutLen) |
|
DERSize | DERLengthOfEncodedSequence (DERTag topTag, const void *src, DERShort numItems, const DERItemSpec *itemSpecs) |
|
◆ DER_ENC_NO_OPTS
#define DER_ENC_NO_OPTS 0x0000 |
◆ DER_ENC_SIGNED_INT
#define DER_ENC_SIGNED_INT 0x0100 |
◆ DER_ENC_WRITE_DER
#define DER_ENC_WRITE_DER 0x0200 |
◆ DER_MAX_ENCODED_SIZE
#define DER_MAX_ENCODED_SIZE |
( |
| len | ) |
|
◆ DEREncodeItem()
◆ DEREncodeLength()
◆ DEREncodeSequence()
◆ DERLengthOfEncodedSequence()
◆ DERLengthOfItem()
◆ DERLengthOfLength()