Mbed OS Reference
Loading...
Searching...
No Matches
mbedtls_pk_context Struct Reference

Public key container. More...

#include <pk.h>

Data Fields

const mbedtls_pk_info_tpk_info
 Public key information
More...
 
void * pk_ctx
 Underlying public key context
More...
 

Detailed Description

Public key container.

Definition at line 185 of file pk.h.

Field Documentation

◆ pk_info

const mbedtls_pk_info_t* pk_info

Public key information

Definition at line 187 of file pk.h.

◆ pk_ctx

void* pk_ctx

Underlying public key context

Definition at line 188 of file pk.h.