Home
last modified time | relevance | path

Searched refs:wpabuf_mhead (Results 1 – 25 of 26) sorted by relevance

12

/external/wpa_supplicant_8/src/crypto/
Ddh_groups.c1214 wpabuf_mhead(*priv), wpabuf_mhead(pv)) < 0) { in dh_init()
1257 wpabuf_mhead(shared), &shared_len) < 0) { in dh_derive_shared()
Dtls_internal.c574 wpabuf_mhead(buf), in tls_connection_encrypt()
593 wpabuf_mhead(buf), in tls_connection_encrypt()
639 wpabuf_mhead(buf), in tls_connection_decrypt2()
Dcrypto_wolfssl.c673 if (wc_DhGenerateKeyPair(dh, &rng, wpabuf_mhead(privkey), &priv_sz, in dh5_init()
674 wpabuf_mhead(pubkey), &pub_sz) != 0) in dh5_init()
751 if (wc_DhAgree(ctx, wpabuf_mhead(secret), &secret_sz, in dh5_derive_shared()
1815 ret = wc_ecc_import_point_der(wpabuf_mhead(pubkey), 1 + 2 * key_len, in crypto_ecdh_set_peerkey()
Dtls_gnutls.c1429 res = gnutls_record_recv(conn->session, wpabuf_mhead(ad), in gnutls_get_appl_data()
1626 res = gnutls_record_recv(conn->session, wpabuf_mhead(out), in tls_connection_decrypt()
Dtls_wolfssl.c1667 res = wolfSSL_read(conn->ssl, wpabuf_mhead(appl_data), in wolfssl_get_appl_data()
1794 res = wolfSSL_read(conn->ssl, wpabuf_mhead(buf), wpabuf_size(buf)); in tls_connection_decrypt()
Dtls_openssl.c4384 res = res == 0 ? 0 : BIO_read(conn->ssl_out, wpabuf_mhead(out_data), in openssl_handshake()
4412 res = SSL_read(conn->ssl, wpabuf_mhead(appl_data), in openssl_get_appl_data()
4541 res = BIO_read(conn->ssl_out, wpabuf_mhead(buf), wpabuf_size(buf)); in tls_connection_encrypt()
4584 res = SSL_read(conn->ssl, wpabuf_mhead(buf), wpabuf_size(buf)); in tls_connection_decrypt()
Dcrypto_openssl.c962 keylen = DH_compute_key(wpabuf_mhead(res), pub_key, dh); in dh5_derive_shared()
/external/wpa_supplicant_8/src/utils/
Dwpabuf.h108 static inline void * wpabuf_mhead(struct wpabuf *buf) in wpabuf_mhead() function
115 return (u8 *) wpabuf_mhead(buf); in wpabuf_mhead_u8()
Dext_password.c107 os_memset(wpabuf_mhead(pw), 0, wpabuf_len(pw)); in ext_password_free()
Dwpabuf.c211 os_memset(wpabuf_mhead(buf), 0, wpabuf_len(buf)); in wpabuf_clear_free()
/external/wpa_supplicant_8/src/eap_server/
Deap_server_pax.c111 wpabuf_mhead(req), wpabuf_len(req) - EAP_PAX_ICV_LEN, in eap_pax_build_std_1()
167 wpabuf_mhead(req), wpabuf_len(req) - EAP_PAX_ICV_LEN, in eap_pax_build_std_3()
283 wpabuf_mhead(respData), in eap_pax_check()
Deap_server_ttls.c144 pos = eap_ttls_avp_hdr(wpabuf_mhead(avp), avp_code, 0, mandatory, in eap_ttls_avp_encapsulate()
184 pos = wpabuf_mhead(buf); in eap_ttls_avp_parse()
Deap_server_fast.c1154 pos = wpabuf_mhead(data); in eap_fast_parse_tlvs()
Deap_server_teap.c1340 pos = wpabuf_mhead(data); in eap_teap_parse_tlvs()
/external/wpa_supplicant_8/src/eap_common/
Deap_common.c170 hdr = wpabuf_mhead(msg); in eap_update_len()
Deap_sim_common.c1019 eap = wpabuf_mhead(msg->buf); in eap_sim_msg_finish()
1026 (u8 *) wpabuf_mhead(msg->buf) + in eap_sim_msg_finish()
1033 (u8 *) wpabuf_mhead(msg->buf) + msg->mac, in eap_sim_msg_finish()
Dikev2_common.c525 hdr = wpabuf_mhead(msg); in ikev2_update_hdr()
587 wpabuf_head(plain), wpabuf_mhead(plain), in ikev2_build_encrypted()
/external/wpa_supplicant_8/src/eap_peer/
Deap_ttls.c256 avp = wpabuf_mhead(msg); in eap_ttls_avp_encapsulate()
534 pos = buf = wpabuf_mhead(msg); in eap_ttls_phase2_request_mschapv2()
628 pos = buf = wpabuf_mhead(msg); in eap_ttls_phase2_request_mschap()
727 pos = buf = wpabuf_mhead(msg); in eap_ttls_phase2_request_pap()
784 pos = buf = wpabuf_mhead(msg); in eap_ttls_phase2_request_chap()
1037 pos = wpabuf_mhead(in_decrypted); in eap_ttls_parse_avps()
Deap_peap.c601 struct eap_hdr *hdr = wpabuf_mhead(req); in eap_peap_phase2_request()
815 hdr = wpabuf_mhead(in_decrypted); in eap_peap_decrypt()
847 hdr = wpabuf_mhead(in_decrypted); in eap_peap_decrypt()
Deap_fast.c1117 pos = wpabuf_mhead(decrypted); in eap_fast_parse_decrypted()
Deap_teap.c1162 pos = wpabuf_mhead(decrypted); in eap_teap_parse_decrypted()
/external/wpa_supplicant_8/src/ap/
Dfils_hlp.c53 pos = wpabuf_mhead(sta->hlp_dhcp_discover); in fils_dhcp_request()
/external/wpa_supplicant_8/src/radius/
Dradius.c651 msg->hdr = wpabuf_mhead(msg->buf); in radius_msg_add_attr()
708 msg->hdr = wpabuf_mhead(msg->buf); in radius_msg_parse()
/external/wpa_supplicant_8/src/wps/
Dwps_common.c177 if (aes_128_cbc_decrypt(wps->keywrapkey, encr, wpabuf_mhead(decrypted), in wps_decrypt_encr_settings()
Dwps_er.c1126 data = wpabuf_mhead(event); in wps_er_process_wlanevent()

12