Home
last modified time | relevance | path

Searched defs:ver (Results 1 – 10 of 10) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dtlsv1_common.c289 int tls_version_ok(u16 ver) in tls_version_ok()
306 const char * tls_version_str(u16 ver) in tls_version_str()
321 int tls_prf(u16 ver, const u8 *secret, size_t secret_len, const char *label, in tls_prf()
Dtlsv1_client_read.c30 static int tls_version_disabled(struct tlsv1_client *conn, u16 ver) in tls_version_disabled()
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa.c236 int ver, const u8 *dest, u16 proto, in wpa_eapol_key_send()
285 int key_info, ver; in wpa_sm_key_request() local
547 int ver, const u8 *nonce, in wpa_supplicant_send_2_of_4()
662 u16 ver, const u8 *key_data, in wpa_supplicant_process_1_of_4()
1216 u16 ver, u16 key_info, in wpa_supplicant_send_4_of_4()
1283 u16 ver, const u8 *key_data, in wpa_supplicant_process_3_of_4()
1517 u16 ver, struct wpa_gtk_data *gd) in wpa_supplicant_process_1_of_2_wpa()
1586 int ver, u16 key_info) in wpa_supplicant_send_2_of_2()
1636 size_t key_data_len, u16 ver) in wpa_supplicant_process_1_of_2()
1697 u16 ver, in wpa_supplicant_verify_eapol_key_mic()
[all …]
/hal_espressif-latest/components/efuse/esp32h2/include/
Desp_efuse_rtc_calib.h18 #define VER2IDX(ver) ((ver) - 1) // Version number to index number of the array argument
/hal_espressif-latest/components/efuse/esp32c6/include/
Desp_efuse_rtc_calib.h19 #define VER2IDX(ver) ((ver) - 1) // Version number to index number of the array argument
/hal_espressif-latest/tools/esptool_py/ci/
DSign-File.ps123 Foreach ($ver in $sdkVers) in FindSignTool() variable
/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps_dev_attr.c396 int wps_process_os_version(struct wps_device_data *dev, const u8 *ver) in wps_process_os_version()
/hal_espressif-latest/components/xtensa/include/xtensa/
Dtraxreg.h75 #define TRAX_ID_FROM_VER(ver) ((((ver) & 0xf0) << 16) | (((ver) & 0x7) << 17)) argument
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dwpa_common.c895 int wpa_eapol_key_mic(const u8 *key, size_t key_len, int akmp, int ver, in wpa_eapol_key_mic()
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dwpa_auth.c703 u16 ver = key_info & WPA_KEY_INFO_TYPE_MASK; in wpa_receive() local