Home
last modified time | relevance | path

Searched defs:mac (Results 1 – 25 of 43) sorted by relevance

12

/hal_espressif-3.7.0/components/esp_hw_support/
Dmac_addr.c38 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/
Dcrypto_mbedtls.c50 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/
Daes-omac1.c44 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()
Dsha256.c27 const u8 *addr[], const size_t *len, u8 *mac) in hmac_sha256_vector()
101 size_t data_len, u8 *mac) in hmac_sha256()
Dsha1.c27 const u8 *addr[], const size_t *len, u8 *mac) in hmac_sha1_vector()
105 u8 *mac) in hmac_sha1()
Dmd5.c27 const u8 *addr[], const size_t *len, u8 *mac) in hmac_md5_vector()
106 u8 *mac) in hmac_md5()
Dsha384-internal.c25 u8 *mac) in sha384_vector()
Dcrypto_internal.c179 int crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) in crypto_hash_finish()
Dmd5-internal.c31 int md5_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in md5_vector()
Dsha512-internal.c25 u8 *mac) in sha512_vector()
Dsha256-internal.c26 u8 *mac) in sha256_vector()
Dmd4-internal.c29 int md4_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in md4_vector()
Daes-siv.c65 size_t num_elem, const u8 *addr[], size_t *len, u8 *mac) in aes_s2v()
Dsha1-internal.c31 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/
Dtest_efuse.c41 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/
Dtest_offchannel.c181 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/
Defuse_hal.c16 void efuse_hal_get_mac(uint8_t *mac) in efuse_hal_get_mac()
/hal_espressif-3.7.0/components/esp_netif/include/
Desp_netif_types.h151 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/
Desp_hostpad_wps.c38 uint8_t mac[ETH_ALEN]; in wifi_ap_wps_init() local
Desp_dpp_i.h41 uint8_t mac[6]; member
/hal_espressif-3.7.0/components/wpa_supplicant/src/ap/
Dcomeback_token.c36 u8 mac[SHA256_MAC_LEN]; in check_comeback_token() local
/hal_espressif-3.7.0/components/esp_phy/include/
Desp_phy_init.h35 uint8_t mac[6]; /*!< The MAC address of the station */ member
/hal_espressif-3.7.0/components/esp_netif/loopback/
Desp_netif_loopback.c42 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/
Dsmartconfig_ack.c46 uint8_t mac[6]; /*!< MAC address of station */ member
/hal_espressif-3.7.0/components/wpa_supplicant/src/eap_peer/
Deap_peap.c311 u8 *mac; in eap_tlv_add_cryptobinding() local
397 u8 buf[61], mac[SHA1_MAC_LEN]; in eap_tlv_validate_cryptobinding() local

12