| /kernel/linux/linux-6.6/drivers/scsi/csiostor/ |
| H A D | csio_hw.h | 330 uint8_t mac[6]; member
|
| /kernel/linux/linux-6.6/net/bluetooth/ |
| H A D | smp.c | 170 aes_cmac(struct crypto_shash *tfm, const u8 k[16], const u8 *m, size_t len, u8 mac[16]) aes_cmac() argument
|
| /kernel/linux/linux-6.6/net/mac80211/ |
| H A D | cfg.c | 858 ieee80211_dump_station(struct wiphy *wiphy, struct net_device *dev, int idx, u8 *mac, struct station_info *sinfo) ieee80211_dump_station() argument 888 ieee80211_get_station(struct wiphy *wiphy, struct net_device *dev, const u8 *mac, struct station_info *sinfo) ieee80211_get_station() argument 2034 ieee80211_add_station(struct wiphy *wiphy, struct net_device *dev, const u8 *mac, struct station_parameters *params) ieee80211_add_station() argument 2120 ieee80211_change_station(struct wiphy *wiphy, struct net_device *dev, const u8 *mac, struct station_parameters *params) ieee80211_change_station() argument [all...] |
| /third_party/mbedtls/library/ |
| H A D | ssl_msg.c | 1041 unsigned char mac[MBEDTLS_SSL_MAC_ADD]; in mbedtls_ssl_encrypt_buf() local 1375 unsigned char mac[MBEDTLS_SSL_MAC_ADD]; in mbedtls_ssl_encrypt_buf() local [all...] |
| /third_party/node/deps/openssl/openssl/ssl/ |
| H A D | t1_lib.c | 3412 EVP_MAC *mac = NULL; in ssl_hmac_new() local
|
| /third_party/openssl/ssl/ |
| H A D | t1_lib.c | 3392 EVP_MAC *mac = NULL; in ssl_hmac_new() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
| H A D | dpp.c | 260 int dpp_parse_uri_mac(struct dpp_bootstrap_info *bi, const char *mac) in dpp_parse_uri_mac() argument 353 const char *chan_list = NULL, *mac = NULL, *info = NULL, *pk = NULL; in dpp_parse_uri() local 3871 char *mac in dpp_bootstrap_gen() local [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
| H A D | crypto_openssl.c | 247 int md4_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in md4_vector() argument 332 int md5_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in md5_vector() argument 339 int sha1_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) in sha1_vector() argument 206 openssl_digest_vector(const EVP_MD *type, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) openssl_digest_vector() argument 346 sha256_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) sha256_vector() argument 355 sha384_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) sha384_vector() argument 364 sha512_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) sha512_vector() argument 1111 crypto_hash_finish(struct crypto_hash *ctx, u8 *mac, size_t *len) crypto_hash_finish() argument 1142 openssl_hmac_vector(const EVP_MD *type, const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac, unsigned int mdlen) openssl_hmac_vector() argument 1174 hmac_md5_vector(const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) hmac_md5_vector() argument 1182 hmac_md5(const u8 *key, size_t key_len, const u8 *data, size_t data_len, u8 *mac) hmac_md5() argument 1201 hmac_sha1_vector(const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) hmac_sha1_vector() argument 1209 hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, u8 *mac) hmac_sha1() argument 1218 hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) hmac_sha256_vector() argument 1226 hmac_sha256(const u8 *key, size_t key_len, const u8 *data, size_t data_len, u8 *mac) hmac_sha256() argument 1237 hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) hmac_sha384_vector() argument 1245 hmac_sha384(const u8 *key, size_t key_len, const u8 *data, size_t data_len, u8 *mac) hmac_sha384() argument 1256 hmac_sha512_vector(const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) hmac_sha512_vector() argument 1264 hmac_sha512(const u8 *key, size_t key_len, const u8 *data, size_t data_len, u8 *mac) hmac_sha512() argument 1282 omac1_aes_vector(const u8 *key, size_t key_len, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) omac1_aes_vector() argument 1319 omac1_aes_128_vector(const u8 *key, size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) omac1_aes_128_vector() argument 1326 omac1_aes_128(const u8 *key, const u8 *data, size_t data_len, u8 *mac) omac1_aes_128() argument 1332 omac1_aes_256(const u8 *key, const u8 *data, size_t data_len, u8 *mac) omac1_aes_256() argument [all...] |
| /kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_port.h | 131 unsigned char mac[ETH_ALEN]; member
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/e1000e/ |
| H A D | netdev.c | 3965 struct e1000_mac_info *mac = &adapter->hw.mac; e1000e_reset() local 5195 struct e1000_mac_info *mac = &adapter->hw.mac; e1000_watchdog_task() local [all...] |
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/ |
| H A D | igc_main.c | 5128 struct igc_mac_info *mac = &adapter->hw.mac; igc_set_spd_dplx() local [all...] |
| /kernel/linux/linux-5.10/drivers/net/dsa/mv88e6xxx/ |
| H A D | chip.h | 149 u8 mac[ETH_ALEN]; member
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/alacritech/ |
| H A D | slic.h | 340 u8 mac[ETH_ALEN]; /* 20 MAC addresses */ member 397 u8 mac[ETH_ALEN]; /* 29 MAC addresses (2 ports) */ member
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
| H A D | cnic.c | 2086 u8 *mac = dev->mac_addr; in cnic_init_bnx2x_mac() local [all...] |
| /kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
| H A D | en_port.h | 99 __be64 mac; member
|
| H A D | resource_tracker.c | 57 u64 mac; member 2023 static int mac_add_to_slave(struct mlx4_dev *dev, int slave, u64 mac, int port, u8 smac_index) in mac_add_to_slave() argument 2005 mac_find_smac_ix_in_slave(struct mlx4_dev *dev, int slave, int port, u8 smac_index, u64 *mac) mac_find_smac_ix_in_slave() argument 2055 mac_del_from_slave(struct mlx4_dev *dev, int slave, u64 mac, int port) mac_del_from_slave() argument 2100 u64 mac; mac_alloc_res() local 3804 u64 mac; roce_verify_mac() local 4292 u64 mac; mlx4_UPDATE_QP_wrapper() local [all...] |
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/igb/ |
| H A D | e1000_hw.h | 524 struct e1000_mac_info mac; member
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | t3_hw.c | 1198 static void t3_gate_rx_traffic(struct cmac *mac, u32 *rx_cfg, in t3_gate_rx_traffic() argument 1220 static void t3_open_rx_traffic(struct cmac *mac, u32 rx_cfg, in t3_open_rx_traffic() argument 1245 struct cmac *mac = &pi->mac; t3_link_changed() local 1300 struct cmac *mac = &pi->mac; t3_link_fault() local 1363 t3_link_start(struct cphy *phy, struct cmac *mac, struct link_config *lc) t3_link_start() argument 1846 struct cmac *mac = &adap2pinfo(adap, idx)->mac; mac_intr_handler() local 3540 mac_prep(struct cmac *mac, struct adapter *adapter, int index) mac_prep() argument [all...] |
| /kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/ |
| H A D | hns3_enet.c | 2045 static int hns3_nic_set_vf_mac(struct net_device *netdev, int vf_id, u8 *mac) in hns3_nic_set_vf_mac() argument
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
| H A D | ice_main.c | 4920 u8 *mac; in ice_set_mac_address() local [all...] |
| /kernel/linux/linux-5.10/drivers/md/ |
| H A D | dm-crypt.c | 2803 struct crypto_ahash *mac; in crypt_ctr_auth_cipher() local
|
| /kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
| H A D | main.c | 569 u8 mac[ETH_ALEN]; in set_roce_addr() local
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
| H A D | qed_dev.c | 356 struct qed_llh_mac_filter mac; member 5324 qed_set_fw_mac_addr(__le16 *fw_msb, __le16 *fw_mid, __le16 *fw_lsb, u8 *mac) qed_set_fw_mac_addr() argument [all...] |
| /kernel/linux/linux-5.10/drivers/net/ethernet/socionext/ |
| H A D | netsec.c | 1991 u8 *mac, macbuf[ETH_ALEN]; in netsec_probe() local
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/natsemi/ |
| H A D | ns83820.c | 1652 static void ns83820_getmac(struct ns83820 *dev, u8 *mac) argument
|