Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
ecdh_session_key Struct Reference

#include <yubihsm_pkcs11.h>

Collaboration diagram for ecdh_session_key:

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.
 

Detailed Description

Definition at line 122 of file yubihsm_pkcs11.h.

Member Data Documentation

◆ ecdh_key

uint8_t ecdh_session_key::ecdh_key[ECDH_KEY_BUF_SIZE]

Definition at line 126 of file yubihsm_pkcs11.h.

◆ id

CK_OBJECT_HANDLE ecdh_session_key::id

Definition at line 124 of file yubihsm_pkcs11.h.

◆ label

char ecdh_session_key::label[YH_OBJ_LABEL_LEN+1]

Definition at line 130 of file yubihsm_pkcs11.h.

◆ len

size_t ecdh_session_key::len

Definition at line 128 of file yubihsm_pkcs11.h.


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