Home
last modified time | relevance | path

Searched refs:ntlm_response (Results 1 – 25 of 100) sorted by relevance

1234

/dports/security/nmap/nmap-7.91/nselib/
H A Dsmbauth.lua471 function ntlm_create_mac_key(ntlm_hash, ntlm_response, is_extended)
478 return openssl.md4(ntlm_hash) .. ntlm_response
607 return status, lm_response, ntlm_response
637 local lm_response, ntlm_response
691 status, ntlm_response = ntlm_create_response(ntlm_hash, challenge)
699 ntlm_response = ""
707 status, ntlm_response = ntlm_create_response(ntlm_hash, challenge)
721 ntlm_response = ""
735 status, ntlm_response = ntlm_create_response(ntlm_hash, challenge)
740 stdnse.debug2("SMB: NTLM response: %s", stdnse.tohex(ntlm_response))
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/ntlm/
H A Dntlm.cc220 base::span<uint8_t, kResponseLenV1> ntlm_response) { in GenerateNtlmResponseV1() argument
223 GenerateResponseDesl(ntlm_hash, server_challenge, ntlm_response); in GenerateNtlmResponseV1()
230 base::span<uint8_t, kResponseLenV1> ntlm_response) { in GenerateResponsesV1() argument
231 GenerateNtlmResponseV1(password, server_challenge, ntlm_response); in GenerateResponsesV1()
235 memcpy(lm_response.data(), ntlm_response.data(), kResponseLenV1); in GenerateResponsesV1()
262 base::span<uint8_t, kResponseLenV1> ntlm_response) { in GenerateNtlmResponseV1WithSessionSecurity() argument
274 ntlm_response); in GenerateNtlmResponseV1WithSessionSecurity()
282 base::span<uint8_t, kResponseLenV1> ntlm_response) { in GenerateResponsesV1WithSessionSecurity() argument
285 client_challenge, ntlm_response); in GenerateResponsesV1WithSessionSecurity()
H A Dntlm.h56 base::span<uint8_t, kResponseLenV1> ntlm_response);
73 base::span<uint8_t, kResponseLenV1> ntlm_response);
100 base::span<uint8_t, kResponseLenV1> ntlm_response);
112 base::span<uint8_t, kResponseLenV1> ntlm_response);
H A Dntlm_unittest.cc124 uint8_t ntlm_response[kResponseLenV1]; in TEST() local
126 ntlm_response); in TEST()
129 0, memcmp(test::kExpectedNtlmResponseV1, ntlm_response, kResponseLenV1)); in TEST()
142 uint8_t ntlm_response[kResponseLenV1]; in TEST() local
145 lm_response, ntlm_response); in TEST()
149 ASSERT_EQ(0, memcmp(test::kExpectedNtlmResponseWithV1SS, ntlm_response, in TEST()
H A Dntlm_client.cc78 base::span<const uint8_t, kResponseLenV1> ntlm_response) { in WriteResponsePayloads() argument
80 authenticate_writer->WriteBytes(ntlm_response); in WriteResponsePayloads()
196 uint8_t ntlm_response[kResponseLenV1]; in GenerateAuthenticateMessage() local
238 ntlm_response); in GenerateAuthenticateMessage()
297 WriteResponsePayloads(&authenticate_writer, lm_response, ntlm_response); in GenerateAuthenticateMessage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/ntlm/
H A Dntlm.cc223 base::span<uint8_t, kResponseLenV1> ntlm_response) { in GenerateNtlmResponseV1() argument
226 GenerateResponseDesl(ntlm_hash, server_challenge, ntlm_response); in GenerateNtlmResponseV1()
233 base::span<uint8_t, kResponseLenV1> ntlm_response) { in GenerateResponsesV1() argument
234 GenerateNtlmResponseV1(password, server_challenge, ntlm_response); in GenerateResponsesV1()
238 memcpy(lm_response.data(), ntlm_response.data(), kResponseLenV1); in GenerateResponsesV1()
265 base::span<uint8_t, kResponseLenV1> ntlm_response) { in GenerateNtlmResponseV1WithSessionSecurity() argument
277 ntlm_response); in GenerateNtlmResponseV1WithSessionSecurity()
285 base::span<uint8_t, kResponseLenV1> ntlm_response) { in GenerateResponsesV1WithSessionSecurity() argument
288 client_challenge, ntlm_response); in GenerateResponsesV1WithSessionSecurity()
H A Dntlm.h56 base::span<uint8_t, kResponseLenV1> ntlm_response);
73 base::span<uint8_t, kResponseLenV1> ntlm_response);
100 base::span<uint8_t, kResponseLenV1> ntlm_response);
112 base::span<uint8_t, kResponseLenV1> ntlm_response);
H A Dntlm_unittest.cc124 uint8_t ntlm_response[kResponseLenV1]; in TEST() local
126 ntlm_response); in TEST()
129 0, memcmp(test::kExpectedNtlmResponseV1, ntlm_response, kResponseLenV1)); in TEST()
142 uint8_t ntlm_response[kResponseLenV1]; in TEST() local
145 lm_response, ntlm_response); in TEST()
149 ASSERT_EQ(0, memcmp(test::kExpectedNtlmResponseWithV1SS, ntlm_response, in TEST()
H A Dntlm_client.cc78 base::span<const uint8_t, kResponseLenV1> ntlm_response) { in WriteResponsePayloads() argument
80 authenticate_writer->WriteBytes(ntlm_response); in WriteResponsePayloads()
196 uint8_t ntlm_response[kResponseLenV1]; in GenerateAuthenticateMessage() local
238 ntlm_response); in GenerateAuthenticateMessage()
297 WriteResponsePayloads(&authenticate_writer, lm_response, ntlm_response); in GenerateAuthenticateMessage()
/dports/mail/phpmailer/PHPMailer-5.2.28/extras/
H A Dntlm_sasl_client.php88 public function typeMsg3($ntlm_response, $user, $domain, $workstation) argument
102 $ntlm = $ntlm_response;
167 … $ntlm_response = $this->NTLMResponse(substr($response, 24, 8), $this->credentials["password"]);
169 $ntlm_response,
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/all/libraries/phpmailer/extras/
H A Dntlm_sasl_client.php88 public function typeMsg3($ntlm_response, $user, $domain, $workstation) argument
102 $ntlm = $ntlm_response;
167 … $ntlm_response = $this->NTLMResponse(substr($response, 24, 8), $this->credentials["password"]);
169 $ntlm_response,
/dports/www/joomla3/joomla3-3.9.24/libraries/vendor/phpmailer/phpmailer/extras/
H A Dntlm_sasl_client.php88 public function typeMsg3($ntlm_response, $user, $domain, $workstation) argument
102 $ntlm = $ntlm_response;
167 … $ntlm_response = $this->NTLMResponse(substr($response, 24, 8), $this->credentials["password"]);
169 $ntlm_response,
/dports/mail/libesmtp/libesmtp-1.0.6/ntlm/
H A Dclient-ntlm.c51 static const char *ntlm_response (void *ctx,
64 ntlm_response,
109 ntlm_response (void *ctx, const char *challenge, int *len, in ntlm_response() function
/dports/security/openvpn-devel/openvpn-0033811e0215af76f469d78912c95a2f59813454/src/openvpn/
H A Dntlm.c206 uint8_t challenge[8], ntlm_response[24]; in ntlm_phase_3() local
369 cipher_des_encrypt_ecb(key1, challenge, ntlm_response); in ntlm_phase_3()
372 cipher_des_encrypt_ecb(key2, challenge, &ntlm_response[DES_KEY_LENGTH]); in ntlm_phase_3()
376 &ntlm_response[DES_KEY_LENGTH * 2]); in ntlm_phase_3()
392 add_security_buffer(0x14, ntlm_response, 24, phase3, &phase3_bufpos); in ntlm_phase_3()
/dports/security/openvpn/openvpn-2.5.6/src/openvpn/
H A Dntlm.c206 uint8_t challenge[8], ntlm_response[24]; in ntlm_phase_3() local
369 cipher_des_encrypt_ecb(key1, challenge, ntlm_response); in ntlm_phase_3()
372 cipher_des_encrypt_ecb(key2, challenge, &ntlm_response[DES_KEY_LENGTH]); in ntlm_phase_3()
376 &ntlm_response[DES_KEY_LENGTH * 2]); in ntlm_phase_3()
392 add_security_buffer(0x14, ntlm_response, 24, phase3, &phase3_bufpos); in ntlm_phase_3()
/dports/security/openvpn-mbedtls/openvpn-2.5.6/src/openvpn/
H A Dntlm.c206 uint8_t challenge[8], ntlm_response[24]; in ntlm_phase_3() local
369 cipher_des_encrypt_ecb(key1, challenge, ntlm_response); in ntlm_phase_3()
372 cipher_des_encrypt_ecb(key2, challenge, &ntlm_response[DES_KEY_LENGTH]); in ntlm_phase_3()
376 &ntlm_response[DES_KEY_LENGTH * 2]); in ntlm_phase_3()
392 add_security_buffer(0x14, ntlm_response, 24, phase3, &phase3_bufpos); in ntlm_phase_3()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/deps/ntlmclient/
H A Dntlm.c1067 ntlm_des_block key[3], ntlm_response[3]; in generate_ntlm_response() local
1080 if (!ntlm_des_encrypt(&ntlm_response[0], ntlm, challenge, &key[0]) || in generate_ntlm_response()
1081 !ntlm_des_encrypt(&ntlm_response[1], ntlm, challenge, &key[1]) || in generate_ntlm_response()
1082 !ntlm_des_encrypt(&ntlm_response[2], ntlm, challenge, &key[2])) in generate_ntlm_response()
1085 memcpy(&ntlm->ntlm_response[0], ntlm_response[0], 8); in generate_ntlm_response()
1086 memcpy(&ntlm->ntlm_response[8], ntlm_response[1], 8); in generate_ntlm_response()
1087 memcpy(&ntlm->ntlm_response[16], ntlm_response[2], 8); in generate_ntlm_response()
1089 ntlm->ntlm_response_len = sizeof(ntlm->ntlm_response); in generate_ntlm_response()
1345 ntlm->ntlm2_response : ntlm->ntlm_response; in ntlm_client_response()
1417 memset(ntlm->ntlm_response, 0, NTLM_NTLM_RESPONSE_LEN); in ntlm_client_reset()
/dports/devel/git-delta/delta-0.9.2/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/deps/ntlmclient/
H A Dntlm.c1067 ntlm_des_block key[3], ntlm_response[3]; in generate_ntlm_response() local
1080 if (!ntlm_des_encrypt(&ntlm_response[0], ntlm, challenge, &key[0]) || in generate_ntlm_response()
1081 !ntlm_des_encrypt(&ntlm_response[1], ntlm, challenge, &key[1]) || in generate_ntlm_response()
1082 !ntlm_des_encrypt(&ntlm_response[2], ntlm, challenge, &key[2])) in generate_ntlm_response()
1085 memcpy(&ntlm->ntlm_response[0], ntlm_response[0], 8); in generate_ntlm_response()
1086 memcpy(&ntlm->ntlm_response[8], ntlm_response[1], 8); in generate_ntlm_response()
1087 memcpy(&ntlm->ntlm_response[16], ntlm_response[2], 8); in generate_ntlm_response()
1089 ntlm->ntlm_response_len = sizeof(ntlm->ntlm_response); in generate_ntlm_response()
1345 ntlm->ntlm2_response : ntlm->ntlm_response; in ntlm_client_response()
1417 memset(ntlm->ntlm_response, 0, NTLM_NTLM_RESPONSE_LEN); in ntlm_client_reset()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/libgit2-sys-0.12.23+1.2.0/libgit2/deps/ntlmclient/
H A Dntlm.c1067 ntlm_des_block key[3], ntlm_response[3]; in generate_ntlm_response() local
1080 if (!ntlm_des_encrypt(&ntlm_response[0], ntlm, challenge, &key[0]) || in generate_ntlm_response()
1081 !ntlm_des_encrypt(&ntlm_response[1], ntlm, challenge, &key[1]) || in generate_ntlm_response()
1082 !ntlm_des_encrypt(&ntlm_response[2], ntlm, challenge, &key[2])) in generate_ntlm_response()
1085 memcpy(&ntlm->ntlm_response[0], ntlm_response[0], 8); in generate_ntlm_response()
1086 memcpy(&ntlm->ntlm_response[8], ntlm_response[1], 8); in generate_ntlm_response()
1087 memcpy(&ntlm->ntlm_response[16], ntlm_response[2], 8); in generate_ntlm_response()
1089 ntlm->ntlm_response_len = sizeof(ntlm->ntlm_response); in generate_ntlm_response()
1345 ntlm->ntlm2_response : ntlm->ntlm_response; in ntlm_client_response()
1417 memset(ntlm->ntlm_response, 0, NTLM_NTLM_RESPONSE_LEN); in ntlm_client_reset()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libgit2-sys-0.12.26+1.3.0/libgit2/deps/ntlmclient/
H A Dntlm.c1067 ntlm_des_block key[3], ntlm_response[3]; in generate_ntlm_response() local
1080 if (!ntlm_des_encrypt(&ntlm_response[0], ntlm, challenge, &key[0]) || in generate_ntlm_response()
1081 !ntlm_des_encrypt(&ntlm_response[1], ntlm, challenge, &key[1]) || in generate_ntlm_response()
1082 !ntlm_des_encrypt(&ntlm_response[2], ntlm, challenge, &key[2])) in generate_ntlm_response()
1085 memcpy(&ntlm->ntlm_response[0], ntlm_response[0], 8); in generate_ntlm_response()
1086 memcpy(&ntlm->ntlm_response[8], ntlm_response[1], 8); in generate_ntlm_response()
1087 memcpy(&ntlm->ntlm_response[16], ntlm_response[2], 8); in generate_ntlm_response()
1089 ntlm->ntlm_response_len = sizeof(ntlm->ntlm_response); in generate_ntlm_response()
1345 ntlm->ntlm2_response : ntlm->ntlm_response; in ntlm_client_response()
1417 memset(ntlm->ntlm_response, 0, NTLM_NTLM_RESPONSE_LEN); in ntlm_client_reset()
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/deps/ntlmclient/
H A Dntlm.c1067 ntlm_des_block key[3], ntlm_response[3]; in generate_ntlm_response() local
1080 if (!ntlm_des_encrypt(&ntlm_response[0], ntlm, challenge, &key[0]) || in generate_ntlm_response()
1081 !ntlm_des_encrypt(&ntlm_response[1], ntlm, challenge, &key[1]) || in generate_ntlm_response()
1082 !ntlm_des_encrypt(&ntlm_response[2], ntlm, challenge, &key[2])) in generate_ntlm_response()
1085 memcpy(&ntlm->ntlm_response[0], ntlm_response[0], 8); in generate_ntlm_response()
1086 memcpy(&ntlm->ntlm_response[8], ntlm_response[1], 8); in generate_ntlm_response()
1087 memcpy(&ntlm->ntlm_response[16], ntlm_response[2], 8); in generate_ntlm_response()
1089 ntlm->ntlm_response_len = sizeof(ntlm->ntlm_response); in generate_ntlm_response()
1345 ntlm->ntlm2_response : ntlm->ntlm_response; in ntlm_client_response()
1417 memset(ntlm->ntlm_response, 0, NTLM_NTLM_RESPONSE_LEN); in ntlm_client_reset()
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/libgit2-sys-0.12.24+1.3.0/libgit2/deps/ntlmclient/
H A Dntlm.c1067 ntlm_des_block key[3], ntlm_response[3]; in generate_ntlm_response() local
1080 if (!ntlm_des_encrypt(&ntlm_response[0], ntlm, challenge, &key[0]) || in generate_ntlm_response()
1081 !ntlm_des_encrypt(&ntlm_response[1], ntlm, challenge, &key[1]) || in generate_ntlm_response()
1082 !ntlm_des_encrypt(&ntlm_response[2], ntlm, challenge, &key[2])) in generate_ntlm_response()
1085 memcpy(&ntlm->ntlm_response[0], ntlm_response[0], 8); in generate_ntlm_response()
1086 memcpy(&ntlm->ntlm_response[8], ntlm_response[1], 8); in generate_ntlm_response()
1087 memcpy(&ntlm->ntlm_response[16], ntlm_response[2], 8); in generate_ntlm_response()
1089 ntlm->ntlm_response_len = sizeof(ntlm->ntlm_response); in generate_ntlm_response()
1345 ntlm->ntlm2_response : ntlm->ntlm_response; in ntlm_client_response()
1417 memset(ntlm->ntlm_response, 0, NTLM_NTLM_RESPONSE_LEN); in ntlm_client_reset()
/dports/lang/rust/rustc-1.58.1-src/vendor/libgit2-sys/libgit2/deps/ntlmclient/
H A Dntlm.c1067 ntlm_des_block key[3], ntlm_response[3]; in generate_ntlm_response() local
1080 if (!ntlm_des_encrypt(&ntlm_response[0], ntlm, challenge, &key[0]) || in generate_ntlm_response()
1081 !ntlm_des_encrypt(&ntlm_response[1], ntlm, challenge, &key[1]) || in generate_ntlm_response()
1082 !ntlm_des_encrypt(&ntlm_response[2], ntlm, challenge, &key[2])) in generate_ntlm_response()
1085 memcpy(&ntlm->ntlm_response[0], ntlm_response[0], 8); in generate_ntlm_response()
1086 memcpy(&ntlm->ntlm_response[8], ntlm_response[1], 8); in generate_ntlm_response()
1087 memcpy(&ntlm->ntlm_response[16], ntlm_response[2], 8); in generate_ntlm_response()
1089 ntlm->ntlm_response_len = sizeof(ntlm->ntlm_response); in generate_ntlm_response()
1345 ntlm->ntlm2_response : ntlm->ntlm_response; in ntlm_client_response()
1417 memset(ntlm->ntlm_response, 0, NTLM_NTLM_RESPONSE_LEN); in ntlm_client_reset()
/dports/devel/libgit2/libgit2-1.3.0/deps/ntlmclient/
H A Dntlm.c1067 ntlm_des_block key[3], ntlm_response[3]; in generate_ntlm_response() local
1080 if (!ntlm_des_encrypt(&ntlm_response[0], ntlm, challenge, &key[0]) || in generate_ntlm_response()
1081 !ntlm_des_encrypt(&ntlm_response[1], ntlm, challenge, &key[1]) || in generate_ntlm_response()
1082 !ntlm_des_encrypt(&ntlm_response[2], ntlm, challenge, &key[2])) in generate_ntlm_response()
1085 memcpy(&ntlm->ntlm_response[0], ntlm_response[0], 8); in generate_ntlm_response()
1086 memcpy(&ntlm->ntlm_response[8], ntlm_response[1], 8); in generate_ntlm_response()
1087 memcpy(&ntlm->ntlm_response[16], ntlm_response[2], 8); in generate_ntlm_response()
1089 ntlm->ntlm_response_len = sizeof(ntlm->ntlm_response); in generate_ntlm_response()
1345 ntlm->ntlm2_response : ntlm->ntlm_response; in ntlm_client_response()
1417 memset(ntlm->ntlm_response, 0, NTLM_NTLM_RESPONSE_LEN); in ntlm_client_reset()
/dports/devel/git-absorb/git-absorb-0.6.6/cargo-crates/libgit2-sys-0.12.13+1.0.1/libgit2/deps/ntlmclient/
H A Dntlm.c1038 ntlm_des_block key[3], ntlm_response[3]; in generate_ntlm_response() local
1051 if (!ntlm_des_encrypt(&ntlm_response[0], challenge, &key[0]) || in generate_ntlm_response()
1052 !ntlm_des_encrypt(&ntlm_response[1], challenge, &key[1]) || in generate_ntlm_response()
1053 !ntlm_des_encrypt(&ntlm_response[2], challenge, &key[2])) in generate_ntlm_response()
1056 memcpy(&ntlm->ntlm_response[0], ntlm_response[0], 8); in generate_ntlm_response()
1057 memcpy(&ntlm->ntlm_response[8], ntlm_response[1], 8); in generate_ntlm_response()
1058 memcpy(&ntlm->ntlm_response[16], ntlm_response[2], 8); in generate_ntlm_response()
1060 ntlm->ntlm_response_len = sizeof(ntlm->ntlm_response); in generate_ntlm_response()
1320 ntlm->ntlm2_response : ntlm->ntlm_response; in ntlm_client_response()

1234