PolarSSL v1.3.1
Data Fields
pk_context Struct Reference

Public key container. More...

#include <pk.h>

Collaboration diagram for pk_context:
Collaboration graph
[legend]

Data Fields

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

Detailed Description

Public key container.

Definition at line 177 of file pk.h.

Field Documentation

void* pk_context::pk_ctx

Underlying public key context.

Definition at line 180 of file pk.h.

const pk_info_t* pk_context::pk_info

Public key informations.

Definition at line 179 of file pk.h.


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