mbed TLS v3.1.0
Data Fields
mbedtls_pk_restart_ctx Struct Reference

Context for resuming operations. More...

#include <pk.h>

Data Fields

const mbedtls_pk_info_tprivate_pk_info
 
void * private_rs_ctx
 

Detailed Description

Context for resuming operations.

Definition at line 209 of file pk.h.

Field Documentation

const mbedtls_pk_info_t* mbedtls_pk_restart_ctx::private_pk_info

Public key information

Definition at line 211 of file pk.h.

void* mbedtls_pk_restart_ctx::private_rs_ctx

Underlying restart context

Definition at line 212 of file pk.h.


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