| /freebsd-12-stable/crypto/openssh/regress/ |
| D | ssh-com.sh | 91 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
|
| D | integrity.sh | 10 macs=`${SSH} -Q mac` 13 macs="$macs `${SSH} -Q cipher-auth`" 23 for m in $macs; do
|
| D | cipher-speed.sh | 8 macs=`${SSH} -Q MACs | tr '\n' , | sed 's/,$//'` 11 MACs $macs
|
| /freebsd-12-stable/crypto/openssh/ |
| D | mac.c | 58 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()
|
| D | readconf.h | 68 char *macs; /* SSH2 macs in order of preference. */ member
|
| D | servconf.h | 117 char *macs; /* Supported SSH2 macs. */ member
|
| D | readconf.c | 1432 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()
|
| D | servconf.c | 159 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()
|
| D | ssh.c | 957 free(options.macs); in main() 958 options.macs = xstrdup(optarg); in main()
|
| D | sshd.c | 2487 myproposal[PROPOSAL_MAC_ALGS_STOC] = options.macs;
|
| /freebsd-12-stable/sys/dev/iwm/ |
| D | if_iwm_binding.c | 175 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/ |
| D | ap.c | 213 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/ |
| D | ar5212_attach.c | 292 } 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/ |
| D | virtio_net.h | 153 uint8_t macs[][ETHER_ADDR_LEN]; member
|
| D | if_vtnetvar.h | 260 uint8_t macs[VTNET_MAX_MAC_ENTRIES][ETHER_ADDR_LEN]; member
|
| D | if_vtnet.c | 3356 &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/ |
| D | ecore_sriov.h | 127 u8 macs[ECORE_ETH_VF_NUM_MAC_FILTERS][ETH_ALEN]; member
|
| D | ecore_sriov.c | 3375 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/ |
| D | if_malohal.c | 890 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()
|
| D | if_malo.c | 1518 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/ |
| D | mwlhal.h | 408 int mwl_hal_setmcast(struct mwl_hal *mh, int nmc, const uint8_t macs[]);
|
| D | mwlhal.c | 1157 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()
|
| D | if_mwl.c | 1726 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/ |
| D | ecore_sp.c | 3756 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()
|
| D | ecore_sp.h | 1025 ecore_list_t macs; member
|