Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/include/utils/
Dwpabuf.h98 static inline void * wpabuf_mhead(struct wpabuf *buf) in wpabuf_mhead() function
105 return wpabuf_mhead(buf); in wpabuf_mhead_u8()
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Ddh_groups.c1229 dh->prime, dh->prime_len, wpabuf_mhead(pv), in dh_init()
1267 wpabuf_mhead(shared), &shared_len)) { 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()
/hal_espressif-latest/components/wpa_supplicant/src/utils/
Dext_password.c105 os_memset(wpabuf_mhead(pw), 0, wpabuf_len(pw)); in ext_password_free()
Dwpabuf.c213 os_memset(wpabuf_mhead(buf), 0, wpabuf_len(buf)); in wpabuf_clear_free()
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/
Deap_common.c170 hdr = wpabuf_mhead(msg); in eap_update_len()
Deap_ttls.c194 avp = wpabuf_mhead(msg); in eap_ttls_avp_encapsulate()
439 pos = buf = wpabuf_mhead(msg); in eap_ttls_phase2_request_mschapv2()
544 pos = buf = wpabuf_mhead(msg); in eap_ttls_phase2_request_mschap()
627 pos = buf = wpabuf_mhead(msg); in eap_ttls_phase2_request_pap()
684 pos = buf = wpabuf_mhead(msg); in eap_ttls_phase2_request_chap()
935 pos = wpabuf_mhead(in_decrypted); in eap_ttls_parse_avps()
Deap_peap.c659 struct eap_hdr *hdr = wpabuf_mhead(req); in eap_peap_phase2_request()
857 hdr = wpabuf_mhead(in_decrypted); in eap_peap_decrypt()
899 tlv = wpabuf_mhead(in_decrypted); in eap_peap_decrypt()
932 hdr = wpabuf_mhead(in_decrypted); in eap_peap_decrypt()
Deap_fast.c1082 pos = wpabuf_mhead(decrypted); in eap_fast_parse_decrypted()
/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps_common.c183 if (aes_128_cbc_decrypt(wps->keywrapkey, encr, wpabuf_mhead(decrypted), in wps_decrypt_encr_settings()
/hal_espressif-latest/components/wpa_supplicant/src/common/
Ddpp.c206 pos = wpabuf_mhead(buf); in dpp_get_pubkey_point()