Example program to test AES-GCM functionality. Used for a workshop

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

pem_context Struct Reference

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* buf

buffer for decoded data

Definition at line 59 of file pem.h.

size_t buflen

length of the buffer

Definition at line 60 of file pem.h.

unsigned char* info

buffer for extra header information

Definition at line 61 of file pem.h.