Searched refs:hash_len (Results 1 - 2 of 2) sorted by relevance

/seL4-refos-master/seL4_tools/elfloader-tool/src/
H A Dcommon.c169 int hash_len = 32; local
172 int hash_len = 16; local
176 uint8_t calculated_hash[hash_len];
180 print_hash(print_hash_pointer, hash_len);
186 print_hash(calculated_hash, hash_len);
189 if (strncmp((char *)file_hash, (char *)calculated_hash, hash_len) != 0) {
/seL4-refos-master/tools/elfloader/src/
H A Dcommon.c169 int hash_len = 32; local
172 int hash_len = 16; local
176 uint8_t calculated_hash[hash_len];
180 print_hash(print_hash_pointer, hash_len);
186 print_hash(calculated_hash, hash_len);
189 if (strncmp((char *)file_hash, (char *)calculated_hash, hash_len) != 0) {

Completed in 28 milliseconds