Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/
H A Dmxsimage.c163 uint8_t image_key[16]; member
211 iv = ictx->image_key; in sb_aes_init()
214 ret = EVP_CipherInit(ctx, EVP_aes_128_cbc(), ictx->image_key, iv, enc); in sb_aes_init()
344 sb_aes_crypt(ictx, ictx->image_key, ictx->sb_dict_key.key, in sb_encrypt_key_dictionary_key()
354 sb_aes_crypt(ictx, ictx->sb_dict_key.key, ictx->image_key, in sb_decrypt_key_dictionary_key()