Searched defs:ver (Results 1 – 10 of 10) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/tls/ |
D | tlsv1_common.c | 289 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()
|
D | tlsv1_client_read.c | 30 static int tls_version_disabled(struct tlsv1_client *conn, u16 ver) in tls_version_disabled()
|
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/ |
D | wpa.c | 236 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/ |
D | esp_efuse_rtc_calib.h | 18 #define VER2IDX(ver) ((ver) - 1) // Version number to index number of the array argument
|
/hal_espressif-latest/components/efuse/esp32c6/include/ |
D | esp_efuse_rtc_calib.h | 19 #define VER2IDX(ver) ((ver) - 1) // Version number to index number of the array argument
|
/hal_espressif-latest/tools/esptool_py/ci/ |
D | Sign-File.ps1 | 23 Foreach ($ver in $sdkVers) in FindSignTool() variable
|
/hal_espressif-latest/components/wpa_supplicant/src/wps/ |
D | wps_dev_attr.c | 396 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/ |
D | traxreg.h | 75 #define TRAX_ID_FROM_VER(ver) ((((ver) & 0xf0) << 16) | (((ver) & 0x7) << 17)) argument
|
/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | wpa_common.c | 895 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/ |
D | wpa_auth.c | 703 u16 ver = key_info & WPA_KEY_INFO_TYPE_MASK; in wpa_receive() local
|