Mbed TLS v3.6.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
mbedtls_pk_context Struct Reference

Public key container. More...

#include <pk.h>

Collaboration diagram for mbedtls_pk_context:
Collaboration graph
[legend]

Data Fields

const mbedtls_pk_info_tprivate_pk_info
 
void * private_pk_ctx
 
mbedtls_svc_key_id_t private_priv_id
 

Detailed Description

Public key container.

Definition at line 220 of file pk.h.

Field Documentation

void* mbedtls_pk_context::private_pk_ctx

Underlying public key context

Definition at line 222 of file pk.h.

const mbedtls_pk_info_t* mbedtls_pk_context::private_pk_info

Public key information

Definition at line 221 of file pk.h.

mbedtls_svc_key_id_t mbedtls_pk_context::private_priv_id

Key ID for opaque keys

Definition at line 237 of file pk.h.


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