libtropic
C library for TROPIC01 chip
|
ASN1 DER parser. More...
#include "libtropic_common.h"
Macros | |
#define | OBJ_ID_CURVEX25519 0x2B656E |
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 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. More... | |