Home
last modified time | relevance | path

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

/dports/net/nepenthes/nepenthes-0.2.2/modules/submit-gotek/
H A DgotekCTRLDialogue.cpp128 byte hashme[1032]; in incomingData() local
129 memset(hashme,0,1032); in incomingData()
132 memcpy(hashme,g_GotekSubmitHandler->getCommunityKey(),1024); in incomingData()
133 memcpy(hashme+1024,sessionkey,8); in incomingData()
136 g_Nepenthes->getUtilities()->sha512(hashme, 1032, hash); in incomingData()
H A DgotekDATADialogue.cpp173 byte hashme[1032]; in incomingData() local
174 memset(hashme,0,1032); in incomingData()
177 memcpy(hashme,g_GotekSubmitHandler->getCommunityKey(),1024); in incomingData()
178 memcpy(hashme+1024,&sessionkey,8); in incomingData()
179 g_Nepenthes->getUtilities()->sha512(hashme, 1032, hash); in incomingData()
/dports/security/nikto/nikto-2.1.6/program/plugins/
H A Dnikto_tests.plugin97 my ($positive, $hashme) = 0;
104 $hashme = 1;
111 $hashme = 1;
118 $hashme = 1;
125 $hashme = 1;
132 $hashme = 1;
136 if ($hashme) {
/dports/security/clamav/clamav-0.104.2/libclamav/
H A Dpe.c535 const void *hashme; in cli_hashsect() local
543 if (!(hashme = fmap_need_off_once(map, s->raw, s->rsz))) { in cli_hashsect()
549 cl_hash_data("md5", hashme, s->rsz, digest[CLI_HASH_MD5], NULL); in cli_hashsect()
551 cl_sha1(hashme, s->rsz, digest[CLI_HASH_SHA1], NULL); in cli_hashsect()
553 cl_sha256(hashme, s->rsz, digest[CLI_HASH_SHA256], NULL); in cli_hashsect()
598 const void *hashme = fmap_need_off_once(ctx->fmap, exe_section->raw, exe_section->rsz); in scan_pe_mdb() local
599 if (!(hashme)) { in scan_pe_mdb()
612 cl_hash_data("md5", hashme, exe_section->rsz, md5, NULL); in scan_pe_mdb()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/
H A Dpe.c537 const void *hashme; in cli_hashsect() local
545 if (!(hashme = fmap_need_off_once(map, s->raw, s->rsz))) { in cli_hashsect()
551 cl_hash_data("md5", hashme, s->rsz, digest[CLI_HASH_MD5], NULL); in cli_hashsect()
553 cl_sha1(hashme, s->rsz, digest[CLI_HASH_SHA1], NULL); in cli_hashsect()
555 cl_sha256(hashme, s->rsz, digest[CLI_HASH_SHA256], NULL); in cli_hashsect()
600 const void *hashme = fmap_need_off_once(ctx->fmap, exe_section->raw, exe_section->rsz); in scan_pe_mdb() local
601 if (!(hashme)) { in scan_pe_mdb()
614 cl_hash_data("md5", hashme, exe_section->rsz, md5, NULL); in scan_pe_mdb()