Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/platform/ext/target/arm/rse/common/cpak_generator/
Dcpak_generator.c17 FILE *bl1_2_hash_file; in load_bl1_2_hash() local
20 bl1_2_hash_file = fopen(BL1_2_HASH_PATH, "rb"); in load_bl1_2_hash()
21 if (bl1_2_hash_file == NULL) { in load_bl1_2_hash()
25 read_bytes = fread(bl1_2_hash, 1, 32, bl1_2_hash_file); in load_bl1_2_hash()
30 fclose(bl1_2_hash_file); in load_bl1_2_hash()