Home
last modified time | relevance | path

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

/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/
H A Dhash.h51 int hash_data_insert_binary_checksum(char* d, unsigned int function, unsigned char* checksum);
H A Dhash.c492 int hash_data_insert_binary_checksum(char* d, unsigned int function, UINT8* checksum) in hash_data_insert_binary_checksum() function
H A Dcommon.c1861 hash_data_insert_binary_checksum(acthash, HASH_MD5, header.md5); in process_disk_entries()
1862 hash_data_insert_binary_checksum(acthash, HASH_SHA1, header.sha1); in process_disk_entries()
H A Dfileio.c1020 hash_data_insert_binary_checksum(file.hash, HASH_CRC, crcs); in generic_fopen()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/
H A Dhash.h51 int hash_data_insert_binary_checksum(char* d, unsigned int function, unsigned char* checksum);
H A Dhash.c492 int hash_data_insert_binary_checksum(char* d, unsigned int function, UINT8* checksum) in hash_data_insert_binary_checksum() function
H A Dcommon.c1861 hash_data_insert_binary_checksum(acthash, HASH_MD5, header.md5); in process_disk_entries()
1862 hash_data_insert_binary_checksum(acthash, HASH_SHA1, header.sha1); in process_disk_entries()
H A Dfileio.c1019 hash_data_insert_binary_checksum(file.hash, HASH_CRC, crcs); in generic_fopen()