/hal_espressif-latest/components/wpa_supplicant/src/common/ |
D | sae.h | 129 int sae_prepare_commit(const u8 *addr1, const u8 *addr2, 133 const u8 *addr1, const u8 *addr2, 152 const u8 *addr1, const u8 *addr2); 155 const u8 *addr1, const u8 *addr2);
|
D | sae.c | 121 static void sae_pwd_seed_key(const u8 *addr1, const u8 *addr2, u8 *key) in sae_pwd_seed_key() argument 124 " addr2=" MACSTR, MAC2STR(addr1), MAC2STR(addr2)); in sae_pwd_seed_key() 125 if (os_memcmp(addr1, addr2, ETH_ALEN) > 0) { in sae_pwd_seed_key() 126 os_memcpy(key, addr1, ETH_ALEN); in sae_pwd_seed_key() 130 os_memcpy(key + ETH_ALEN, addr1, ETH_ALEN); in sae_pwd_seed_key() 274 static int sae_derive_pwe_ecc(struct sae_data *sae, const u8 *addr1, in sae_derive_pwe_ecc() argument 328 sae_pwd_seed_key(addr1, addr2, addrs); in sae_derive_pwe_ecc() 439 static int sae_derive_pwe_ffc(struct sae_data *sae, const u8 *addr1, in sae_derive_pwe_ffc() argument 471 sae_pwd_seed_key(addr1, addr2, addrs); in sae_derive_pwe_ffc() 1077 const u8 *addr1, const u8 *addr2) in sae_max_min_addr() argument [all …]
|
D | wpa_common.c | 1144 const u8 *addr1, const u8 *addr2, in wpa_pmk_to_ptk() argument 1157 if (memcmp(addr1, addr2, ETH_ALEN) < 0) { in wpa_pmk_to_ptk() 1158 memcpy(data, addr1, ETH_ALEN); in wpa_pmk_to_ptk() 1162 memcpy(data + ETH_ALEN, addr1, ETH_ALEN); in wpa_pmk_to_ptk() 1195 MAC2STR(addr1), MAC2STR(addr2)); in wpa_pmk_to_ptk()
|
D | ieee802_11_defs.h | 311 u8 addr1[6]; member 319 #define IEEE80211_DA_FROMDS addr1
|
D | wpa_common.h | 434 const u8 *addr1, const u8 *addr2,
|
/hal_espressif-latest/components/wpa_supplicant/src/crypto/ |
D | ms_funcs.c | 248 const unsigned char *addr1[3]; in generate_authenticator_response_pwhash() local 253 addr1[0] = password_hash_hash; in generate_authenticator_response_pwhash() 254 addr1[1] = nt_response; in generate_authenticator_response_pwhash() 255 addr1[2] = magic1; in generate_authenticator_response_pwhash() 262 sha1_vector(3, addr1, len1, response) || in generate_authenticator_response_pwhash()
|
D | ccmp.c | 52 os_memcpy(pos, hdr->addr1, 3 * ETH_ALEN); in ccmp_aad_nonce()
|
/hal_espressif-latest/components/esp_rom/include/esp32c2/rom/ |
D | cache.h | 120 uint32_t addr1; /*!< autoload region1 start address */ member
|
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/ |
D | cache.h | 104 uint32_t addr1; /*!< autoload region1 start address */ member
|
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/ |
D | cache.h | 108 uint32_t addr1; /*!< autoload region1 start address */ member
|
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/ |
D | cache.h | 120 uint32_t addr1; /*!< autoload region1 start address */ member
|
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/ |
D | cache.h | 105 uint32_t addr1; /*!< autoload region1 start address */ member
|