/hal_espressif-3.7.0/components/esp_hw_support/ |
D | mac_addr.c | 38 uint8_t mac[ESP_MAC_ADDRESS_LEN]; member 83 static esp_err_t get_mac_addr_from_mac_table(uint8_t *mac, int idx, bool silent) in get_mac_addr_from_mac_table() 127 esp_err_t esp_iface_mac_addr_set(const uint8_t *mac, esp_mac_type_t type) in esp_iface_mac_addr_set() 155 esp_err_t esp_base_mac_addr_set(const uint8_t *mac) in esp_base_mac_addr_set() 160 esp_err_t esp_base_mac_addr_get(uint8_t *mac) in esp_base_mac_addr_get() 166 static esp_err_t get_efuse_mac_ext(uint8_t *mac) in get_efuse_mac_ext() 177 static esp_err_t insert_mac_ext_into_mac(uint8_t *mac) in insert_mac_ext_into_mac() 190 esp_err_t esp_efuse_mac_get_custom(uint8_t *mac) in esp_efuse_mac_get_custom() 203 static esp_err_t get_efuse_mac_custom(uint8_t *mac) in get_efuse_mac_custom() 247 esp_err_t esp_efuse_mac_get_default(uint8_t *mac) in esp_efuse_mac_get_default() [all …]
|
/hal_espressif-3.7.0/components/wpa_supplicant/esp_supplicant/src/crypto/ |
D | crypto_mbedtls.c | 50 const u8 *addr[], const size_t *len, u8 *mac) in digest_vector() 94 u8 *mac) in sha256_vector() 100 u8 *mac) in sha384_vector() 106 u8 *mac) in sha512_vector() 111 int sha1_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in sha1_vector() 116 int md5_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in md5_vector() 122 int md4_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in md4_vector() 216 int crypto_hash_finish(struct crypto_hash *crypto_ctx, u8 *mac, size_t *len) in crypto_hash_finish() 293 const size_t *len, u8 *mac) in hmac_vector() 333 const u8 *addr[], const size_t *len, u8 *mac) in hmac_sha384_vector() [all …]
|
/hal_espressif-3.7.0/components/wpa_supplicant/src/crypto/ |
D | aes-omac1.c | 44 const u8 *addr[], const size_t *len, u8 *mac) in omac1_aes_vector() 134 const u8 *addr[], const size_t *len, u8 *mac) in omac1_aes_128_vector() 152 int omac1_aes_128(const u8 *key, const u8 *data, size_t data_len, u8 *mac) in omac1_aes_128() 170 int omac1_aes_256(const u8 *key, const u8 *data, size_t data_len, u8 *mac) in omac1_aes_256()
|
D | sha256.c | 27 const u8 *addr[], const size_t *len, u8 *mac) in hmac_sha256_vector() 101 size_t data_len, u8 *mac) in hmac_sha256()
|
D | sha1.c | 27 const u8 *addr[], const size_t *len, u8 *mac) in hmac_sha1_vector() 105 u8 *mac) in hmac_sha1()
|
D | md5.c | 27 const u8 *addr[], const size_t *len, u8 *mac) in hmac_md5_vector() 106 u8 *mac) in hmac_md5()
|
D | sha384-internal.c | 25 u8 *mac) in sha384_vector()
|
D | crypto_internal.c | 179 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) in crypto_hash_finish()
|
D | md5-internal.c | 31 int md5_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in md5_vector()
|
D | sha512-internal.c | 25 u8 *mac) in sha512_vector()
|
D | sha256-internal.c | 26 u8 *mac) in sha256_vector()
|
D | md4-internal.c | 29 int md4_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in md4_vector()
|
D | aes-siv.c | 65 size_t num_elem, const u8 *addr[], size_t *len, u8 *mac) in aes_s2v()
|
D | sha1-internal.c | 31 int sha1_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in sha1_vector()
|
/hal_espressif-3.7.0/components/efuse/test_apps/main/ |
D | test_efuse.c | 41 uint8_t mac[6]; in test_read_blob() local 86 uint8_t mac[6]; in test_read_cnt() local 674 uint8_t mac[6]; in task2() local 810 uint8_t mac[6]; variable 832 uint8_t mac[6]; variable
|
/hal_espressif-3.7.0/components/wpa_supplicant/test/ |
D | test_offchannel.c | 181 uint8_t mac[6]; in test_wifi_offchan_tx() local 219 uint8_t mac[6]; in test_wifi_roc() local
|
/hal_espressif-3.7.0/components/hal/ |
D | efuse_hal.c | 16 void efuse_hal_get_mac(uint8_t *mac) in efuse_hal_get_mac()
|
/hal_espressif-3.7.0/components/esp_netif/include/ |
D | esp_netif_types.h | 151 uint8_t mac[6]; /*!< MAC address of the connected client */ member 192 uint8_t mac[6]; /*!< initial mac address for this interface */ member 252 uint8_t mac[6]; /**< Clients MAC address */ member
|
/hal_espressif-3.7.0/components/wpa_supplicant/esp_supplicant/src/ |
D | esp_hostpad_wps.c | 38 uint8_t mac[ETH_ALEN]; in wifi_ap_wps_init() local
|
D | esp_dpp_i.h | 41 uint8_t mac[6]; member
|
/hal_espressif-3.7.0/components/wpa_supplicant/src/ap/ |
D | comeback_token.c | 36 u8 mac[SHA256_MAC_LEN]; in check_comeback_token() local
|
/hal_espressif-3.7.0/components/esp_phy/include/ |
D | esp_phy_init.h | 35 uint8_t mac[6]; /*!< The MAC address of the station */ member
|
/hal_espressif-3.7.0/components/esp_netif/loopback/ |
D | esp_netif_loopback.c | 42 uint8_t mac[NETIF_MAX_HWADDR_LEN]; member 242 esp_err_t esp_netif_set_mac(esp_netif_t *esp_netif, uint8_t mac[]) in esp_netif_set_mac()
|
/hal_espressif-3.7.0/components/esp_wifi/src/ |
D | smartconfig_ack.c | 46 uint8_t mac[6]; /*!< MAC address of station */ member
|
/hal_espressif-3.7.0/components/wpa_supplicant/src/eap_peer/ |
D | eap_peap.c | 311 u8 *mac; in eap_tlv_add_cryptobinding() local 397 u8 buf[61], mac[SHA1_MAC_LEN]; in eap_tlv_validate_cryptobinding() local
|