Home
last modified time | relevance | path

Searched refs:macs (Results 1 – 25 of 28) sorted by relevance

12

/freebsd-12-stable/crypto/openssh/regress/
Dssh-com.sh91 macs="hmac-md5"
95 macs="$macs hmac-sha1 hmac-sha1-96 hmac-md5-96"
99 macs="$macs hmac-sha1 hmac-sha1-96 hmac-md5-96"
103 for m in $macs; do
Dintegrity.sh10 macs=`${SSH} -Q mac`
13 macs="$macs `${SSH} -Q cipher-auth`"
23 for m in $macs; do
Dcipher-speed.sh8 macs=`${SSH} -Q MACs | tr '\n' , | sed 's/,$//'`
11 MACs $macs
/freebsd-12-stable/crypto/openssh/
Dmac.c58 static const struct macalg macs[] = { variable
90 for (m = macs; m->name != NULL; m++) { in mac_alg_list()
129 for (m = macs; m->name != NULL; m++) { in mac_setup()
Dreadconf.h68 char *macs; /* SSH2 macs in order of preference. */ member
Dservconf.h117 char *macs; /* Supported SSH2 macs. */ member
Dreadconf.c1432 if (*activep && options->macs == NULL) in process_config_line_depth()
1433 options->macs = xstrdup(arg); in process_config_line_depth()
2385 options->macs = NULL; in initialize_options()
2692 ASSEMBLE(macs, def_mac, all_mac); in fill_default_options()
2773 free(o->macs); in free_options()
3379 dump_cfg_string(oMacs, o->macs); in dump_client_config()
Dservconf.c159 options->macs = NULL; in initialize_server_options()
235 ASSEMBLE(macs, def_mac, all_mac); in assemble_algorithms()
1867 if (options->macs == NULL) in process_server_config_line_depth()
1868 options->macs = xstrdup(arg); in process_server_config_line_depth()
2966 dump_cfg_string(sMacs, o->macs); in dump_config()
Dssh.c957 free(options.macs); in main()
958 options.macs = xstrdup(optarg); in main()
Dsshd.c2487 myproposal[PROPOSAL_MAC_ALGS_STOC] = options.macs;
/freebsd-12-stable/sys/dev/iwm/
Dif_iwm_binding.c175 cmd.macs[i] = htole32(IWM_FW_CTXT_INVALID); in iwm_binding_cmd()
177 cmd.macs[i] = htole32(IWM_FW_CMD_ID_AND_COLOR(data->ids[i], in iwm_binding_cmd()
/freebsd-12-stable/tools/tools/net80211/w00t/ap/
Dap.c213 unsigned char macs[6*3]; in read_preq() local
228 mac2str(macs, wh->i_addr2); in read_preq()
229 printf("Probe request for [%s] from %s\n", ptr, macs); in read_preq()
325 unsigned char macs[6*3]; in read_assoc() local
345 mac2str(macs, wh->i_addr2); in read_assoc()
346 printf("Assoc request for [%s] from %s\n", ptr, macs); in read_assoc()
/freebsd-12-stable/sys/dev/ath/ath_hal/ar5212/
Dar5212_attach.c292 } macs[] = { in ar5212IsMacSupported() local
308 for (i = 0; i < N(macs); i++) in ar5212IsMacSupported()
309 if (macs[i].version == macVersion && in ar5212IsMacSupported()
310 macs[i].revMin <= macRev && macRev <= macs[i].revMax) in ar5212IsMacSupported()
/freebsd-12-stable/sys/dev/virtio/network/
Dvirtio_net.h153 uint8_t macs[][ETHER_ADDR_LEN]; member
Dif_vtnetvar.h260 uint8_t macs[VTNET_MAX_MAC_ENTRIES][ETHER_ADDR_LEN]; member
Dif_vtnet.c3356 &filter->vmf_unicast.macs[ucnt], ETHER_ADDR_LEN); in vtnet_rx_filter_mac()
3380 &filter->vmf_multicast.macs[mcnt], ETHER_ADDR_LEN); in vtnet_rx_filter_mac()
/freebsd-12-stable/sys/dev/qlnx/qlnxe/
Decore_sriov.h127 u8 macs[ECORE_ETH_VF_NUM_MAC_FILTERS][ETH_ALEN]; member
Decore_sriov.c3375 if (!OSAL_MEMCMP(p_vf->shadow_config.macs[i], in ecore_iov_vf_update_mac_shadow()
3377 OSAL_MEM_ZERO(p_vf->shadow_config.macs[i], in ecore_iov_vf_update_mac_shadow()
3391 OSAL_MEM_ZERO(p_vf->shadow_config.macs[i], ETH_ALEN); in ecore_iov_vf_update_mac_shadow()
3400 if (!OSAL_MEMCMP(p_vf->shadow_config.macs[i], in ecore_iov_vf_update_mac_shadow()
3402 OSAL_MEMCPY(p_vf->shadow_config.macs[i], in ecore_iov_vf_update_mac_shadow()
/freebsd-12-stable/sys/dev/malo/
Dif_malohal.c890 malo_hal_setmcast(struct malo_hal *mh, int nmc, const uint8_t macs[]) in malo_hal_setmcast() argument
901 memcpy(cmd->maclist, macs, nmc * IEEE80211_ADDR_LEN); in malo_hal_setmcast()
Dif_malo.c1518 uint8_t macs[IEEE80211_ADDR_LEN * MALO_HAL_MCAST_MAX]; in malo_setmcastfilter() local
1522 mp = macs; in malo_setmcastfilter()
1552 malo_hal_setmcast(sc->malo_mh, nmc, macs); in malo_setmcastfilter()
/freebsd-12-stable/sys/dev/mwl/
Dmwlhal.h408 int mwl_hal_setmcast(struct mwl_hal *mh, int nmc, const uint8_t macs[]);
Dmwlhal.c1157 mwl_hal_setmcast(struct mwl_hal *mh0, int nmc, const uint8_t macs[]) in mwl_hal_setmcast() argument
1169 memcpy(pCmd->MACList, macs, nmc*IEEE80211_ADDR_LEN); in mwl_hal_setmcast()
Dif_mwl.c1726 uint8_t macs[IEEE80211_ADDR_LEN*MWL_HAL_MCAST_MAX];/* XXX stack use */ in mwl_setmcastfilter()
1730 mp = macs; in mwl_setmcastfilter()
1745 mwl_hal_setmcast(sc->sc_mh, nmc, macs); in mwl_setmcastfilter()
/freebsd-12-stable/sys/dev/bxe/
Decore_sp.c3756 ECORE_LIST_FOR_EACH_ENTRY(elem, &o->registry.exact_match.macs, link, in ecore_mcast_handle_restore_cmd_e1()
3869 if (!ECORE_LIST_IS_EMPTY(&o->registry.exact_match.macs)) in ecore_mcast_refresh_registry_e1()
3887 &o->registry.exact_match.macs); in ecore_mcast_refresh_registry_e1()
3890 elem = ECORE_LIST_FIRST_ENTRY(&o->registry.exact_match.macs, in ecore_mcast_refresh_registry_e1()
3895 ECORE_LIST_INIT(&o->registry.exact_match.macs); in ecore_mcast_refresh_registry_e1()
4137 ECORE_LIST_INIT(&mcast_obj->registry.exact_match.macs); in ecore_init_mcast_obj()
Decore_sp.h1025 ecore_list_t macs; member

12