ReactOS 0.4.15-dev-7994-gb388cb6
mbedtls_pk_context Struct Reference

Public key container. More...

#include <pk.h>

Collaboration diagram for mbedtls_pk_context:

Public Attributes

const mbedtls_pk_info_tpk_info
 
voidpk_ctx
 

Detailed Description

Public key container.

Definition at line 155 of file pk.h.

Member Data Documentation

◆ pk_ctx

void* mbedtls_pk_context::pk_ctx

Underlying public key context

Definition at line 158 of file pk.h.

◆ pk_info

const mbedtls_pk_info_t* mbedtls_pk_context::pk_info

Public key information

Definition at line 157 of file pk.h.


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