mbed TLS v2.2.0
Data Fields
mbedtls_pk_context Struct Reference

Detailed Description

Public key container.

Definition at line 126 of file pk.h.

#include <pk.h>

Collaboration diagram for mbedtls_pk_context:
Collaboration graph
[legend]

Data Fields

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

Field Documentation

void* mbedtls_pk_context::pk_ctx

Underlying public key context.

Definition at line 129 of file pk.h.

const mbedtls_pk_info_t* mbedtls_pk_context::pk_info

Public key informations.

Definition at line 128 of file pk.h.


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