OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rx_resp
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/eap_server/
eap_server_ttls.c
654
u8 *chal, *username, nt_response[24], *
rx_resp
, *peer_challenge,
local
731
rx_resp
= response + 2 + EAP_TTLS_MSCHAPV2_CHALLENGE_LEN + 8;
732
if (os_memcmp(nt_response,
rx_resp
, 24) == 0) {
754
rx_resp
, 24);
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_ttls.c
806
u8 *chal, *username, nt_response[24], *
rx_resp
, *peer_challenge,
local
883
rx_resp
= response + 2 + EAP_TTLS_MSCHAPV2_CHALLENGE_LEN + 8;
884
if (os_memcmp(nt_response,
rx_resp
, 24) == 0) {
930
rx_resp
, 24);
[
all
...]
Completed in 439 milliseconds