Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

mbedtls_pk_restart_ctx Struct Reference

mbedtls_pk_restart_ctx Struct Reference

Context for resuming operations. More...

#include <pk.h>

Data Fields

const mbedtls_pk_info_tpk_info
 Public key information.
void * rs_ctx
 Underlying restart context.

Detailed Description

Context for resuming operations.

Definition at line 145 of file pk.h.


Field Documentation

Public key information.

Definition at line 147 of file pk.h.

void* rs_ctx

Underlying restart context.

Definition at line 148 of file pk.h.