Wire Sysio Wire Sysion 1.0.0
|
#include <yubihsm_pkcs11.h>
Public Attributes | |
CK_OBJECT_HANDLE | id |
uint8_t | ecdh_key [ECDH_KEY_BUF_SIZE] |
The key itself. | |
size_t | len |
The length of the key. | |
char | label [YH_OBJ_LABEL_LEN+1] |
Object label. | |
Definition at line 122 of file yubihsm_pkcs11.h.
uint8_t ecdh_session_key::ecdh_key[ECDH_KEY_BUF_SIZE] |
Definition at line 126 of file yubihsm_pkcs11.h.
CK_OBJECT_HANDLE ecdh_session_key::id |
Definition at line 124 of file yubihsm_pkcs11.h.
char ecdh_session_key::label[YH_OBJ_LABEL_LEN+1] |
Definition at line 130 of file yubihsm_pkcs11.h.
size_t ecdh_session_key::len |
Definition at line 128 of file yubihsm_pkcs11.h.