Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
H A Dzcrypt_ccamisc.c635 struct cpacfkeyblock { in cca_sec2protkey() struct
636 u8 version; /* version of this struct */ in cca_sec2protkey()
637 u8 flags[2]; in cca_sec2protkey()
638 u8 algo; in cca_sec2protkey()
639 u8 form; in cca_sec2protkey()
640 u8 pad1[3]; in cca_sec2protkey()
641 u16 len; in cca_sec2protkey()
642 u8 key[64]; /* the key (len bytes) */ in cca_sec2protkey()
643 u16 keyattrlen; in cca_sec2protkey()
644 u8 keyattr[32]; in cca_sec2protkey()
[all …]