Lines Matching full:aes
26 #define TOKVER_CCA_AES 0x04 /* CCA AES key token */
57 /* inside view of a variable length symmetric cipher AES key token */
81 /* AES-128 512 640 */
82 /* AES-192 576 640 */
83 /* AES-256 640 640 */
85 u8 algtype; /* 0x02 for AES cipher */
106 u8 wtype; /* wrapping method, 0x00 clear, 0x01 AES */
122 /* Some defines for the CCA AES cipherkeytoken kmf1 field */
133 * Simple check if the token is a valid CCA secure AES data key
141 * Simple check if the token is a valid CCA secure AES cipher key
160 * Generate (random) CCA AES DATA secure key.
165 * Generate CCA AES DATA secure key with given clear key value.
171 * Derive proteced key from an CCA AES DATA secure key.
178 * Generate (random) CCA AES CIPHER secure key.
184 * Derive proteced key from CCA AES cipher secure key.
190 * Build CCA AES CIPHER secure key with a given clear key value.
212 * Works with CCA AES data and cipher keys.
230 * 0 = AES_MK_SET - AES MK set, 1 = APKA MK_SET - APKA MK set
257 u64 new_aes_mkvp; /* truncated sha256 of new aes master key */
258 u64 cur_aes_mkvp; /* truncated sha256 of current aes master key */
259 u64 old_aes_mkvp; /* truncated sha256 of old aes master key */