/aosp_15_r20/external/wpa_supplicant_8/src/crypto/ |
H A D | ms_funcs.c | 81 int challenge_hash(const u8 *peer_challenge, const u8 *auth_challenge, in challenge_hash() 171 int generate_nt_response(const u8 *auth_challenge, const u8 *peer_challenge, in generate_nt_response() 198 int generate_nt_response_pwhash(const u8 *auth_challenge, in generate_nt_response_pwhash() 229 const u8 *peer_challenge, const u8 *auth_challenge, in generate_authenticator_response_pwhash() 285 const u8 *auth_challenge, in generate_authenticator_response()
|
H A D | crypto_module_tests.c | 2479 u8 auth_challenge[] = { in test_ms_funcs() local
|
/aosp_15_r20/external/openscreen/cast/receiver/channel/ |
H A D | device_auth_namespace_handler_unittest.cc | 84 CastMessage auth_challenge; in TEST_F() local 134 CastMessage auth_challenge; in TEST_F() local 186 CastMessage auth_challenge; in TEST_F() local
|
/aosp_15_r20/external/cronet/net/http/ |
H A D | http_auth_cache.cc | 163 const std::string& auth_challenge, in Add() 220 const std::string& auth_challenge) { in UpdateStaleChallenge() 334 const std::string& auth_challenge) { in UpdateStaleChallenge()
|
H A D | http_auth_cache.h | 55 const std::string& auth_challenge() const { return auth_challenge_; } in auth_challenge() function
|
H A D | http_response_info.h | 184 std::optional<AuthChallengeInfo> auth_challenge; variable
|
H A D | http_network_transaction_unittest.cc | 748 const std::optional<AuthChallengeInfo>& auth_challenge) { in CheckBasicServerAuth() 760 const std::optional<AuthChallengeInfo>& auth_challenge) { in CheckBasicSecureServerAuth() 772 const std::optional<AuthChallengeInfo>& auth_challenge) { in CheckBasicProxyAuth() 784 const std::optional<AuthChallengeInfo>& auth_challenge) { in CheckBasicSecureProxyAuth() 796 const std::optional<AuthChallengeInfo>& auth_challenge) { in CheckDigestServerAuth() 809 const std::optional<AuthChallengeInfo>& auth_challenge) { in CheckNTLMServerAuth() 821 const std::optional<AuthChallengeInfo>& auth_challenge) { in CheckNTLMProxyAuth() 18522 std::string auth_challenge = "Mock realm=proxy"; in TEST_P() local 18538 std::string auth_challenge = "Mock realm=server"; in TEST_P() local 18670 std::string auth_challenge = "Mock realm=server"; in TEST_P() local
|
/aosp_15_r20/external/wpa_supplicant_8/src/eap_peer/ |
H A D | eap_mschapv2.c | 90 u8 *auth_challenge; member 153 u8 mschapv2_id, const u8 *auth_challenge) in eap_mschapv2_challenge_reply()
|
H A D | mschapv2.c | 39 const u8 *auth_challenge, in mschapv2_derive_response()
|
H A D | eap_i.h | 366 u8 *peer_challenge, *auth_challenge; member
|
/aosp_15_r20/external/openscreen/cast/sender/channel/ |
H A D | sender_socket_factory.cc | 98 CastMessage auth_challenge = in OnConnected() local
|
/aosp_15_r20/external/openscreen/cast/test/ |
H A D | device_auth_test.cc | 62 CastMessage auth_challenge = CreateAuthChallengeMessage(auth_context); in RunAuthTest() local
|
/aosp_15_r20/external/wpa_supplicant_8/src/eap_server/ |
H A D | eap_server_mschapv2.c | 47 u8 auth_challenge[CHALLENGE_LEN]; member
|
H A D | eap_i.h | 181 u8 *auth_challenge; member
|
H A D | eap_server_ttls.c | 701 *auth_challenge; in eap_ttls_process_phase2_mschapv2() local
|
/aosp_15_r20/external/cronet/net/quic/ |
H A D | quic_network_transaction_unittest.cc | 7675 std::optional<AuthChallengeInfo> auth_challenge = in TEST_P() local
|
/aosp_15_r20/external/cronet/net/spdy/ |
H A D | spdy_network_transaction_unittest.cc | 5363 const std::optional<AuthChallengeInfo>& auth_challenge = in TEST_P() local
|