Home
last modified time | relevance | path

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

/external/u-boot/tools/
Dmxsimage.c180 struct sb_key_dictionary_key sb_dict_key; member
333 ictx->sb_dict_key.cbc_mac, size); in sb_encrypt_sb_sections_header()
344 sb_aes_crypt(ictx, ictx->image_key, ictx->sb_dict_key.key, in sb_encrypt_key_dictionary_key()
345 sizeof(ictx->sb_dict_key.key)); in sb_encrypt_key_dictionary_key()
346 EVP_DigestUpdate(md_ctx, &ictx->sb_dict_key, sizeof(ictx->sb_dict_key)); in sb_encrypt_key_dictionary_key()
353 EVP_DigestUpdate(md_ctx, &ictx->sb_dict_key, sizeof(ictx->sb_dict_key)); in sb_decrypt_key_dictionary_key()
354 sb_aes_crypt(ictx, ictx->sb_dict_key.key, ictx->image_key, in sb_decrypt_key_dictionary_key()
355 sizeof(ictx->sb_dict_key.key)); in sb_decrypt_key_dictionary_key()
1972 size = fread(&ictx->sb_dict_key, 1, sizeof(ictx->sb_dict_key), fp); in sb_verify_sections_cmds()
1973 if (size != sizeof(ictx->sb_dict_key)) { in sb_verify_sections_cmds()
[all …]