ReactOS 0.4.15-dev-7924-g5949c20
mbedtls_pk_debug_item Struct Reference

Item to send to the debug module. More...

#include <pk.h>

Collaboration diagram for mbedtls_pk_debug_item:

Public Attributes

mbedtls_pk_debug_type type
 
const charname
 
voidvalue
 

Detailed Description

Item to send to the debug module.

Definition at line 137 of file pk.h.

Member Data Documentation

◆ name

const char* mbedtls_pk_debug_item::name

Definition at line 140 of file pk.h.

◆ type

mbedtls_pk_debug_type mbedtls_pk_debug_item::type

Definition at line 139 of file pk.h.

◆ value

void* mbedtls_pk_debug_item::value

Definition at line 141 of file pk.h.


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