OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:icvbuf
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/eap_peer/
eap_pax.c
333
u8
icvbuf
[EAP_PAX_ICV_LEN], id;
local
416
icvbuf
);
420
icvbuf
);
422
if (os_memcmp_const(icv,
icvbuf
, EAP_PAX_ICV_LEN) != 0) {
426
icvbuf
, EAP_PAX_ICV_LEN);
/external/wpa_supplicant_8/src/eap_server/
eap_server_pax.c
190
u8
icvbuf
[EAP_PAX_ICV_LEN], *icv;
local
270
NULL, 0, NULL, 0,
icvbuf
);
271
if (os_memcmp_const(
icvbuf
, icv, EAP_PAX_ICV_LEN) != 0) {
274
icvbuf
, EAP_PAX_ICV_LEN);
288
u8 mac[EAP_PAX_MAC_LEN],
icvbuf
[EAP_PAX_ICV_LEN];
local
424
icvbuf
);
425
if (os_memcmp_const(
icvbuf
, pos, EAP_PAX_ICV_LEN) != 0) {
428
icvbuf
, EAP_PAX_ICV_LEN);
Completed in 517 milliseconds