mbed TLS v2.24.0
Data Fields
mbedtls_pk_restart_ctx Struct Reference

Context for resuming operations. More...

#include <pk.h>

Data Fields

const mbedtls_pk_info_tpk_info
 
void * rs_ctx
 

Detailed Description

Context for resuming operations.

Definition at line 195 of file pk.h.

Field Documentation

const mbedtls_pk_info_t* mbedtls_pk_restart_ctx::pk_info

Public key information

Definition at line 197 of file pk.h.

void* mbedtls_pk_restart_ctx::rs_ctx

Underlying restart context

Definition at line 198 of file pk.h.


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