Home
last modified time | relevance | path

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

123456789

/f-stack/freebsd/sys/
H A Dmac.h68 struct mac { struct
73 typedef struct mac *mac_t; argument
/f-stack/freebsd/security/mac/
H A Dmac_syscalls.c88 struct mac mac; in sys___mac_get_pid() local
137 struct mac mac; in sys___mac_get_proc() local
172 struct mac mac; in sys___mac_set_proc() local
233 struct mac mac; in sys___mac_get_fd() local
342 struct mac mac; in kern___mac_get_path() local
395 struct mac mac; in sys___mac_set_fd() local
509 struct mac mac; in kern___mac_set_path() local
/f-stack/dpdk/drivers/net/e1000/base/
H A De1000_mac.c19 struct e1000_mac_info *mac = &hw->mac; in e1000_init_mac_ops_generic() local
151 struct e1000_mac_info *mac = &hw->mac; in e1000_get_bus_info_pci_generic() local
206 struct e1000_mac_info *mac = &hw->mac; in e1000_get_bus_info_pcie_generic() local
683 struct e1000_mac_info *mac = &hw->mac; in e1000_check_for_copper_link_generic() local
748 struct e1000_mac_info *mac = &hw->mac; in e1000_check_for_fiber_link_generic() local
815 struct e1000_mac_info *mac = &hw->mac; in e1000_check_for_serdes_link_generic() local
1032 struct e1000_mac_info *mac = &hw->mac; in e1000_commit_fc_settings_generic() local
1101 struct e1000_mac_info *mac = &hw->mac; in e1000_poll_fiber_serdes_link_generic() local
1325 struct e1000_mac_info *mac = &hw->mac; in e1000_config_fc_after_link_up_generic() local
1812 struct e1000_mac_info *mac = &hw->mac; in e1000_id_led_init_generic() local
[all …]
H A De1000_82542.c72 struct e1000_mac_info *mac = &hw->mac; in e1000_init_mac_params_82542() local
215 struct e1000_mac_info *mac = &hw->mac; in e1000_init_hw_82542() local
289 struct e1000_mac_info *mac = &hw->mac; in e1000_setup_link_82542() local
H A De1000_82540.c130 struct e1000_mac_info *mac = &hw->mac; in e1000_init_mac_params_82540() local
300 struct e1000_mac_info *mac = &hw->mac; in e1000_init_hw_82540() local
432 struct e1000_mac_info *mac = &hw->mac; in e1000_setup_fiber_serdes_link_82540() local
H A De1000_82543.c163 struct e1000_mac_info *mac = &hw->mac; in e1000_init_mac_params_82543() local
924 struct e1000_mac_info *mac = &hw->mac; in e1000_init_hw_82543() local
1165 struct e1000_mac_info *mac = &hw->mac; in e1000_check_for_copper_link_82543() local
1301 struct e1000_mac_info *mac = &hw->mac; in e1000_check_for_fiber_link_82543() local
H A De1000_82541.c190 struct e1000_mac_info *mac = &hw->mac; in e1000_init_mac_params_82541() local
343 struct e1000_mac_info *mac = &hw->mac; in e1000_init_hw_82541() local
553 struct e1000_mac_info *mac = &hw->mac; in e1000_check_for_link_82541() local
/f-stack/dpdk/drivers/net/igc/base/
H A Digc_mac.c20 struct igc_mac_info *mac = &hw->mac; in igc_init_mac_ops_generic() local
149 struct igc_mac_info *mac = &hw->mac; in igc_get_bus_info_pci_generic() local
204 struct igc_mac_info *mac = &hw->mac; in igc_get_bus_info_pcie_generic() local
681 struct igc_mac_info *mac = &hw->mac; in igc_check_for_copper_link_generic() local
746 struct igc_mac_info *mac = &hw->mac; in igc_check_for_fiber_link_generic() local
813 struct igc_mac_info *mac = &hw->mac; in igc_check_for_serdes_link_generic() local
1026 struct igc_mac_info *mac = &hw->mac; in igc_commit_fc_settings_generic() local
1094 struct igc_mac_info *mac = &hw->mac; in igc_poll_fiber_serdes_link_generic() local
1318 struct igc_mac_info *mac = &hw->mac; in igc_config_fc_after_link_up_generic() local
1687 struct igc_mac_info *mac = &hw->mac; in igc_id_led_init_generic() local
[all …]
/f-stack/freebsd/contrib/openzfs/module/icp/api/
H A Dkcf_mac.c92 crypto_ctx_template_t tmpl, crypto_data_t *mac, crypto_call_req_t *crq) in crypto_mac_prov()
125 crypto_key_t *key, crypto_ctx_template_t tmpl, crypto_data_t *mac, in crypto_mac()
217 crypto_ctx_template_t tmpl, crypto_data_t *mac, crypto_call_req_t *crq) in crypto_mac_verify_prov()
250 crypto_key_t *key, crypto_ctx_template_t tmpl, crypto_data_t *mac, in crypto_mac_verify()
567 crypto_mac_final(crypto_context_t context, crypto_data_t *mac, in crypto_mac_final()
604 crypto_data_t *mac, crypto_call_req_t *cr) in crypto_mac_single()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_box/
H A Dcrypto_box_easy.c13 crypto_box_detached_afternm(unsigned char *c, unsigned char *mac, in crypto_box_detached_afternm()
21 crypto_box_detached(unsigned char *c, unsigned char *mac, in crypto_box_detached()
65 const unsigned char *mac, in crypto_box_open_detached_afternm()
75 const unsigned char *mac, in crypto_box_open_detached()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_box/curve25519xchacha20poly1305/
H A Dbox_curve25519xchacha20poly1305.c56 unsigned char *c, unsigned char *mac, const unsigned char *m, in crypto_box_curve25519xchacha20poly1305_detached_afternm()
64 unsigned char *c, unsigned char *mac, const unsigned char *m, in crypto_box_curve25519xchacha20poly1305_detached()
112 unsigned char *m, const unsigned char *c, const unsigned char *mac, in crypto_box_curve25519xchacha20poly1305_open_detached_afternm()
121 unsigned char *m, const unsigned char *c, const unsigned char *mac, in crypto_box_curve25519xchacha20poly1305_open_detached()
/f-stack/dpdk/drivers/crypto/bcmfs/
H A Dbcmfs_sym.c74 struct fsattr src, dst, mac, key, iv; in process_crypto_auth_op() local
132 struct fsattr cipher_key, aad, mac, auth_key; in process_crypto_combined_op() local
209 struct fsattr key, aad, mac; in process_crypto_aead_op() local
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_mac.c54 mlx5_internal_mac_addr_add(struct rte_eth_dev *dev, struct rte_ether_addr *mac, in mlx5_internal_mac_addr_add()
124 mlx5_mac_addr_add(struct rte_eth_dev *dev, struct rte_ether_addr *mac, in mlx5_mac_addr_add()
/f-stack/dpdk/drivers/net/atlantic/
H A Drte_pmd_atlantic.c43 rte_pmd_atl_macsec_config_txsc(uint16_t port, uint8_t *mac) in rte_pmd_atl_macsec_config_txsc()
58 rte_pmd_atl_macsec_config_rxsc(uint16_t port, uint8_t *mac, uint16_t pi) in rte_pmd_atl_macsec_config_rxsc()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_secretbox/
H A Dcrypto_secretbox_easy.c17 crypto_secretbox_detached(unsigned char *c, unsigned char *mac, in crypto_secretbox_detached()
84 const unsigned char *mac, in crypto_secretbox_open_detached()
/f-stack/freebsd/contrib/libsodium/test/default/
H A Daead_chacha20poly1305.c26 unsigned char *mac = (unsigned char *) sodium_malloc(crypto_aead_chacha20poly1305_ABYTES); in tv() local
207 unsigned char *mac = (unsigned char *) sodium_malloc(crypto_aead_chacha20poly1305_ietf_ABYTES); in tv_ietf() local
H A Dsecretbox_easy.c34 unsigned char *mac; in main() local
H A Dsecretbox_easy2.c13 unsigned char *mac; in main() local
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_secretbox/xchacha20poly1305/
H A Dsecretbox_xchacha20poly1305.c20 unsigned char *mac, in crypto_secretbox_xchacha20poly1305_detached()
91 const unsigned char *mac, in crypto_secretbox_xchacha20poly1305_open_detached()
/f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_aead/chacha20poly1305/sodium/
H A Daead_chacha20poly1305.c21 unsigned char *mac, in crypto_aead_chacha20poly1305_encrypt_detached()
92 unsigned char *mac, in crypto_aead_chacha20poly1305_ietf_encrypt_detached()
170 const unsigned char *mac, in crypto_aead_chacha20poly1305_decrypt_detached()
250 const unsigned char *mac, in crypto_aead_chacha20poly1305_ietf_decrypt_detached()
/f-stack/dpdk/lib/librte_net/
H A Drte_arp.c11 const struct rte_ether_addr *mac) in rte_net_make_rarp_packet()
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzio_crypt.c479 uint8_t *mac, uint8_t *keydata_out, uint8_t *hmac_keydata_out) in zio_crypt_key_wrap()
550 uint8_t *mac, zio_crypt_key_t *key) in zio_crypt_key_unwrap()
802 zio_crypt_encode_mac_bp(blkptr_t *bp, uint8_t *mac) in zio_crypt_encode_mac_bp()
823 zio_crypt_decode_mac_bp(const blkptr_t *bp, uint8_t *mac) in zio_crypt_decode_mac_bp()
849 zio_crypt_encode_mac_zil(void *data, uint8_t *mac) in zio_crypt_encode_mac_zil()
859 zio_crypt_decode_mac_zil(const void *data, uint8_t *mac) in zio_crypt_decode_mac_zil()
1827 uint8_t *mac, uio_t *puio, uio_t *cuio, uint_t *enc_len, uint8_t **authbuf, in zio_crypt_init_uios()
1879 uint8_t *mac, uint_t datalen, uint8_t *plainbuf, uint8_t *cipherbuf, in zio_do_crypt_data()
2002 boolean_t byteswap, uint8_t *salt, uint8_t *iv, uint8_t *mac, in zio_do_crypt_abd()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzio_crypt.c433 uint8_t *mac, uint8_t *keydata_out, uint8_t *hmac_keydata_out) in zio_crypt_key_wrap()
511 uint8_t *mac, zio_crypt_key_t *key) in zio_crypt_key_unwrap()
736 zio_crypt_encode_mac_bp(blkptr_t *bp, uint8_t *mac) in zio_crypt_encode_mac_bp()
757 zio_crypt_decode_mac_bp(const blkptr_t *bp, uint8_t *mac) in zio_crypt_decode_mac_bp()
783 zio_crypt_encode_mac_zil(void *data, uint8_t *mac) in zio_crypt_encode_mac_zil()
793 zio_crypt_decode_mac_zil(const void *data, uint8_t *mac) in zio_crypt_decode_mac_zil()
1616 uint8_t *mac, uio_t *puio, uio_t *cuio, uint_t *enc_len, uint8_t **authbuf, in zio_crypt_init_uios()
1670 uint8_t *mac, uint_t datalen, uint8_t *plainbuf, uint8_t *cipherbuf, in zio_do_crypt_data()
1779 boolean_t byteswap, uint8_t *salt, uint8_t *iv, uint8_t *mac, in zio_do_crypt_abd()
/f-stack/dpdk/drivers/net/fm10k/base/
H A Dfm10k_vf.c301 const u8 *mac, u16 vid, bool add, u8 flags) in fm10k_update_uc_addr_vf()
347 const u8 *mac, u16 vid, bool add) in fm10k_update_mc_addr_vf()
616 struct fm10k_mac_info *mac = &hw->mac; in fm10k_init_ops_vf() local
/f-stack/freebsd/mips/cavium/octe/
H A Dethernet-common.c147 uint64_t mac = 0; in cvm_oct_common_set_mac_address() local
304 uint8_t mac[6]; in cvm_oct_common_init() local

123456789