HomeSort by: relevance | last modified time | path
    Searched refs:wpabuf_head (Results 1 - 25 of 157) sorted by relevancy

1 2 3 4 5 6 7

  /src/external/bsd/wpa/dist/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),
twt.c 89 wpabuf_head(buf), wpabuf_len(buf), 0) < 0) {
133 wpabuf_head(buf), wpabuf_len(buf), 0) < 0) {
offchannel.c 149 wpabuf_head(wpa_s->pending_action_tx),
161 wpabuf_head(wpa_s->pending_action_tx),
197 os_memcmp(data + 24, wpabuf_head(wpa_s->pending_action_tx),
320 wpabuf_head(wpa_s->pending_action_tx),
dpp_supplicant.c 95 wpabuf_head(auth->resp_msg),
209 wpabuf_head(auth->resp_msg),
429 wpabuf_head(msg), wpabuf_len(msg),
825 wpabuf_head(auth->req_msg),
1159 wpabuf_head(auth->resp_msg),
1438 os_memcpy(ssid->dpp_csign, wpabuf_head(conf->c_sign_key),
1447 os_memcpy(ssid->dpp_pp_key, wpabuf_head(conf->pp_key),
1458 wpabuf_head(auth->net_access_key),
1526 os_memcpy(blob->data, wpabuf_head(conf->certs),
1561 os_memcpy(blob->data, wpabuf_head(auth->priv_key)
    [all...]
  /src/external/bsd/wpa/dist/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 97 wpabuf_head(msg),
  /src/external/bsd/wpa/dist/src/utils/
ext_password.c 93 if (mlock(wpabuf_head(buf), wpabuf_len(buf)) < 0) {
109 if (munlock(wpabuf_head(pw), wpabuf_len(pw)) < 0) {
wpabuf.h 89 * wpabuf_head - Get pointer to the head of the buffer data
93 static inline const void * wpabuf_head(const struct wpabuf *buf) function
100 return (const u8 *) wpabuf_head(buf);
182 wpabuf_put_data(dst, wpabuf_head(src), wpabuf_len(src));
ext_password_test.c 69 wpabuf_head(buf),
wpa_debug.h 93 wpa_hexdump(level, title, buf ? wpabuf_head(buf) : NULL,
115 wpa_hexdump_key(level, title, buf ? wpabuf_head(buf) : NULL,
  /src/external/bsd/wpa/dist/src/ap/
hs20.c 146 wpabuf_head(buf), wpabuf_len(buf));
181 wpabuf_head(buf), wpabuf_len(buf));
227 wpabuf_head(buf), wpabuf_len(buf));
rrm.c 273 wpabuf_head(buf), wpabuf_len(buf));
476 wpabuf_head(buf), wpabuf_len(buf));
595 wpabuf_head(buf), wpabuf_len(buf));
638 pos = wpabuf_head(req);
707 wpabuf_head(buf), wpabuf_len(buf));
783 wpabuf_head(buf), wpabuf_len(buf));
neighbor_db.c 61 wpabuf_head(nr->nr),
67 wpabuf_head(nr->lci),
73 wpabuf_head(nr->civic),
dpp_hostapd.c 75 wpabuf_head(hapd->dpp_auth->resp_msg),
186 wpabuf_head(auth->resp_msg),
413 wpabuf_head(msg), wpabuf_len(msg));
458 wpabuf_head(pkex->exchange_req),
811 wpabuf_head(hapd->dpp_auth->req_msg),
1134 src, wpabuf_head(hapd->dpp_auth->resp_msg),
1181 wpabuf_head(conf->c_sign_key),
1196 wpabuf_head(auth->net_access_key),
1281 !(pos = wpabuf_head(adv_proto)) ||
1337 addr, wpabuf_head(msg)
    [all...]
  /src/external/bsd/wpa/dist/src/wps/
wps_attr_process.c 38 addr[0] = wpabuf_head(wps->last_msg);
40 addr[1] = wpabuf_head(msg);
66 head = wpabuf_head(msg);
wps_attr_build.c 174 addr[0] = wpabuf_head(wps->last_msg);
176 addr[1] = wpabuf_head(msg);
382 if (hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, wpabuf_head(msg),
433 addr[0] = wpabuf_head(pubkey);
475 pos = wpabuf_head(data);
  /src/external/bsd/wpa/dist/src/common/
dpp_pkex.c 672 wpabuf_head(clear), wpabuf_len(clear),
851 addr[num_elem] = wpabuf_head(A_pub);
854 addr[num_elem] = wpabuf_head(Y_pub);
857 addr[num_elem] = wpabuf_head(X_pub);
993 wpabuf_head(clear), wpabuf_len(clear),
1125 addr[num_elem] = wpabuf_head(A_pub);
1128 addr[num_elem] = wpabuf_head(Y_pub);
1131 addr[num_elem] = wpabuf_head(X_pub);
1168 addr[num_elem] = wpabuf_head(B_pub);
1171 addr[num_elem] = wpabuf_head(X_pub)
    [all...]
dpp_crypto.c 262 addr[0] = wpabuf_head(uncomp);
325 res = dpp_bi_pubkey_hash(bi, wpabuf_head(der), wpabuf_len(der));
361 if (dpp_bi_pubkey_hash(bi, wpabuf_head(der), wpabuf_len(der)) < 0) {
366 base64 = base64_encode(wpabuf_head(der), wpabuf_len(der), &len);
524 secret_buf = crypto_ecdh_set_peerkey(ecdh, 1, wpabuf_head(peer_pub),
537 os_memcpy(secret, wpabuf_head(secret_buf), wpabuf_len(secret_buf));
700 addr[0] = wpabuf_head(uncomp);
708 if (os_memcmp(hash, wpabuf_head(r_hash), SHA256_MAC_LEN) != 0) {
931 addr[num_elem] = wpabuf_head(pix);
935 addr[num_elem] = wpabuf_head(prx)
    [all...]
sae_pk.c 587 if (sae_hash(hash_len, wpabuf_head(sig_data), wpabuf_len(sig_data),
644 if (sae_pk_hash_sig_data(sae, hash_len, true, wpabuf_head(pk->m),
645 wpabuf_len(pk->m), wpabuf_head(pk->pubkey),
689 wpabuf_head(pk->m), wpabuf_len(pk->m),
  /src/external/bsd/wpa/dist/src/crypto/
tls_internal.c 490 in_data ? wpabuf_head(in_data) : NULL,
534 res = tlsv1_server_handshake(conn->server, wpabuf_head(in_data),
564 res = tlsv1_client_encrypt(conn->client, wpabuf_head(in_data),
583 res = tlsv1_server_encrypt(conn->server, wpabuf_head(in_data),
617 return tlsv1_client_decrypt(conn->client, wpabuf_head(in_data),
629 res = tlsv1_server_decrypt(conn->server, wpabuf_head(in_data),
  /src/external/bsd/wpa/dist/src/p2p/
p2p_dev_disc.c 97 wpabuf_head(req), wpabuf_len(req), wait_time) < 0) {
153 wpabuf_head(resp), wpabuf_len(resp), 200) < 0) {
  /src/external/bsd/wpa/dist/src/eap_peer/
eap_sake.c 272 wpabuf_head(resp), wpabuf_len(resp), rpos,
317 wpabuf_head(reqData), wpabuf_len(reqData),
354 wpabuf_head(resp), wpabuf_len(resp), rpos,
eap_pax.c 218 wpabuf_head(resp), wpabuf_len(resp) - EAP_PAX_ICV_LEN,
316 wpabuf_head(resp), wpabuf_len(resp) - EAP_PAX_ICV_LEN,
421 wpabuf_head(reqData), mlen, NULL, 0, NULL, 0,
425 wpabuf_head(reqData), mlen, NULL, 0, NULL, 0,
  /src/external/bsd/wpa/dist/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),
531 wpabuf_head(data->in_buf), wpabuf_len(data->in_buf));
  /src/external/bsd/wpa/dist/hostapd/
sae_pk_gen.c 106 os_memcpy(m + SAE_PK_M_LEN, wpabuf_head(pub), wpabuf_len(pub));

Completed in 97 milliseconds

1 2 3 4 5 6 7