Searched refs:image_key (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/tools/ |
D | mxsimage.c | 164 uint8_t image_key[16]; member 212 iv = ictx->image_key; in sb_aes_init() 215 ret = EVP_CipherInit(ctx, EVP_aes_128_cbc(), ictx->image_key, iv, enc); in sb_aes_init() 345 sb_aes_crypt(ictx, ictx->image_key, ictx->sb_dict_key.key, in sb_encrypt_key_dictionary_key() 355 sb_aes_crypt(ictx, ictx->sb_dict_key.key, ictx->image_key, in sb_decrypt_key_dictionary_key()
|