Lines Matching refs:left
187 size_t buflen, left, data_len, len, plen; in eap_psk_process_3() local
204 left = len - sizeof(*hdr3); in eap_psk_process_3()
217 wpa_hexdump(MSG_DEBUG, "EAP-PSK: PCHANNEL", pchannel, left); in eap_psk_process_3()
219 if (left < 4 + 16 + 1) { in eap_psk_process_3()
222 (unsigned long) left); in eap_psk_process_3()
261 left -= 4; in eap_psk_process_3()
265 left -= 16; in eap_psk_process_3()
273 wpa_hexdump(MSG_MSGDUMP, "EAP-PSK: PCHANNEL - cipher msg", msg, left); in eap_psk_process_3()
275 decrypted = os_memdup(msg, left); in eap_psk_process_3()
286 left, tag)) { in eap_psk_process_3()
292 decrypted, left); in eap_psk_process_3()
312 if ((decrypted[0] & EAP_PSK_E_FLAG) && left > 1) in eap_psk_process_3()
335 if (left > 1) { in eap_psk_process_3()