Lines Matching full:aes

27 #define MAXAESCIPHERKEYSIZE 136  /* our aes cipher keys have always 136 bytes */
28 #define MINEP11AESKEYBLOBSIZE 256 /* min EP11 AES key blob size */
29 #define MAXEP11AESKEYBLOBSIZE 336 /* max EP11 AES key blob size */
73 /* keygenflags defines for CCA AES cipher keys */
89 /* Struct to hold a CCA AES secure key blob */
101 /* Struct to hold an AES clear key value */
121 * Generate CCA AES secure key.
133 * Construct CCA AES secure key from clear key value
146 * Fabricate AES protected key from a CCA AES secure key
158 * Fabricate AES protected key from clear key value
170 * Verification Pattern provided inside a CCA AES secure key.
191 * Verify the given CCA AES secure key for being able to be usable with
196 * only AES), flag if key is wrapped with an old MKVP.
207 #define PKEY_VERIFY_ATTR_AES 0x00000001 /* key is an AES key */
211 * Generate AES random protected key.
221 * Verify an AES protected key.
242 * Generate CCA AES secure key, CCA AES cipher key or EP11 AES secure key.
256 * The keygenflag argument for generating an EP11 AES key should either be 0
275 * Construct an CCA AES secure key, CCA AES cipher key or EP11 AES secure
290 * The keygenflag argument for generating an EP11 AES key should either be 0
316 * For CCA AES secure keys and CCA AES cipher keys this means to check
323 * CCA AES secure keys are also checked to have the CPACF export allowed
371 * Is able to find out which type of secure key is given (CCA AES secure
372 * key, CCA AES cipher key, CCA ECC private key, EP11 AES key, EP11 ECC private
374 * other criteria (like CCA AES cipher keys need a CEX5C or higher, EP11 keys
412 * cipher key) the first 8 bytes of cur_mkvp refer to the current AES mkvp value
413 * of the apqn and the first 8 bytes of the alt_mkvp refer to the old AES mkvp.