Searched refs:wpabuf_mhead (Results 1 – 11 of 11) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/include/utils/ |
D | wpabuf.h | 98 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/ |
D | dh_groups.c | 1229 dh->prime, dh->prime_len, wpabuf_mhead(pv), in dh_init() 1267 wpabuf_mhead(shared), &shared_len)) { in dh_derive_shared()
|
D | tls_internal.c | 574 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/ |
D | ext_password.c | 105 os_memset(wpabuf_mhead(pw), 0, wpabuf_len(pw)); in ext_password_free()
|
D | wpabuf.c | 213 os_memset(wpabuf_mhead(buf), 0, wpabuf_len(buf)); in wpabuf_clear_free()
|
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/ |
D | eap_common.c | 170 hdr = wpabuf_mhead(msg); in eap_update_len()
|
D | eap_ttls.c | 194 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()
|
D | eap_peap.c | 659 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()
|
D | eap_fast.c | 1082 pos = wpabuf_mhead(decrypted); in eap_fast_parse_decrypted()
|
/hal_espressif-latest/components/wpa_supplicant/src/wps/ |
D | wps_common.c | 183 if (aes_128_cbc_decrypt(wps->keywrapkey, encr, wpabuf_mhead(decrypted), in wps_decrypt_encr_settings()
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | dpp.c | 206 pos = wpabuf_mhead(buf); in dpp_get_pubkey_point()
|