Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

mbedtls_pk_context Struct Reference

mbedtls_pk_context Struct Reference

Public key container. More...

#include <pk.h>

Data Fields

const mbedtls_pk_info_tpk_info
 Public key information.
void * pk_ctx
 Underlying public key context.

Detailed Description

Public key container.

Definition at line 135 of file pk.h.


Field Documentation

void* pk_ctx

Underlying public key context.

Definition at line 138 of file pk.h.

Public key information.

Definition at line 137 of file pk.h.