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

#include <yubihsm_pkcs11.h>

Collaboration diagram for mechanism:

Public Attributes

CK_MECHANISM_TYPE mechanism
 
union { 
 
   struct { 
 
      uint8_t   label [64] 
 
      unsigned int   label_len 
 
      yh_algorithm   mgf1Algo 
 
   }   oaep 
 
   struct { 
 
      uint16_t   salt_len 
 
      yh_algorithm   mgf1Algo 
 
   }   pss 
 
};  
 

Detailed Description

Definition at line 107 of file yubihsm_pkcs11.h.

Member Data Documentation

◆ [union]

union { ... } mechanism

◆ label

uint8_t mechanism::label[64]

Definition at line 111 of file yubihsm_pkcs11.h.

◆ label_len

unsigned int mechanism::label_len

Definition at line 112 of file yubihsm_pkcs11.h.

◆ mechanism

CK_MECHANISM_TYPE mechanism::mechanism

Definition at line 108 of file yubihsm_pkcs11.h.

◆ mgf1Algo

yh_algorithm mechanism::mgf1Algo

Definition at line 113 of file yubihsm_pkcs11.h.

◆ [struct]

struct { ... } mechanism::oaep

◆ [struct]

struct { ... } mechanism::pss

◆ salt_len

uint16_t mechanism::salt_len

Definition at line 116 of file yubihsm_pkcs11.h.


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