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

/freebsd-10-stable/contrib/wpa/src/eap_peer/
H A Deap_psk.c184 const u8 *pchannel, *tag, *msg; local
204 pchannel = (const u8 *) (hdr3 + 1);
216 wpa_hexdump(MSG_DEBUG, "EAP-PSK: PCHANNEL", pchannel, left);
258 os_memcpy(nonce + 12, pchannel, 4);
259 pchannel += 4;
262 tag = pchannel;
263 pchannel += 16;
266 msg = pchannel;
/freebsd-10-stable/contrib/wpa/src/eap_server/
H A Deap_server_psk.c96 u8 *buf, *pchannel, nonce[16]; local
136 pchannel = wpabuf_put(req, 4 + 16 + 1);
137 os_memcpy(pchannel, nonce + 12, 4);
138 os_memset(pchannel + 4, 0, 16); /* Tag */
139 pchannel[4 + 16] = EAP_PSK_R_FLAG_DONE_SUCCESS << 6;
141 pchannel, 4 + 16 + 1);
144 pchannel + 4 + 16, 1, pchannel + 4))
147 pchannel, 4 + 16 + 1);

Completed in 175 milliseconds