OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:orig_authenticator
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant/
radius.c
585
u8
orig_authenticator
[16];
local
608
os_memcpy(
orig_authenticator
, msg->hdr->authenticator,
609
sizeof(
orig_authenticator
));
616
os_memcpy(msg->hdr->authenticator,
orig_authenticator
,
617
sizeof(
orig_authenticator
));
/external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius.c
589
u8
orig_authenticator
[16];
local
613
os_memcpy(
orig_authenticator
, msg->hdr->authenticator,
614
sizeof(
orig_authenticator
));
621
os_memcpy(msg->hdr->authenticator,
orig_authenticator
,
622
sizeof(
orig_authenticator
));
/external/wpa_supplicant_8/src/radius/
radius.c
630
u8
orig_authenticator
[16];
local
654
os_memcpy(
orig_authenticator
, msg->hdr->authenticator,
655
sizeof(
orig_authenticator
));
663
os_memcpy(msg->hdr->authenticator,
orig_authenticator
,
664
sizeof(
orig_authenticator
));
Completed in 150 milliseconds