Lines Matching defs:cpacfkeyblock

635 			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()
645 u8 pad2[1]; in cca_sec2protkey()
646 u8 vptype; in cca_sec2protkey()
647 u8 vp[32]; /* verification pattern */ in cca_sec2protkey()
1244 struct cpacfkeyblock { in cca_cipher2protkey() struct
1245 u8 version; /* version of this struct */ in cca_cipher2protkey()
1246 u8 flags[2]; in cca_cipher2protkey()
1247 u8 algo; in cca_cipher2protkey()
1248 u8 form; in cca_cipher2protkey()
1249 u8 pad1[3]; in cca_cipher2protkey()
1250 u16 keylen; in cca_cipher2protkey()
1251 u8 key[64]; /* the key (keylen bytes) */ in cca_cipher2protkey()
1252 u16 keyattrlen; in cca_cipher2protkey()
1253 u8 keyattr[32]; in cca_cipher2protkey()
1254 u8 pad2[1]; in cca_cipher2protkey()
1255 u8 vptype; in cca_cipher2protkey()
1256 u8 vp[32]; /* verification pattern */ in cca_cipher2protkey()
1410 struct cpacfkeyblock { in cca_ecc2protkey() struct
1411 u8 version; /* version of this struct */ in cca_ecc2protkey()
1412 u8 flags[2]; in cca_ecc2protkey()
1413 u8 algo; in cca_ecc2protkey()
1414 u8 form; in cca_ecc2protkey()
1415 u8 pad1[3]; in cca_ecc2protkey()
1416 u16 keylen; in cca_ecc2protkey()
1417 u8 key[]; /* the key (keylen bytes) */ in cca_ecc2protkey()