ASN1 DER parser. More...
#include "libtropic_common.h"
Macros | |
| #define | LT_OBJ_ID_CURVEX25519 0x2B656E |
Typedefs | |
| typedef enum lt_asn1der_obj_kind_t | lt_asn1der_obj_kind_t |
| typedef enum lt_asn1der_crop_kind_t | lt_asn1der_crop_kind_t |
Functions | |
| lt_ret_t | asn1der_find_object (const uint8_t *stream, uint16_t len, int32_t obj_id, uint8_t *buf, int buf_len, enum lt_asn1der_crop_kind_t crop_kind) |
| Parse ASN1 DER encoded stream and find certain OBJECT. Return data from primitve type right after the OBJECT_IDENTIFIER. If multiple objects of the searched OBJECT_KIND are present, return only first one. | |