Daiki Kato / mbed-os-lychee

Dependents:   mbed-os-example-blinky-gr-lychee GR-Boads_Camera_sample GR-Boards_Audio_Recoder GR-Boads_Camera_DisplayApp ... more

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 informations.
void * pk_ctx
 Underlying public key context.

Detailed Description

Public key container.

Definition at line 126 of file pk.h.


Field Documentation

void* pk_ctx

Underlying public key context.

Definition at line 129 of file pk.h.

Public key informations.

Definition at line 128 of file pk.h.