Public key container. More...
#include <pk.h>

Data Fields | |
| const pk_info_t * | pk_info |
| Public key informations. | |
| void * | pk_ctx |
| Underlying public key context. | |
Public key container.
Definition at line 177 of file pk.h.
| void* pk_context::pk_ctx |
Underlying public key context.
Definition at line 180 of file pk.h.
Referenced by pk_debug(), pk_decrypt(), pk_encrypt(), pk_free(), pk_get_size(), pk_init(), pk_init_ctx(), pk_init_ctx_rsa_alt(), pk_sign(), and pk_verify().
| const pk_info_t* pk_context::pk_info |
Public key informations.
Definition at line 179 of file pk.h.
Referenced by pk_can_do(), pk_debug(), pk_decrypt(), pk_encrypt(), pk_free(), pk_get_name(), pk_get_size(), pk_get_type(), pk_init(), pk_init_ctx(), pk_init_ctx_rsa_alt(), pk_sign(), and pk_verify().
1.6.1