Home
last modified time | relevance | path

Searched refs:addr1 (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/common/
Dsae.h129 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);
Dsae.c121 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 …]
Dwpa_common.c1144 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()
Dieee802_11_defs.h311 u8 addr1[6]; member
319 #define IEEE80211_DA_FROMDS addr1
Dwpa_common.h434 const u8 *addr1, const u8 *addr2,
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dms_funcs.c248 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()
Dccmp.c52 os_memcpy(pos, hdr->addr1, 3 * ETH_ALEN); in ccmp_aad_nonce()
/hal_espressif-latest/components/esp_rom/include/esp32c2/rom/
Dcache.h120 uint32_t addr1; /*!< autoload region1 start address */ member
/hal_espressif-latest/components/esp_rom/include/esp32c6/rom/
Dcache.h104 uint32_t addr1; /*!< autoload region1 start address */ member
/hal_espressif-latest/components/esp_rom/include/esp32h2/rom/
Dcache.h108 uint32_t addr1; /*!< autoload region1 start address */ member
/hal_espressif-latest/components/esp_rom/include/esp32c3/rom/
Dcache.h120 uint32_t addr1; /*!< autoload region1 start address */ member
/hal_espressif-latest/components/esp_rom/include/esp32s2/rom/
Dcache.h105 uint32_t addr1; /*!< autoload region1 start address */ member