pem_context Struct Reference

PEM context structure. More...

#include <pem.h>

Data Fields

unsigned char * buf
size_t buflen
unsigned char * info

Detailed Description

PEM context structure.

Definition at line 57 of file pem.h.


Field Documentation

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().

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

buffer for extra header information

Definition at line 61 of file pem.h.

Referenced by pem_free().


The documentation for this struct was generated from the following file:

Generated on 9 Apr 2014 for PolarSSL v1.3.2 by  doxygen 1.6.1