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

#include <yubihsm_pkcs11.h>

Collaboration diagram for yubihsm_pkcs11_slot:

Public Attributes

uint16_t id
 
uint16_t max_session_id
 
char * connector_name
 
yh_connectorconnector
 
yh_sessiondevice_session
 
List pkcs11_sessions
 
yubihsm_pkcs11_object_desc objects [YH_MAX_ITEMS_COUNT]
 
yh_algorithm algorithms [YH_MAX_ALGORITHM_COUNT]
 
size_t n_algorithms
 
void * mutex
 

Detailed Description

Definition at line 150 of file yubihsm_pkcs11.h.

Member Data Documentation

◆ algorithms

yh_algorithm yubihsm_pkcs11_slot::algorithms[YH_MAX_ALGORITHM_COUNT]

Definition at line 158 of file yubihsm_pkcs11.h.

◆ connector

yh_connector* yubihsm_pkcs11_slot::connector

Definition at line 154 of file yubihsm_pkcs11.h.

◆ connector_name

char* yubihsm_pkcs11_slot::connector_name

Definition at line 153 of file yubihsm_pkcs11.h.

◆ device_session

yh_session* yubihsm_pkcs11_slot::device_session

Definition at line 155 of file yubihsm_pkcs11.h.

◆ id

uint16_t yubihsm_pkcs11_slot::id

Definition at line 151 of file yubihsm_pkcs11.h.

◆ max_session_id

uint16_t yubihsm_pkcs11_slot::max_session_id

Definition at line 152 of file yubihsm_pkcs11.h.

◆ mutex

void* yubihsm_pkcs11_slot::mutex

Definition at line 160 of file yubihsm_pkcs11.h.

◆ n_algorithms

size_t yubihsm_pkcs11_slot::n_algorithms

Definition at line 159 of file yubihsm_pkcs11.h.

◆ objects

yubihsm_pkcs11_object_desc yubihsm_pkcs11_slot::objects[YH_MAX_ITEMS_COUNT]

Definition at line 157 of file yubihsm_pkcs11.h.

◆ pkcs11_sessions

List yubihsm_pkcs11_slot::pkcs11_sessions

Definition at line 156 of file yubihsm_pkcs11.h.


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