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

  /src/external/bsd/wpa/dist/src/utils/
wpabuf.h 104 * wpabuf_mhead - Get modifiable pointer to the head of the buffer data
108 static inline void * wpabuf_mhead(struct wpabuf *buf) function
115 return (u8 *) wpabuf_mhead(buf);
ext_password.c 107 os_memset(wpabuf_mhead(pw), 0, wpabuf_len(pw));
wpabuf.c 211 os_memset(wpabuf_mhead(buf), 0, wpabuf_len(buf));
  /src/external/bsd/wpa/dist/src/eap_common/
eap_common.c 170 hdr = wpabuf_mhead(msg);
ikev2_common.c 525 hdr = wpabuf_mhead(msg);
587 wpabuf_head(plain), wpabuf_mhead(plain),
eap_sim_common.c 1019 eap = wpabuf_mhead(msg->buf);
1026 (u8 *) wpabuf_mhead(msg->buf) +
1033 (u8 *) wpabuf_mhead(msg->buf) + msg->mac,
  /src/external/bsd/wpa/dist/src/crypto/
tls_internal.c 566 wpabuf_mhead(buf),
585 wpabuf_mhead(buf),
631 wpabuf_mhead(buf),
crypto_wolfssl.c 964 if (wc_DhGenerateKeyPair(dh, &rng, wpabuf_mhead(privkey), &priv_sz,
965 wpabuf_mhead(pubkey), &pub_sz) != 0)
1046 if (wc_DhAgree(ctx, wpabuf_mhead(secret), &secret_sz,
2259 ret = wc_ecc_import_point_der(wpabuf_mhead(pubkey), 1 + 2 * key_len,
2465 err = wc_EccPublicKeyToDer_ex(key->eckey, wpabuf_mhead(ret), der_len, 1,
2472 err = wc_EccPublicKeyToDer_ex(key->eckey, wpabuf_mhead(ret),
2546 err = wc_ecc_sign_hash(data, len, wpabuf_mhead(ret), &w32_der_len,
2673 err = wc_ecc_export_x963(key->eckey, wpabuf_mhead(ret), &len);
2679 err = wc_ecc_export_x963(key->eckey, wpabuf_mhead(ret), &len);
2687 os_memmove(wpabuf_mhead(ret), wpabuf_mhead_u8(ret) + 1
    [all...]
tls_gnutls.c 1429 res = gnutls_record_recv(conn->session, wpabuf_mhead(ad),
1626 res = gnutls_record_recv(conn->session, wpabuf_mhead(out),
tls_wolfssl.c 1716 res = wolfSSL_read(conn->ssl, wpabuf_mhead(appl_data),
1843 res = wolfSSL_read(conn->ssl, wpabuf_mhead(buf), wpabuf_size(buf));
tls_openssl.c 4607 res = res == 0 ? 0 : BIO_read(conn->ssl_out, wpabuf_mhead(out_data),
4635 res = SSL_read(conn->ssl, wpabuf_mhead(appl_data),
4764 res = BIO_read(conn->ssl_out, wpabuf_mhead(buf), wpabuf_size(buf));
4807 res = SSL_read(conn->ssl, wpabuf_mhead(buf), wpabuf_size(buf));
crypto_openssl.c 1251 EVP_PKEY_derive(dctx, wpabuf_mhead(res), &len) != 1) {
1283 keylen = DH_compute_key(wpabuf_mhead(res), pub_key, dh);
2887 EVP_PKEY_derive(ctx, wpabuf_mhead(res), &res_len) != 1) {
3754 pos = wpabuf_mhead(buf);
3797 pos = wpabuf_mhead(buf);
dh_groups.c 1214 wpabuf_mhead(*priv), wpabuf_mhead(pv)) < 0) {
1257 wpabuf_mhead(shared), &shared_len) < 0) {
  /src/external/bsd/wpa/dist/src/eap_server/
eap_server_pax.c 111 wpabuf_mhead(req), wpabuf_len(req) - EAP_PAX_ICV_LEN,
167 wpabuf_mhead(req), wpabuf_len(req) - EAP_PAX_ICV_LEN,
283 wpabuf_mhead(respData),
eap_server_ttls.c 144 pos = eap_ttls_avp_hdr(wpabuf_mhead(avp), avp_code, 0, mandatory,
184 pos = wpabuf_mhead(buf);
eap_server_fast.c 1144 pos = wpabuf_mhead(data);
eap_server_teap.c 1370 pos = wpabuf_mhead(data);
  /src/external/bsd/wpa/dist/src/eap_peer/
eap_ttls.c 281 avp = wpabuf_mhead(msg);
559 pos = buf = wpabuf_mhead(msg);
653 pos = buf = wpabuf_mhead(msg);
752 pos = buf = wpabuf_mhead(msg);
809 pos = buf = wpabuf_mhead(msg);
1062 pos = wpabuf_mhead(in_decrypted);
eap_peap.c 635 struct eap_hdr *hdr = wpabuf_mhead(req);
849 hdr = wpabuf_mhead(in_decrypted);
881 hdr = wpabuf_mhead(in_decrypted);
eap_fast.c 1107 pos = wpabuf_mhead(decrypted);
eap_teap.c 1169 pos = wpabuf_mhead(decrypted);
  /src/external/bsd/wpa/dist/src/ap/
fils_hlp.c 53 pos = wpabuf_mhead(sta->hlp_dhcp_discover);
  /src/external/bsd/wpa/dist/src/radius/
radius.c 763 msg->hdr = wpabuf_mhead(msg->buf);
851 msg->hdr = wpabuf_mhead(msg->buf);
  /src/external/bsd/wpa/dist/src/wps/
wps_common.c 177 if (aes_128_cbc_decrypt(wps->keywrapkey, encr, wpabuf_mhead(decrypted),
wps_er.c 1126 data = wpabuf_mhead(event);

Completed in 47 milliseconds