Searched refs:icvbuf (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/wpa/dist/src/eap_server/
H A Deap_server_pax.c205 u8 icvbuf[EAP_PAX_ICV_LEN], *icv; local
285 NULL, 0, NULL, 0, icvbuf) < 0) {
291 if (os_memcmp_const(icvbuf, icv, EAP_PAX_ICV_LEN) != 0) {
294 icvbuf, EAP_PAX_ICV_LEN);
308 u8 mac[EAP_PAX_MAC_LEN], icvbuf[EAP_PAX_ICV_LEN]; local
448 NULL, 0, icvbuf) < 0) {
453 if (os_memcmp_const(icvbuf, pos, EAP_PAX_ICV_LEN) != 0) {
456 icvbuf, EAP_PAX_ICV_LEN);
/netbsd-current/external/bsd/wpa/dist/src/eap_peer/
H A Deap_pax.c339 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);

Completed in 99 milliseconds