PEM context structure. More...
#include <pem.h>
Data Fields | |
unsigned char * | buf |
size_t | buflen |
unsigned char * | info |
PEM context structure.
Definition at line 57 of file pem.h.
unsigned char* pem_context::buf |
buffer for decoded data
Definition at line 59 of file pem.h.
Referenced by dhm_parse_dhm(), pem_free(), pem_read_buffer(), pk_parse_key(), pk_parse_public_key(), x509_crl_parse(), x509_crt_parse(), and x509_csr_parse().
size_t pem_context::buflen |
length of the buffer
Definition at line 60 of file pem.h.
Referenced by dhm_parse_dhm(), pem_read_buffer(), pk_parse_key(), pk_parse_public_key(), x509_crl_parse(), x509_crt_parse(), and x509_csr_parse().
unsigned char* pem_context::info |