Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/crypto/
H A Dzcrypt_ccamisc.c609 struct cpacfkeyblock { in cca_sec2protkey() struct
610 u8 version; /* version of this struct */ in cca_sec2protkey()
611 u8 flags[2]; in cca_sec2protkey()
612 u8 algo; in cca_sec2protkey()
613 u8 form; in cca_sec2protkey()
614 u8 pad1[3]; in cca_sec2protkey()
615 u16 len; in cca_sec2protkey()
616 u8 key[64]; /* the key (len bytes) */ in cca_sec2protkey()
617 u16 keyattrlen; in cca_sec2protkey()
618 u8 keyattr[32]; in cca_sec2protkey()
[all …]