Mbed TLS v2.28.8
Loading...
Searching...
No Matches
mbedtls_pk_context Struct Reference

Public key container. More...

#include <pk.h>

Data Fields

const mbedtls_pk_info_tpk_info
 
void * pk_ctx
 

Detailed Description

Public key container.

Definition at line 185 of file pk.h.

Field Documentation

◆ pk_ctx

void* mbedtls_pk_context::pk_ctx

Underlying public key context

Definition at line 187 of file pk.h.

◆ pk_info

const mbedtls_pk_info_t* mbedtls_pk_context::pk_info

Public key information

Definition at line 186 of file pk.h.


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