Lines Matching full:protected
24 #define PROTKEYBLOBSIZE 80 /* protected key blob size is always 80 bytes */
25 #define MAXPROTKEYSIZE 64 /* a protected key blob may be up to 64 bytes */
94 /* Struct to hold protected key and length info */
98 __u8 protkey[MAXPROTKEYSIZE]; /* the protected key blob */
146 * Fabricate AES protected key from a CCA AES secure key
152 struct pkey_protkey protkey; /* out: the protected key */
158 * Fabricate AES protected key from clear key value
163 struct pkey_protkey protkey; /* out: the protected key */
185 struct pkey_protkey protkey; /* out: the protected key */
211 * Generate AES random protected key.
215 struct pkey_protkey protkey; /* out: the protected key */
221 * Verify an AES protected key.
224 struct pkey_protkey protkey; /* in: the protected key to verify */
230 * Transform an key blob (of any type) into a protected key
235 struct pkey_protkey protkey; /* out: the protected key */
347 * Transform a key blob into a protected key, version 2.
356 * Deriving ECC protected keys from ECC secure keys is not supported with
364 struct pkey_protkey protkey; /* out: the protected key */
447 * Transform a key blob into a protected key, version 3.
448 * The difference to version 2 of this ioctl is that the protected key
451 * provide ECC protected keys.