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 320 /* max EP11 AES key blob size */
62 /* keygenflags defines for CCA AES cipher keys */
78 /* Struct to hold a CCA AES secure key blob */
90 /* Struct to hold an AES clear key value */
110 * Generate CCA AES secure key.
121 * Construct CCA AES secure key from clear key value
133 * Fabricate AES protected key from a CCA AES secure key
144 * Fabricate AES protected key from clear key value
155 * Verification Pattern provided inside a CCA AES secure key.
174 * Verify the given CCA AES secure key for being able to be usable with
179 * only AES), flag if key is wrapped with an old MKVP.
189 #define PKEY_VERIFY_ATTR_AES 0x00000001 /* key is an AES key */
193 * Generate AES random protected key.
203 * Verify an AES protected key.
223 * Generate CCA AES secure key, CCA AES cipher key or EP11 AES secure key.
237 * The keygenflag argument for generating an EP11 AES key should either be 0
255 * Construct an CCA AES secure key, CCA AES cipher key or EP11 AES secure
270 * The keygenflag argument for generating an EP11 AES key should either be 0
295 * For CCA AES secure keys and CCA AES cipher keys this means to check
302 * CCA AES secure keys are also checked to have the CPACF export allowed
348 * Is able to find out which type of secure key is given (CCA AES secure
349 * key, CCA AES cipher key, CCA ECC private key, EP11 AES key, EP11 ECC private
351 * other criterias (like CCA AES cipher keys need a CEX5C or higher, EP11 keys
388 * cipher key) the first 8 bytes of cur_mkvp refer to the current AES mkvp value
389 * of the apqn and the first 8 bytes of the alt_mkvp refer to the old AES mkvp.