Home
last modified time | relevance | path

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

/u-boot/tools/
A Dmxsimage.c181 struct sb_key_dictionary_key sb_dict_key; member
334 ictx->sb_dict_key.cbc_mac, size); in sb_encrypt_sb_sections_header()
346 sizeof(ictx->sb_dict_key.key)); in sb_encrypt_key_dictionary_key()
347 EVP_DigestUpdate(md_ctx, &ictx->sb_dict_key, sizeof(ictx->sb_dict_key)); in sb_encrypt_key_dictionary_key()
354 EVP_DigestUpdate(md_ctx, &ictx->sb_dict_key, sizeof(ictx->sb_dict_key)); in sb_decrypt_key_dictionary_key()
356 sizeof(ictx->sb_dict_key.key)); in sb_decrypt_key_dictionary_key()
1973 size = fread(&ictx->sb_dict_key, 1, sizeof(ictx->sb_dict_key), fp); in sb_verify_sections_cmds()
1974 if (size != sizeof(ictx->sb_dict_key)) { in sb_verify_sections_cmds()
2258 struct sb_key_dictionary_key *sb_dict_key = &ictx->sb_dict_key; in sb_build_image() local
2288 memcpy(iptr, sb_dict_key, sizeof(*sb_dict_key)); in sb_build_image()
[all …]

Completed in 7 milliseconds