/external/wpa_supplicant_8/wpa_supplicant/ |
nfc_pw_token.c | 28 pos = wpabuf_head(buf); 61 wpa_snprintf_hex_uppercase(txt, sizeof(txt), wpabuf_head(buf), 65 wpa_snprintf_hex_uppercase(txt, sizeof(txt), wpabuf_head(ndef),
|
offchannel.c | 116 wpabuf_head(wpa_s->pending_action_tx), 128 wpabuf_head(wpa_s->pending_action_tx), 216 wpabuf_head(wpa_s->pending_action_tx),
|
/external/wpa_supplicant_8/src/eap_common/ |
eap_common.c | 33 hdr = wpabuf_head(msg); 76 hdr = wpabuf_head(msg); 189 eap = wpabuf_head(msg); 204 return ((const u8 *) wpabuf_head(msg))[sizeof(struct eap_hdr)];
|
eap_ikev2_common.c | 107 wpabuf_head(msg),
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/ |
eap_common.c | 44 hdr = wpabuf_head(msg); 168 eap = wpabuf_head(msg); 183 return ((const u8 *) wpabuf_head(msg))[sizeof(struct eap_hdr)];
|
eap_ikev2_common.c | 113 wpabuf_head(msg),
|
/external/wpa_supplicant_6/wpa_supplicant/src/utils/ |
wpabuf.h | 75 * wpabuf_head - Get pointer to the head of the buffer data 79 static inline const void * wpabuf_head(const struct wpabuf *buf) function 88 return wpabuf_head(buf); 142 wpabuf_put_data(dst, wpabuf_head(src), wpabuf_len(src));
|
wpa_debug.h | 105 wpa_hexdump(level, title, wpabuf_head(buf), wpabuf_len(buf)); 126 wpa_hexdump_key(level, title, wpabuf_head(buf), wpabuf_len(buf));
|
/external/wpa_supplicant_8/src/utils/ |
wpabuf.h | 72 * wpabuf_head - Get pointer to the head of the buffer data 76 static inline const void * wpabuf_head(const struct wpabuf *buf) function 83 return wpabuf_head(buf); 147 wpabuf_put_data(dst, wpabuf_head(src), wpabuf_len(src));
|
ext_password.c | 94 if (mlock(wpabuf_head(buf), wpabuf_len(buf)) < 0) { 110 if (munlock(wpabuf_head(pw), wpabuf_len(pw)) < 0) {
|
wpa_debug.h | 85 wpa_hexdump(level, title, buf ? wpabuf_head(buf) : NULL, 107 wpa_hexdump_key(level, title, buf ? wpabuf_head(buf) : NULL,
|
ext_password_test.c | 69 wpabuf_head(buf),
|
/external/wpa_supplicant_8/src/crypto/ |
tls_internal.c | 350 in_data ? wpabuf_head(in_data) : NULL, 394 res = tlsv1_server_handshake(conn->server, wpabuf_head(in_data), 424 res = tlsv1_client_encrypt(conn->client, wpabuf_head(in_data), 443 res = tlsv1_server_encrypt(conn->server, wpabuf_head(in_data), 477 return tlsv1_client_decrypt(conn->client, wpabuf_head(in_data), 489 res = tlsv1_server_decrypt(conn->server, wpabuf_head(in_data),
|
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
wps_attr_build.c | 118 addr[0] = wpabuf_head(wps->last_msg); 120 addr[1] = wpabuf_head(msg); 218 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, wpabuf_head(msg),
|
wps_attr_process.c | 44 addr[0] = wpabuf_head(wps->last_msg); 46 addr[1] = wpabuf_head(msg); 71 head = wpabuf_head(msg);
|
wps_enrollee.c | 76 addr[2] = wpabuf_head(wps->dh_pubkey_e); 78 addr[3] = wpabuf_head(wps->dh_pubkey_r); 575 addr[2] = wpabuf_head(wps->dh_pubkey_e); 577 addr[3] = wpabuf_head(wps->dh_pubkey_r); 615 addr[2] = wpabuf_head(wps->dh_pubkey_e); 617 addr[3] = wpabuf_head(wps->dh_pubkey_r); 730 cred.cred_attr = wpabuf_head(attrs);
|
/external/wpa_supplicant_8/src/wps/ |
wps_attr_process.c | 38 addr[0] = wpabuf_head(wps->last_msg); 40 addr[1] = wpabuf_head(msg); 65 head = wpabuf_head(msg);
|
wps_attr_build.c | 148 addr[0] = wpabuf_head(wps->last_msg); 150 addr[1] = wpabuf_head(msg); 311 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, wpabuf_head(msg), 359 addr[0] = wpabuf_head(pubkey); 418 pos = wpabuf_head(data);
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
eap_psk.c | 276 wpabuf_head(reqData), 5); 288 wpabuf_head(reqData), 352 wpabuf_head(resp),
|
eap_sake.c | 277 wpabuf_head(resp), wpabuf_len(resp), rpos, 321 wpabuf_head(reqData), wpabuf_len(reqData), 350 wpabuf_head(resp), wpabuf_len(resp), rpos,
|
eap_pax.c | 225 wpabuf_head(resp), wpabuf_len(resp) - EAP_PAX_ICV_LEN, 316 wpabuf_head(resp), wpabuf_len(resp) - EAP_PAX_ICV_LEN, 418 wpabuf_head(reqData), mlen, NULL, 0, NULL, 0, 422 wpabuf_head(reqData), mlen, NULL, 0, NULL, 0,
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/ |
eap_tnc.c | 138 wpabuf_head(req), wpabuf_len(req)); 325 res = tncs_process_if_tnccs(data->tncs, wpabuf_head(inbuf), 491 wpabuf_head(data->in_buf), wpabuf_len(data->in_buf));
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_psk.c | 271 wpabuf_head(reqData), 5); 283 wpabuf_head(reqData), 347 wpabuf_head(resp),
|
eap_sake.c | 272 wpabuf_head(resp), wpabuf_len(resp), rpos, 316 wpabuf_head(reqData), wpabuf_len(reqData), 345 wpabuf_head(resp), wpabuf_len(resp), rpos,
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_tnc.c | 168 wpabuf_head(req), wpabuf_len(req)); 364 res = tncs_process_if_tnccs(data->tncs, wpabuf_head(inbuf), 530 wpabuf_head(data->in_buf), wpabuf_len(data->in_buf));
|