/hostap-3.7.0/src/utils/ |
D | const_time.h | 99 static inline unsigned int const_time_select(unsigned int mask, in const_time_select() 114 static inline int const_time_select_int(unsigned int mask, int true_val, in const_time_select_int() 129 static inline u8 const_time_select_u8(u8 mask, u8 true_val, u8 false_val) in const_time_select_u8() 142 static inline s8 const_time_select_s8(u8 mask, s8 true_val, s8 false_val) in const_time_select_s8() 161 static inline void const_time_select_bin(u8 mask, const u8 *true_val, in const_time_select_bin() 177 unsigned int mask; in const_time_memcmp() local
|
D | utils_module_tests.c | 979 unsigned int mask; in const_time_tests() member 996 unsigned int mask; in const_time_tests() member 1011 u8 mask; in const_time_tests() member 1026 u8 mask; in const_time_tests() member 1039 u8 mask; in const_time_tests() member
|
D | common.c | 80 int hwaddr_masked_aton(const char *txt, u8 *addr, u8 *mask, u8 maskable) in hwaddr_masked_aton() 189 int hwaddr_mask_txt(char *buf, size_t len, const u8 *addr, const u8 *mask) in hwaddr_mask_txt()
|
/hostap-3.7.0/src/crypto/ |
D | sha256-prf.c | 101 u8 mask = 0xff << (8 - buf_len_bits % 8); in sha256_prf_bits() local
|
D | sha384-prf.c | 101 u8 mask = 0xff << (8 - buf_len_bits % 8); in sha384_prf_bits() local
|
D | sha512-prf.c | 101 u8 mask = 0xff << (8 - buf_len_bits % 8); in sha512_prf_bits() local
|
/hostap-3.7.0/src/common/ |
D | dragonfly.c | 121 unsigned int mask; in dragonfly_is_quadratic_residue_blind() local
|
D | sae.c | 457 u8 mask; in sae_derive_pwe_ffc() local 1277 struct crypto_bignum *mask) in sae_derive_commit_element_ecc() 1300 struct crypto_bignum *mask) in sae_derive_commit_element_ffc() 1324 struct crypto_bignum *mask; in sae_derive_commit() local
|
D | common_module_tests.c | 324 struct crypto_bignum *mask = NULL; in sae_tests() local
|
D | hw_features_common.c | 691 static int ieee80211ac_cap_check_max(u32 hw, u32 conf, u32 mask, in ieee80211ac_cap_check_max()
|
/hostap-3.7.0/src/eap_common/ |
D | eap_pwd_common.c | 80 u8 mask = 0xff; in eap_pwd_kdf() local
|
/hostap-3.7.0/src/ap/ |
D | wpa_auth_ie.c | 1154 u32 cipher, suite, selector, mask; in wpa_auth_write_fd_rsn_info() local
|
D | hostapd.c | 652 u8 mask[ETH_ALEN] = { 0 }; in hostapd_validate_bssid_configuration() local
|
/hostap-3.7.0/wpa_supplicant/ |
D | scan.c | 3141 const u8 *mask) in wpas_mac_addr_rand_scan_set() 3182 unsigned int type, u8 *mask) in wpas_mac_addr_rand_scan_get_mask()
|
D | wpa_supplicant.c | 2933 enum wpa_drv_update_connect_params_mask *mask) in wpas_populate_assoc_ies() 3458 enum wpa_drv_update_connect_params_mask mask = 0; in wpas_update_fils_connect_params() local 8557 const u8 *mask) in wpas_enable_mac_addr_randomization()
|
D | driver_i.h | 1090 enum wpa_drv_update_connect_params_mask mask) in wpa_drv_update_connect_params()
|
/hostap-3.7.0/src/eap_peer/ |
D | eap_pwd.c | 359 struct crypto_bignum *mask = NULL; in eap_pwd_perform_commit_exchange() local
|
/hostap-3.7.0/src/p2p/ |
D | p2p_build.c | 680 void p2p_buf_add_feature_capability(struct wpabuf *buf, u16 len, const u8 *mask) in p2p_buf_add_feature_capability()
|
/hostap-3.7.0/src/eap_server/ |
D | eap_server_pwd.c | 238 struct crypto_bignum *mask = NULL; in eap_pwd_build_commit_req() local
|
/hostap-3.7.0/src/tls/ |
D | libtommath.c | 1067 register mp_digit *tmpc, mask, shift; in mp_div_2d() local 1412 register mp_digit *tmpc, shift, mask, r, rr; in mp_mul_2d() local
|
/hostap-3.7.0/src/radius/ |
D | radius_server.c | 104 struct in_addr mask; member 2027 int line = 0, mask, failed = 0, i; in radius_server_read_clients() local
|
/hostap-3.7.0/src/drivers/ |
D | driver_bsd.c | 251 bsd_set_mediaopt(void *priv, uint32_t mask, uint32_t mode) in bsd_set_mediaopt()
|
/hostap-3.7.0/hostapd/ |
D | config_file.c | 1219 static u8 set_he_cap(int val, u8 mask) in set_he_cap()
|
/hostap-3.7.0/wlantest/ |
D | rx_mgmt.c | 2329 u8 mask; in mgmt_ccmp_decrypt() local
|
/hostap-3.7.0/wpa_supplicant/dbus/ |
D | dbus_new_handlers.c | 4438 const u8 *mask; in wpas_dbus_setter_mac_address_randomization_mask() local 4530 u8 *mask = mask_buf; in wpas_dbus_getter_mac_address_randomization_mask() local
|