Home
last modified time | relevance | path

Searched refs:AES_KEY_BYTE_LEN (Results 1 – 1 of 1) sorted by relevance

/rk3399_ARM-atf/tools/marvell/doimage/
H A Ddoimage.c42 #define AES_KEY_BYTE_LEN (AES_KEY_BIT_LEN >> 3) macro
142 uint8_t aes_key[AES_KEY_BYTE_LEN];
924 for (index = 0; index < AES_KEY_BYTE_LEN; index++) { in format_sec_ext()