OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compound_mac
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_8/src/eap_common/
eap_tlv_common.h
77
u8
compound_mac
[20];
member in struct:eap_tlv_crypto_binding_tlv
/external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c
662
binding->
compound_mac
);
671
binding->
compound_mac
, sizeof(binding->
compound_mac
));
1182
b->
compound_mac
, sizeof(b->
compound_mac
));
1206
os_memcpy(cmac, b->
compound_mac
, sizeof(cmac));
1207
os_memset(b->
compound_mac
, 0, sizeof(cmac));
1212
b->
compound_mac
);
1213
if (os_memcmp(cmac, b->
compound_mac
, sizeof(cmac)) != 0) {
1216
b->
compound_mac
, sizeof(cmac))
[
all
...]
/external/wpa_supplicant_8/src/eap_peer/
eap_fast.c
588
_bind->
compound_mac
, sizeof(_bind->
compound_mac
));
619
rbind->
compound_mac
);
627
rbind->
compound_mac
, sizeof(rbind->
compound_mac
));
754
os_memcpy(cmac, _bind->
compound_mac
, sizeof(cmac));
755
os_memset(_bind->
compound_mac
, 0, sizeof(cmac));
759
_bind->
compound_mac
);
760
res = os_memcmp(cmac, _bind->
compound_mac
, sizeof(cmac));
764
_bind->
compound_mac
, sizeof(cmac))
[
all
...]
Completed in 119 milliseconds