Searched defs:pkey_protkey (Results 1 – 2 of 2) sorted by relevance
38 struct pkey_protkey { struct39 __u32 type; /* key type, one of the PKEY_KEYTYPE values */40 __u32 len; /* bytes actually stored in protkey[] */41 __u8 protkey[MAXPROTKEYSIZE]; /* the protected key blob */
84 struct pkey_protkey { struct85 __u32 type; /* key type, one of the PKEY_KEYTYPE_AES values */86 __u32 len; /* bytes actually stored in protkey[] */87 __u8 protkey[MAXPROTKEYSIZE]; /* the protected key blob */