OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:orig_authenticator
(Results
1 - 2
of
2
) sorted by null
/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
626
u8
orig_authenticator
[16];
local
650
os_memcpy(
orig_authenticator
, msg->hdr->authenticator,
651
sizeof(
orig_authenticator
));
659
os_memcpy(msg->hdr->authenticator,
orig_authenticator
,
660
sizeof(
orig_authenticator
));
[
all
...]
Completed in 19 milliseconds