Home
last modified time | relevance | path

Searched refs:wpabuf_zeropad (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/include/utils/
Dwpabuf.h44 struct wpabuf * wpabuf_zeropad(struct wpabuf *buf, size_t len);
/hal_espressif-latest/components/wpa_supplicant/src/utils/
Dwpabuf.c279 struct wpabuf * wpabuf_zeropad(struct wpabuf *buf, size_t len) in wpabuf_zeropad() function
/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps_common.c86 dh_shared = wpabuf_zeropad(dh_shared, 192); in wps_derive_keys()
670 pub = wpabuf_zeropad(pub, 192); in wps_nfc_gen_dh()
Dwps_attr_build.c70 pubkey = wpabuf_zeropad(pubkey, 192); in wps_build_public_key()
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa.c2826 pub = wpabuf_zeropad(pub, prime_len); in owe_build_assoc_req()
2934 sh_secret = wpabuf_zeropad(sh_secret, prime_len); in owe_process_assoc_resp()
2960 pub = wpabuf_zeropad(pub, prime_len); in owe_process_assoc_resp()