Home
last modified time | relevance | path

Searched defs:auth_challenge (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/wpa_supplicant_8/src/crypto/
H A Dms_funcs.c81 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 Dcrypto_module_tests.c2479 u8 auth_challenge[] = { in test_ms_funcs() local
/aosp_15_r20/external/openscreen/cast/receiver/channel/
H A Ddevice_auth_namespace_handler_unittest.cc84 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 Dhttp_auth_cache.cc163 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 Dhttp_auth_cache.h55 const std::string& auth_challenge() const { return auth_challenge_; } in auth_challenge() function
H A Dhttp_response_info.h184 std::optional<AuthChallengeInfo> auth_challenge; variable
H A Dhttp_network_transaction_unittest.cc748 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 Deap_mschapv2.c90 u8 *auth_challenge; member
153 u8 mschapv2_id, const u8 *auth_challenge) in eap_mschapv2_challenge_reply()
H A Dmschapv2.c39 const u8 *auth_challenge, in mschapv2_derive_response()
H A Deap_i.h366 u8 *peer_challenge, *auth_challenge; member
/aosp_15_r20/external/openscreen/cast/sender/channel/
H A Dsender_socket_factory.cc98 CastMessage auth_challenge = in OnConnected() local
/aosp_15_r20/external/openscreen/cast/test/
H A Ddevice_auth_test.cc62 CastMessage auth_challenge = CreateAuthChallengeMessage(auth_context); in RunAuthTest() local
/aosp_15_r20/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_mschapv2.c47 u8 auth_challenge[CHALLENGE_LEN]; member
H A Deap_i.h181 u8 *auth_challenge; member
H A Deap_server_ttls.c701 *auth_challenge; in eap_ttls_process_phase2_mschapv2() local
/aosp_15_r20/external/cronet/net/quic/
H A Dquic_network_transaction_unittest.cc7675 std::optional<AuthChallengeInfo> auth_challenge = in TEST_P() local
/aosp_15_r20/external/cronet/net/spdy/
H A Dspdy_network_transaction_unittest.cc5363 const std::optional<AuthChallengeInfo>& auth_challenge = in TEST_P() local