Home
last modified time | relevance | path

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

/dports/security/md5deep/hashdeep-cd2ed74/src/
H A Dfiles.cpp91 #define HASH_STRING_LENGTH (hashes[opt_md5deep_mode_algorithm].bit_length/4)
215 return algorithm_t::valid_hash(opt_md5deep_mode_algorithm,buf); in find_plain_hash()
314 return algorithm_t::valid_hash(opt_md5deep_mode_algorithm,buf); in find_rigid_hash()
387 if (opt_md5deep_mode_algorithm == alg_md5){ in identify_hash_file_type()
393 if (opt_md5deep_mode_algorithm == alg_md5 || opt_md5deep_mode_algorithm == alg_sha1) { in identify_hash_file_type()
399 …if (opt_md5deep_mode_algorithm == alg_md5 || opt_md5deep_mode_algorithm == alg_sha1 || opt_md5deep… in identify_hash_file_type()
434 if(opt_md5deep_mode_algorithm == alg_md5) return find_rigid_hash(buf,fn,2,7); in find_hash_in_line()
438 if(opt_md5deep_mode_algorithm == alg_md5) return find_rigid_hash(buf,fn,4,2); in find_hash_in_line()
466 fdt->hash_hex[opt_md5deep_mode_algorithm] = h; in md5deep_add_hash()
539 fdt->hash_hex[opt_md5deep_mode_algorithm] = result; in parse_encase_file()
[all …]
H A Dhash.cpp353 ss << fdht->stat_bytes << "\t" << fdht->hash_hex[opt_md5deep_mode_algorithm]; in hash()
418 ocb->find_hash(opt_md5deep_mode_algorithm, in hash()
419 fdht->hash_hex[opt_md5deep_mode_algorithm], in hash()
H A Ddisplay.cpp459 const file_data_t *fs = known.find_hash(opt_md5deep_mode_algorithm, in md5deep_display_match_result()
460 fdht->hash_hex[opt_md5deep_mode_algorithm], in md5deep_display_match_result()
476 line << fdht->hash_hex[opt_md5deep_mode_algorithm]; in md5deep_display_match_result()
700 line << fmt_size(fdht) << fdht->hash_hex[opt_md5deep_mode_algorithm]; in md5deep_display_hash()
H A Dmain.cpp53 hashid_t opt_md5deep_mode_algorithm = alg_unknown; variable
1309 opt_md5deep_mode_algorithm = hashes[i].id; in main()
H A Dmain.h945 extern hashid_t opt_md5deep_mode_algorithm; // for when we are in MD5DEEP mode