Wire Sysio Wire Sysion 1.0.0
|
#include <yubihsm_pkcs11.h>
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 | ||
}; | ||
Definition at line 107 of file yubihsm_pkcs11.h.
union { ... } mechanism |
uint8_t mechanism::label[64] |
Definition at line 111 of file yubihsm_pkcs11.h.
unsigned int mechanism::label_len |
Definition at line 112 of file yubihsm_pkcs11.h.
CK_MECHANISM_TYPE mechanism::mechanism |
Definition at line 108 of file yubihsm_pkcs11.h.
yh_algorithm mechanism::mgf1Algo |
Definition at line 113 of file yubihsm_pkcs11.h.
struct { ... } mechanism::oaep |
struct { ... } mechanism::pss |
uint16_t mechanism::salt_len |
Definition at line 116 of file yubihsm_pkcs11.h.