Searched refs:mac (Results 1 - 25 of 539) sorted by relevance

1234567891011>>

/netbsd-current/external/bsd/tradcpp/dist/tests/
H A Dt10.c1 #define mac(r)o macro
2 mac(3)
3 mac()
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-m68k/
H A Disaa-mac.s1 .arch isaa,mac
H A Disaa-mac.d6 private flags = 12: \[isa A\] \[mac\]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/m68k/
H A Dmcf-mac.s29 mac.w %a1l,%a2u
30 mac.w %a1l,%a2u,<<
31 mac.w %a1l,%a2u,>>
32 mac.w %a1l,%a2u,#1
33 mac.w %a1l,%a2u,#-1
34 mac.w %a1l,%d3l
35 mac.w %a1l,%d3l,<<
36 mac.w %a1l,%d3l,>>
37 mac.w %a1l,%d3l,#1
38 mac
[all...]
H A Dmcf-emac.s2 mac.w %d1l,%a1u,<<,%acc0 |
3 mac.w %d1l,%a5u,<<,(%a0),%a1,%acc0
4 mac.w %d5l,%a3u,<<,(%a0)&,%d2,%acc0
13 mac.w %d3u,%a4l,>>,%acc1
14 mac.w %d5u,%a6l,%acc1
16 mac.l %d2,%d3,%acc0
17 mac.l %d2,%d3,%acc1
18 mac.l %d2,%d3,%acc2
19 mac.l %d2,%d3,%acc3
56 | Automated mac insn
[all...]
H A Darch-cpu-1.s4 mac.w %d1l,%a1u,<<,%acc0
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/evp/
H A Dmac_meth.c21 EVP_MAC *mac = vmac; local
24 CRYPTO_UP_REF(&mac->refcnt, &ref, mac->lock);
30 EVP_MAC *mac = vmac; local
33 if (mac == NULL)
36 CRYPTO_DOWN_REF(&mac->refcnt, &ref, mac->lock);
39 OPENSSL_free(mac->type_name);
40 ossl_provider_free(mac->prov);
41 CRYPTO_THREAD_lock_free(mac
47 EVP_MAC *mac = NULL; local
65 EVP_MAC *mac = NULL; local
177 EVP_MAC_up_ref(EVP_MAC *mac) argument
182 EVP_MAC_free(EVP_MAC *mac) argument
187 EVP_MAC_get0_provider(const EVP_MAC *mac) argument
192 EVP_MAC_gettable_params(const EVP_MAC *mac) argument
199 EVP_MAC_gettable_ctx_params(const EVP_MAC *mac) argument
209 EVP_MAC_settable_ctx_params(const EVP_MAC *mac) argument
239 EVP_MAC_do_all_provided(OSSL_LIB_CTX *libctx, void (*fn)(EVP_MAC *mac, void *arg), void *arg) argument
[all...]
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dmac.c1 /* $NetBSD: mac.c,v 1.16 2019/10/12 18:32:22 christos Exp $ */
2 /* $OpenBSD: mac.c,v 1.35 2019/09/06 04:53:27 djm Exp $ */
28 __RCSID("$NetBSD: mac.c,v 1.16 2019/10/12 18:32:22 christos Exp $");
38 #include "mac.h"
105 mac_setup_by_alg(struct sshmac *mac, const struct macalg *macalg) argument
107 mac->type = macalg->type;
108 if (mac->type == SSH_DIGEST) {
109 if ((mac->hmac_ctx = ssh_hmac_start(macalg->alg)) == NULL)
111 mac->key_len = mac
124 mac_setup(struct sshmac *mac, char *name) argument
139 mac_init(struct sshmac *mac) argument
163 mac_compute(struct sshmac *mac, u_int32_t seqno, const u_char *data, int datalen, u_char *digest, size_t dlen) argument
209 mac_check(struct sshmac *mac, u_int32_t seqno, const u_char *data, size_t dlen, const u_char *theirmac, size_t mlen) argument
227 mac_clear(struct sshmac *mac) argument
[all...]
/netbsd-current/sys/dev/pci/cxgb/
H A Dcxgb_xgmac.c49 static inline int macidx(const struct cmac *mac) argument
51 return mac->offset / (XGMAC0_1_BASE_ADDR - XGMAC0_0_BASE_ADDR);
54 static void xaui_serdes_reset(struct cmac *mac) argument
62 adapter_t *adap = mac->adapter;
63 u32 ctrl = A_XGM_SERDES_CTRL0 + mac->offset;
65 t3_write_reg(adap, ctrl, adap->params.vpd.xauicfg[macidx(mac)] |
78 void t3b_pcs_reset(struct cmac *mac) argument
80 t3_set_reg_field(mac->adapter, A_XGM_RESET_CTRL + mac->offset,
83 t3_set_reg_field(mac
87 t3_mac_reset(struct cmac *mac) argument
168 t3b2_mac_reset(struct cmac *mac) argument
227 set_addr_filter(struct cmac *mac, int idx, const u8 *addr) argument
240 t3_mac_set_address(struct cmac *mac, unsigned int idx, u8 addr[6]) argument
257 t3_mac_set_num_ucast(struct cmac *mac, unsigned char n) argument
265 disable_exact_filters(struct cmac *mac) argument
276 enable_exact_filters(struct cmac *mac) argument
301 t3_mac_set_rx_mode(struct cmac *mac, struct t3_rx_mode *rm) argument
347 t3_mac_set_mtu(struct cmac *mac, unsigned int mtu) argument
422 t3_mac_set_speed_duplex_fc(struct cmac *mac, int speed, int duplex, int fc) argument
469 t3_mac_enable(struct cmac *mac, int which) argument
508 t3_mac_disable(struct cmac *mac, int which) argument
537 t3b2_mac_watchdog_task(struct cmac *mac) argument
631 t3_mac_update_stats(struct cmac *mac) argument
[all...]
H A Dcxgb_vsc7323.c290 const struct mac_stats *t3_vsc7323_update_stats(struct cmac *mac) argument
296 ret = t3_elmr_blk_read(mac->adapter,
297 ELMR_STAT(mac->ext_port, STATS0_START),
300 ret = t3_elmr_blk_read(mac->adapter,
301 ELMR_STAT(mac->ext_port, STATS1_START),
309 rx_ucast = mac->stats.rx_frames - mac->stats.rx_mcast_frames -
310 mac->stats.rx_bcast_frames;
312 tx_ucast = mac->stats.tx_frames - mac
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/packages/
H A DMakefile.am5 SUBDIRS= mac
/netbsd-current/external/bsd/wpa/dist/hostapd/logwatch/
H A Dhostapd29 if (my ($iface,$mac,$layer,$details) = ($line =~ /(.*?): STA (.*?) (.*?): (.*?)$/i)) {
34 $hostapd{$iface}->{$mac}->{$layer}->{$details}++;
43 foreach my $mac (sort keys %{$hostapd{$iface}}) {
44 print " Client MAC Address $mac:\n";
45 foreach my $layer (sort keys %{$hostapd{$iface}->{$mac}}) {
47 foreach my $details (sort keys %{$hostapd{$iface}->{$mac}->{$layer}}) {
49 my $count = $hostapd{$iface}->{$mac}->{$layer}->{$details};
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/ssl-tests/
H A D19-mac-then-encrypt.conf5 test-0 = 0-disable-encrypt-then-mac-server-sha
6 test-1 = 1-disable-encrypt-then-mac-client-sha
7 test-2 = 2-disable-encrypt-then-mac-both-sha
8 test-3 = 3-disable-encrypt-then-mac-server-sha2
9 test-4 = 4-disable-encrypt-then-mac-client-sha2
10 test-5 = 5-disable-encrypt-then-mac-both-sha2
13 [0-disable-encrypt-then-mac-server-sha]
14 ssl_conf = 0-disable-encrypt-then-mac-server-sha-ssl
16 [0-disable-encrypt-then-mac-server-sha-ssl]
17 server = 0-disable-encrypt-then-mac
[all...]
/netbsd-current/usr.bin/checknr/
H A Dchecknr.c318 char mac[5]; /* The current macro or nroff command */ local
327 strncpy(mac, line+1, 4);
328 mac[4] = '\0';
329 if (isspace((unsigned char)mac[0])) {
332 } else if (isspace((unsigned char)mac[1])) {
333 mac[1] = 0;
334 } else if (isspace((unsigned char)mac[2])) {
335 mac[2] = 0;
336 } else if (mac[0] != '\\' || mac[
442 chkcmd(const char *mac) argument
478 nomatch(const char *mac) argument
538 checkknown(const char *mac) argument
558 char *mac; local
587 addmac(const char *mac) argument
621 binsrch(const char *mac) argument
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/pkcs12/
H A Dp12_mutl.c20 return p12->mac ? 1 : 0;
29 if (p12->mac) {
30 X509_SIG_get0(p12->mac->dinfo, pmacalg, pmac);
32 *psalt = p12->mac->salt;
34 *piter = p12->mac->iter;
71 unsigned char *mac, unsigned int *maclen,
96 salt = p12->mac->salt->data;
97 saltlen = p12->mac->salt->length;
98 if (!p12->mac->iter)
101 iter = ASN1_INTEGER_get(p12->mac
70 pkcs12_gen_mac(PKCS12 *p12, const char *pass, int passlen, unsigned char *mac, unsigned int *maclen, int (*pkcs12_key_gen)(const char *pass, int passlen, unsigned char *salt, int slen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type)) argument
143 PKCS12_gen_mac(PKCS12 *p12, const char *pass, int passlen, unsigned char *mac, unsigned int *maclen) argument
152 unsigned char mac[EVP_MAX_MD_SIZE]; local
179 unsigned char mac[EVP_MAX_MD_SIZE]; local
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/pkcs12/
H A Dp12_mutl.c26 return p12->mac ? 1 : 0;
35 if (p12->mac) {
36 X509_SIG_get0(p12->mac->dinfo, pmacalg, pmac);
38 *psalt = p12->mac->salt;
40 *piter = p12->mac->iter;
77 unsigned char *mac, unsigned int *maclen,
106 salt = p12->mac->salt->data;
107 saltlen = p12->mac->salt->length;
108 if (p12->mac->iter == NULL)
111 iter = ASN1_INTEGER_get(p12->mac
76 pkcs12_gen_mac(PKCS12 *p12, const char *pass, int passlen, unsigned char *mac, unsigned int *maclen, int (*pkcs12_key_gen)(const char *pass, int passlen, unsigned char *salt, int slen, int id, int iter, int n, unsigned char *out, const EVP_MD *md_type)) argument
178 PKCS12_gen_mac(PKCS12 *p12, const char *pass, int passlen, unsigned char *mac, unsigned int *maclen) argument
187 unsigned char mac[EVP_MAX_MD_SIZE]; local
213 unsigned char mac[EVP_MAX_MD_SIZE]; local
[all...]
/netbsd-current/external/bsd/wpa/dist/src/crypto/
H A Dmd5.h15 const u8 *addr[], const size_t *len, u8 *mac);
17 u8 *mac);
H A Dcrypto_none.c15 int md4_vector(size_t num_elem, const u8 *addr[], const size_t *len, u8 *mac) argument
/netbsd-current/sys/arch/mac68k/mac68k/
H A Dconf.c49 cons_decl(mac); variable
58 cons_init(mac),
/netbsd-current/sys/dev/pci/igc/
H A Digc_base.c34 return hw->mac.ops.acquire_swfw_sync(hw, mask);
53 hw->mac.ops.release_swfw_sync(hw, mask);
65 struct igc_mac_info *mac = &hw->mac; local
66 uint16_t i, rar_count = mac->rar_entry_count;
76 for (i = 0; i < mac->mta_reg_count; i++)
81 for (i = 0; i < mac->uta_reg_count; i++)
85 ret_val = mac->ops.setup_link(hw);
/netbsd-current/sys/dev/ic/
H A Dbwi.c208 static void bwi_tbl_write_2(struct bwi_mac *mac, uint16_t, uint16_t);
209 static void bwi_tbl_write_4(struct bwi_mac *mac, uint16_t, uint32_t);
451 #define RF_LO_WRITE(mac, lo) bwi_rf_lo_write((mac), (lo))
479 #define SAVE_RF_REG(mac, regs, n) (regs)->rf_##n = RF_READ((mac), 0x##n)
480 #define RESTORE_RF_REG(mac, regs, n) RF_WRITE((mac), 0x##n, (regs)->rf_##n)
482 #define SAVE_PHY_REG(mac, regs, n) (regs)->phy_##n = PHY_READ((mac),
714 struct bwi_mac *mac; local
849 struct bwi_mac *mac; local
1094 bwi_tmplt_write_4(struct bwi_mac *mac, uint32_t ofs, uint32_t val) argument
1106 bwi_hostflags_write(struct bwi_mac *mac, uint64_t flags) argument
1120 bwi_hostflags_read(struct bwi_mac *mac) argument
1137 bwi_memobj_read_2(struct bwi_mac *mac, uint16_t obj_id, uint16_t ofs0) argument
1154 bwi_memobj_read_4(struct bwi_mac *mac, uint16_t obj_id, uint16_t ofs0) argument
1179 bwi_memobj_write_2(struct bwi_mac *mac, uint16_t obj_id, uint16_t ofs0, uint16_t v) argument
1197 bwi_memobj_write_4(struct bwi_mac *mac, uint16_t obj_id, uint16_t ofs0, uint32_t v) argument
1217 bwi_mac_lateattach(struct bwi_mac *mac) argument
1260 bwi_mac_init(struct bwi_mac *mac) argument
1431 bwi_mac_reset(struct bwi_mac *mac, int link_phy) argument
1479 bwi_mac_set_tpctl_11bg(struct bwi_mac *mac, const struct bwi_tpctl *new_tpctl) argument
1516 bwi_mac_test(struct bwi_mac *mac) argument
1565 bwi_mac_setup_tpctl(struct bwi_mac *mac) argument
1666 bwi_mac_dummy_xmit(struct bwi_mac *mac) argument
1731 bwi_mac_init_tpctl_11bg(struct bwi_mac *mac) argument
1799 bwi_mac_detach(struct bwi_mac *mac) argument
1805 bwi_mac_fw_alloc(struct bwi_mac *mac) argument
1874 bwi_mac_fw_free(struct bwi_mac *mac) argument
1883 bwi_mac_fw_image_alloc(struct bwi_mac *mac, const char *prefix, int idx, struct bwi_fw_image *fwi, uint8_t fw_type) argument
1984 bwi_mac_fw_image_free(struct bwi_mac *mac, struct bwi_fw_image *fwi) argument
1996 bwi_mac_fw_load(struct bwi_mac *mac) argument
2079 bwi_mac_gpio_init(struct bwi_mac *mac) argument
2114 bwi_mac_gpio_fini(struct bwi_mac *mac) argument
2131 bwi_mac_fw_load_iv(struct bwi_mac *mac, const struct bwi_fw_image *fwi) argument
2216 bwi_mac_fw_init(struct bwi_mac *mac) argument
2237 bwi_mac_opmode_init(struct bwi_mac *mac) argument
2306 bwi_mac_hostflags_init(struct bwi_mac *mac) argument
2335 bwi_mac_bss_param_init(struct bwi_mac *mac) argument
2385 bwi_mac_set_retry_lim(struct bwi_mac *mac, const struct bwi_retry_lim *lim) argument
2401 bwi_mac_set_ackrates(struct bwi_mac *mac, const struct ieee80211_rateset *rs) argument
2432 bwi_mac_start(struct bwi_mac *mac) argument
2447 bwi_mac_stop(struct bwi_mac *mac) argument
2477 bwi_mac_config_ps(struct bwi_mac *mac) argument
2511 bwi_mac_reset_hwkeys(struct bwi_mac *mac) argument
2518 bwi_mac_shutdown(struct bwi_mac *mac) argument
2545 bwi_mac_get_property(struct bwi_mac *mac) argument
2597 bwi_mac_updateslot(struct bwi_mac *mac, int shslot) argument
2617 struct bwi_mac *mac; local
2732 bwi_mac_adjust_tpctl(struct bwi_mac *mac, int rf_atten_adj, int bbp_atten_adj) argument
2788 bwi_mac_calibrate_txpower(struct bwi_mac *mac, enum bwi_txpwrcb_type type) argument
2903 bwi_mac_lock(struct bwi_mac *mac) argument
2925 bwi_mac_unlock(struct bwi_mac *mac) argument
2945 bwi_mac_set_promisc(struct bwi_mac *mac, int promisc) argument
2961 bwi_phy_write(struct bwi_mac *mac, uint16_t ctrl, uint16_t data) argument
2971 bwi_phy_read(struct bwi_mac *mac, uint16_t ctrl) argument
2981 bwi_phy_attach(struct bwi_mac *mac) argument
3055 bwi_phy_set_bbp_atten(struct bwi_mac *mac, uint16_t bbp_atten) argument
3074 bwi_phy_calibrate(struct bwi_mac *mac) argument
3097 bwi_tbl_write_2(struct bwi_mac *mac, uint16_t ofs, uint16_t data) argument
3107 bwi_tbl_write_4(struct bwi_mac *mac, uint16_t ofs, uint32_t data) argument
3120 bwi_nrssi_write(struct bwi_mac *mac, uint16_t ofs, int16_t data) argument
3127 bwi_nrssi_read(struct bwi_mac *mac, uint16_t ofs) argument
3134 bwi_phy_init_11a(struct bwi_mac *mac) argument
3140 bwi_phy_init_11g(struct bwi_mac *mac) argument
3253 bwi_phy_init_11b_rev2(struct bwi_mac *mac) argument
3264 bwi_phy_init_11b_rev4(struct bwi_mac *mac) argument
3333 bwi_phy_init_11b_rev5(struct bwi_mac *mac) argument
3434 bwi_phy_init_11b_rev6(struct bwi_mac *mac) argument
3571 bwi_phy_config_11g(struct bwi_mac *mac) argument
3704 bwi_phy_config_agc(struct bwi_mac *mac) argument
3785 bwi_set_gains(struct bwi_mac *mac, const struct bwi_gains *gains) argument
3846 bwi_nrssi_11g(struct bwi_mac *mac) argument
3860 bwi_get_rf_lo(struct bwi_mac *mac, uint16_t rf_atten, uint16_t bbp_atten) argument
3871 bwi_rf_lo_isused(struct bwi_mac *mac, const struct bwi_rf_lo *lo) argument
3883 bwi_rf_write(struct bwi_mac *mac, uint16_t ctrl, uint16_t data) argument
3892 bwi_rf_read(struct bwi_mac *mac, uint16_t ctrl) argument
3911 bwi_rf_attach(struct bwi_mac *mac) argument
4026 bwi_rf_set_chan(struct bwi_mac *mac, uint chan, int work_around) argument
4057 bwi_rf_get_gains(struct bwi_mac *mac) argument
4210 bwi_rf_init(struct bwi_mac *mac) argument
4225 bwi_rf_off_11a(struct bwi_mac *mac) argument
4237 bwi_rf_off_11bg(struct bwi_mac *mac) argument
4243 bwi_rf_off_11g_rev5(struct bwi_mac *mac) argument
4250 bwi_rf_workaround(struct bwi_mac *mac, uint chan) argument
4273 bwi_rf_lo_find(struct bwi_mac *mac, const struct bwi_tpctl *tpctl) argument
4314 bwi_rf_lo_adjust(struct bwi_mac *mac, const struct bwi_tpctl *tpctl) argument
4323 bwi_rf_lo_write(struct bwi_mac *mac, const struct bwi_rf_lo *lo) argument
4334 bwi_rf_gain_max_reached(struct bwi_mac *mac, int idx) argument
4360 bwi_phy812_value(struct bwi_mac *mac, uint16_t lpd) argument
4432 bwi_rf_init_bcm2050(struct bwi_mac *mac) argument
4692 bwi_rf_calibval(struct bwi_mac *mac) argument
4766 bwi_rf_map_txpower(struct bwi_mac *mac) argument
4950 bwi_rf_lo_update_11g(struct bwi_mac *mac) argument
5085 bwi_rf_lo_devi_measure(struct bwi_mac *mac, uint16_t ctrl) argument
5119 bwi_rf_get_tp_ctrl2(struct bwi_mac *mac) argument
5146 _bwi_rf_lo_update_11g(struct bwi_mac *mac, uint16_t orig_rf7a) argument
5243 bwi_rf_lo_measure_11g(struct bwi_mac *mac, const struct bwi_rf_lo *src_lo, struct bwi_rf_lo *dst_lo, uint8_t devi_ctrl) argument
5332 bwi_rf_calc_nrssi_slope_11b(struct bwi_mac *mac) argument
5444 bwi_rf_set_nrssi_ofs_11g(struct bwi_mac *mac) argument
5597 bwi_rf_calc_nrssi_slope_11g(struct bwi_mac *mac) argument
5774 bwi_rf_init_sw_nrssi_table(struct bwi_mac *mac) argument
5794 bwi_rf_init_hw_nrssi_table(struct bwi_mac *mac, uint16_t adjust) argument
5814 bwi_rf_set_nrssi_thr_11b(struct bwi_mac *mac) argument
5872 bwi_rf_set_nrssi_thr_11g(struct bwi_mac *mac) argument
5911 bwi_rf_clear_tssi(struct bwi_mac *mac) argument
5960 bwi_rf_on_11a(struct bwi_mac *mac) argument
5966 bwi_rf_on_11bg(struct bwi_mac *mac) argument
5981 bwi_rf_set_ant_mode(struct bwi_mac *mac, int ant_mode) argument
6057 bwi_rf_get_latest_tssi(struct bwi_mac *mac, int8_t tssi[], uint16_t ofs) argument
6078 bwi_rf_tssi2dbm(struct bwi_mac *mac, int8_t tssi, int8_t *txpwr) argument
6099 bwi_rf_calc_rssi_bcm2050(struct bwi_mac *mac, const struct bwi_rxbuf_hdr *hdr) argument
6209 bwi_rf_calc_rssi_bcm2053(struct bwi_mac *mac, const struct bwi_rxbuf_hdr *hdr) argument
6226 bwi_rf_calc_rssi_bcm2060(struct bwi_mac *mac, const struct bwi_rxbuf_hdr *hdr) argument
6238 bwi_rf_lo_measure_11b(struct bwi_mac *mac) argument
6259 bwi_rf_lo_update_11b(struct bwi_mac *mac) argument
6895 bwi_bus_init(struct bwi_softc *sc, struct bwi_mac *mac) argument
7193 struct bwi_mac *mac; local
7298 struct bwi_mac *mac; local
7538 struct bwi_mac *mac; local
7626 struct bwi_mac *mac; local
8415 struct bwi_mac *mac; local
9028 struct bwi_mac *mac; local
9650 struct bwi_mac *mac; local
9682 struct bwi_mac *mac; local
9705 struct bwi_mac *mac; local
9725 struct bwi_mac *mac; local
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Dcipher_overhead_test.c28 size_t mac, in, blk, ex; local
34 if (!TEST_true(ssl_cipher_get_overhead(ciph, &mac, &in, &blk, &ex))) {
39 ciph->name, mac, in, blk, ex);
/netbsd-current/sys/dev/pci/ixgbe/
H A Dixgbe_api.c75 if (hw->mac.ops.get_rtrup2tc)
76 hw->mac.ops.get_rtrup2tc(hw, map);
98 * Set the mac type
102 switch (hw->mac.type) {
125 hw->mac.max_link_up_time = IXGBE_LINK_UP_TIME;
134 * This function sets the mac type of the adapter based on the
164 hw->mac.type = ixgbe_mac_82598EB;
182 hw->mac.type = ixgbe_mac_82599EB;
187 hw->mac.type = ixgbe_mac_X540;
192 hw->mac
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/h8300/
H A Dmacs.s7 mac @er4+,@er5+
/netbsd-current/games/fortune/tools/
H A DDo_troff9 ( echo ".ds Se $file" ; cat Troff.mac ; sed -f Troff.sed $file ) | \

Completed in 338 milliseconds

1234567891011>>