mbed TLS v3.1.0
Data Fields
mbedtls_pk_context Struct Reference

Public key container. More...

#include <pk.h>

Data Fields

const mbedtls_pk_info_tprivate_pk_info
 
void * private_pk_ctx
 

Detailed Description

Public key container.

Definition at line 199 of file pk.h.

Field Documentation

void* mbedtls_pk_context::private_pk_ctx

Underlying public key context

Definition at line 202 of file pk.h.

const mbedtls_pk_info_t* mbedtls_pk_context::private_pk_info

Public key information

Definition at line 201 of file pk.h.


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