Searched refs:macs (Results 1 - 24 of 24) sorted by relevance

/freebsd-10.0-release/crypto/openssh/regress/
H A Dtry-ciphers.sh12 macs="hmac-sha1 hmac-md5 umac-64@openssh.com umac-128@openssh.com
19 macs="$macs hmac-sha2-256 hmac-sha2-512
24 for m in $macs; do
H A Dintegrity.sh11 macs="hmac-sha1 hmac-md5 umac-64@openssh.com umac-128@openssh.com
17 macs="$macs hmac-sha2-256 hmac-sha2-512
22 macs="$macs aes128-gcm@openssh.com aes256-gcm@openssh.com"
32 for m in $macs; do
H A Dcipher-speed.sh20 macs="hmac-sha1 hmac-md5 umac-64@openssh.com umac-128@openssh.com
23 macs="$macs hmac-sha2-256 hmac-sha2-512"
25 for c in $ciphers; do n=0; for m in $macs; do
H A 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
/freebsd-10.0-release/sys/dev/virtio/network/
H A Dvirtio_net.h151 uint8_t macs[][ETHER_ADDR_LEN]; member in struct:virtio_net_ctrl_mac
H A Dif_vtnetvar.h232 uint8_t macs[VTNET_MAX_MAC_ENTRIES][ETHER_ADDR_LEN]; member in struct:vtnet_mac_table
H A Dif_vtnet.c3232 &filter->vmf_unicast.macs[ucnt], ETHER_ADDR_LEN);
3256 &filter->vmf_multicast.macs[mcnt], ETHER_ADDR_LEN);
/freebsd-10.0-release/crypto/openssh/
H A Dreadconf.h79 char *macs; /* SSH2 macs in order of preference. */ member in struct:__anon4957
H A Dmac.c63 static const struct macalg macs[] = { variable in typeref:struct:macalg
102 for (m = macs; m->name != NULL; m++) {
139 for (m = macs; m->name != NULL; m++) {
247 debug3("macs ok: [%s]", names);
H A Dservconf.h91 char *macs; /* Supported SSH2 macs. */ member in struct:__anon4965
H A Dreadconf.c200 { "macs", oMacs },
768 if (*activep && options->macs == NULL)
769 options->macs = xstrdup(arg);
1277 options->macs = NULL;
1401 /* options->macs, default set in myproposals.h */
H A Dservconf.c130 options->macs = NULL;
492 { "macs", sMacs, SSHCFG_GLOBAL },
1338 if (options->macs == NULL)
1339 options->macs = xstrdup(arg);
2085 dump_cfg_string(sMacs, o->macs);
H A Dsshconnect2.c196 if (options.macs != NULL) {
198 myproposal[PROPOSAL_MAC_ALGS_STOC] = options.macs;
H A Dsshd.c2488 if (options.macs != NULL) {
2490 myproposal[PROPOSAL_MAC_ALGS_STOC] = options.macs;
H A Dssh.c540 options.macs = xstrdup(optarg);
/freebsd-10.0-release/tools/tools/net80211/w00t/ap/
H A Dap.c213 unsigned char macs[6*3]; local
228 mac2str(macs, wh->i_addr2);
229 printf("Probe request for [%s] from %s\n", ptr, macs);
325 unsigned char macs[6*3]; local
345 mac2str(macs, wh->i_addr2);
346 printf("Assoc request for [%s] from %s\n", ptr, macs);
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_attach.c290 } macs[] = { local
306 for (i = 0; i < N(macs); i++)
307 if (macs[i].version == macVersion &&
308 macs[i].revMin <= macRev && macRev <= macs[i].revMax)
/freebsd-10.0-release/sys/dev/mwl/
H A Dmwlhal.h408 int mwl_hal_setmcast(struct mwl_hal *mh, int nmc, const uint8_t macs[]);
H A Dmwlhal.c1164 mwl_hal_setmcast(struct mwl_hal *mh0, int nmc, const uint8_t macs[]) argument
1176 memcpy(pCmd->MACList, macs, nmc*IEEE80211_ADDR_LEN);
H A Dif_mwl.c1799 uint8_t macs[IEEE80211_ADDR_LEN*MWL_HAL_MCAST_MAX];/* XXX stack use */
1803 mp = macs;
1818 mwl_hal_setmcast(sc->sc_mh, nmc, macs);
/freebsd-10.0-release/sys/dev/malo/
H A Dif_malohal.c897 malo_hal_setmcast(struct malo_hal *mh, int nmc, const uint8_t macs[]) argument
908 memcpy(cmd->maclist, macs, nmc * IEEE80211_ADDR_LEN);
H A Dif_malo.c1577 uint8_t macs[IEEE80211_ADDR_LEN * MALO_HAL_MCAST_MAX]; local
1581 mp = macs;
1605 malo_hal_setmcast(sc->malo_mh, nmc, macs);
/freebsd-10.0-release/sys/dev/bxe/
H A Decore_sp.c950 /* Set LLH CAM entry: currently only iSCSI and ETH macs are
3589 ECORE_LIST_FOR_EACH_ENTRY(elem, &o->registry.exact_match.macs, link,
3702 if (!ECORE_LIST_IS_EMPTY(&o->registry.exact_match.macs))
3720 &o->registry.exact_match.macs);
3723 elem = ECORE_LIST_FIRST_ENTRY(&o->registry.exact_match.macs,
3728 ECORE_LIST_INIT(&o->registry.exact_match.macs);
3844 /* This is needed to recover number of currently configured mcast macs
3970 ECORE_LIST_INIT(&mcast_obj->registry.exact_match.macs);
H A Decore_sp.h991 ecore_list_t macs; member in struct:ecore_mcast_obj::__anon7691::__anon7693

Completed in 379 milliseconds