#include <asn1.h>
Data Fields | |
| void * | data |
| Start of data. | |
| size_t | len |
| Length of data. | |
Definition at line 24 of file asn1.h.
| void* asn1_cursor::data |
Start of data.
Definition at line 26 of file asn1.h.
Referenced by asn1_skip(), asn1_start(), tls_new_certificate(), x509_public_key(), and x509_rsa_public_key().
Length of data.
Definition at line 28 of file asn1.h.
Referenced by asn1_enter(), asn1_skip(), asn1_start(), tls_new_certificate(), x509_public_key(), and x509_rsa_public_key().
1.5.7.1