Searched refs:bl1_2_hash_file (Results 1 – 1 of 1) sorted by relevance
17 FILE *bl1_2_hash_file; in load_bl1_2_hash() local20 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()