Home
last modified time | relevance | path

Searched defs:eccprivkeytoken (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/drivers/s390/crypto/
Dzcrypt_ccamisc.h98 struct eccprivkeytoken { struct
99 u8 type; /* 0x1f for internal asym key token */
100 u8 version; /* should be 0x00 */
101 u16 len; /* total key token length in bytes */
102 u8 res1[4];
103 u8 secid; /* 0x20 for ECC priv key section marker */
104 u8 secver; /* section version */
105 u16 seclen; /* section length */
106 u8 wtype; /* wrapping method, 0x00 clear, 0x01 AES */
107 u8 htype; /* hash method, 0x02 for SHA-256 */
[all …]