HomeSort by relevance Sort by last modified time
    Searched defs:icvbuf (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/src/eap_peer/
eap_pax.c 339 u8 icvbuf[EAP_PAX_ICV_LEN], id; local
422 icvbuf);
426 icvbuf);
428 if (os_memcmp_const(icv, icvbuf, EAP_PAX_ICV_LEN) != 0) {
432 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
423 icvbuf);
424 if (os_memcmp_const(icvbuf, pos, EAP_PAX_ICV_LEN) != 0) {
427 icvbuf, EAP_PAX_ICV_LEN);

Completed in 58 milliseconds