Item to send to the debug module. More...
#include <pk.h>
Data Fields | |
pk_debug_type | type |
const char * | name |
void * | value |
Item to send to the debug module.
Definition at line 112 of file pk.h.
const char* pk_debug_item::name |
Definition at line 115 of file pk.h.
Referenced by eckey_debug(), and rsa_debug().
Definition at line 114 of file pk.h.
Referenced by eckey_debug(), and rsa_debug().
void* pk_debug_item::value |
Definition at line 116 of file pk.h.
Referenced by eckey_debug(), and rsa_debug().