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

  /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(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
419 icvbuf);
420 if (os_memcmp(icvbuf, pos, EAP_PAX_ICV_LEN) != 0) {
423 icvbuf, EAP_PAX_ICV_LEN);
  /external/wpa_supplicant_8/src/eap_peer/
eap_pax.c 329 u8 icvbuf[EAP_PAX_ICV_LEN], id; local
412 icvbuf);
416 icvbuf);
418 if (os_memcmp(icv, icvbuf, EAP_PAX_ICV_LEN) != 0) {
422 icvbuf, EAP_PAX_ICV_LEN);

Completed in 37 milliseconds