Searched refs:Counter (Results 1 – 5 of 5) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/eapol_auth/ |
D | eapol_auth_sm_i.h | 20 typedef unsigned int Counter; typedef 79 Counter authEntersConnecting; 80 Counter authEapLogoffsWhileConnecting; 81 Counter authEntersAuthenticating; 82 Counter authAuthSuccessesWhileAuthenticating; 83 Counter authAuthTimeoutsWhileAuthenticating; 84 Counter authAuthFailWhileAuthenticating; 85 Counter authAuthEapStartsWhileAuthenticating; 86 Counter authAuthEapLogoffWhileAuthenticating; 87 Counter authAuthReauthsWhileAuthenticated; [all …]
|
/hal_espressif-latest/tools/esptool_py/espefuse/efuse/ |
D | mem_definition_base.py | 7 from collections import Counter, namedtuple 186 name_counts = Counter(names)
|
/hal_espressif-latest/components/wpa_supplicant/src/ap/ |
D | wpa_auth_i.h | 155 u8 Counter[WPA_NONCE_LEN]; member
|
D | wpa_auth.c | 305 group->Counter, WPA_NONCE_LEN) < 0) in wpa_group_init_gmk_and_counter() 308 group->Counter, WPA_NONCE_LEN); in wpa_group_init_gmk_and_counter() 1132 sm->group->Counter + WPA_NONCE_LEN - 16, 16); in __wpa_send_eapol() 1133 inc_byte_array(sm->group->Counter, WPA_NONCE_LEN); in __wpa_send_eapol() 2248 memcpy(group->GNonce, group->Counter, WPA_NONCE_LEN); in wpa_gtk_update() 2249 inc_byte_array(group->Counter, WPA_NONCE_LEN); in wpa_gtk_update() 2260 memcpy(group->GNonce, group->Counter, WPA_NONCE_LEN); in wpa_gtk_update() 2261 inc_byte_array(group->Counter, WPA_NONCE_LEN); in wpa_gtk_update()
|
/hal_espressif-latest/components/mbedtls/ |
D | Kconfig | 863 bool "CCM (Counter with CBC-MAC) block cipher modes" 867 Enable Counter with CBC-MAC (CCM) modes for AES and/or Camellia ciphers. 872 bool "GCM (Galois/Counter) block cipher modes" 876 Enable Galois/Counter Mode for AES and/or Camellia ciphers.
|