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

  /external/wpa_supplicant_8/src/eap_server/
eap_server_psk.c 94 u8 *buf, *pchannel, nonce[16]; local
134 pchannel = wpabuf_put(req, 4 + 16 + 1);
135 os_memcpy(pchannel, nonce + 12, 4);
136 os_memset(pchannel + 4, 0, 16); /* Tag */
137 pchannel[4 + 16] = EAP_PSK_R_FLAG_DONE_SUCCESS << 6;
138 wpa_hexdump(MSG_DEBUG, "EAP-PSK: PCHANNEL (plaintext)",
139 pchannel, 4 + 16 + 1);
142 pchannel + 4 + 16, 1, pchannel + 4))
144 wpa_hexdump(MSG_DEBUG, "EAP-PSK: PCHANNEL (encrypted)"
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_psk.c 185 const u8 *pchannel, *tag, *msg; local
205 pchannel = (const u8 *) (hdr3 + 1);
217 wpa_hexdump(MSG_DEBUG, "EAP-PSK: PCHANNEL", pchannel, left);
220 wpa_printf(MSG_INFO, "EAP-PSK: Too short PCHANNEL data in "
259 os_memcpy(nonce + 12, pchannel, 4);
260 pchannel += 4;
263 tag = pchannel;
264 pchannel += 16;
267 msg = pchannel;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cchannel.h 9 #include <pchannel.h>
55 typedef UINT _stdcall VIRTUALCHANNELINIT(LPVOID *ppInitHandle,PCHANNEL_DEF pChannel,INT channelCount,ULONG versionRequested,PCHANNEL_INIT_EVENT_FN pChannelInitEventProc);

Completed in 208 milliseconds