Hannes Tschofenig / Mbed 2 deprecated aes-gcm-test-program

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

pk_context Struct Reference

pk_context Struct Reference

Public key container. More...

#include <pk.h>

Data Fields

const pk_info_tpk_info
 Public key informations.
void * pk_ctx
 Underlying public key context.

Detailed Description

Public key container.

Definition at line 182 of file pk.h.


Field Documentation

void* pk_ctx

Underlying public key context.

Definition at line 185 of file pk.h.

Public key informations.

Definition at line 184 of file pk.h.