|
Wire Sysio Wire Sysion 1.0.0
|
#include <yubihsm_pkcs11.h>

Public Attributes | |
| EVP_MD_CTX * | md_ctx |
| const EVP_MD * | md |
| int | padding |
| unsigned long | saltLen |
| const EVP_MD * | mgf1md |
| uint16_t | key_id |
| CK_ULONG | key_len |
Definition at line 88 of file yubihsm_pkcs11.h.
| uint16_t verify_info::key_id |
Definition at line 94 of file yubihsm_pkcs11.h.
| CK_ULONG verify_info::key_len |
Definition at line 95 of file yubihsm_pkcs11.h.
| const EVP_MD* verify_info::md |
Definition at line 90 of file yubihsm_pkcs11.h.
| EVP_MD_CTX* verify_info::md_ctx |
Definition at line 89 of file yubihsm_pkcs11.h.
| const EVP_MD* verify_info::mgf1md |
Definition at line 93 of file yubihsm_pkcs11.h.
| int verify_info::padding |
Definition at line 91 of file yubihsm_pkcs11.h.
| unsigned long verify_info::saltLen |
Definition at line 92 of file yubihsm_pkcs11.h.