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

/openbsd-current/regress/usr.bin/ssh/
H A Dputty-ciphers.sh14 macs=""
17 macs="${macs} ${m}"
33 for m in default ${macs}; do
H A Ddropbear-ciphers.sh18 macs=`$DBCLIENT -m help hst 2>&1 | awk '/ MACs: /{print $4}' | tr ',' ' '`
19 if [ -z "$macs" ] || [ -z "$ciphers" ]; then
20 skip "dbclient query ciphers '$ciphers' or macs '$macs' failed"
25 for m in $macs; do
H A Dcipher-speed.sh6 # Enable all supported ciphers and macs.
8 macs=`${SSH} -Q MACs | tr '\n' , | sed 's/,$//'`
11 MACs $macs
H A Dintegrity.sh10 macs=`${SSH} -Q mac`
13 macs="$macs `${SSH} -Q cipher-auth`"
18 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
/openbsd-current/regress/usr.bin/ssh/unittests/kex/
H A Dtest_proposal.c87 char *prop[PROPOSAL_MAX], *kexalgs, *ciphers, *macs, *hkalgs; local
95 macs = mac_alg_list(',');
107 ciphers, macs, hkalgs, comp);
118 free(macs);
/openbsd-current/usr.bin/ssh/
H A Dmac.c54 static const struct macalg macs[] = { variable in typeref:struct:macalg
86 for (m = macs; m->name != NULL; m++) {
125 for (m = macs; m->name != NULL; m++) {
H A Dreadconf.h68 char *macs; /* SSH2 macs in order of preference. */ member in struct:__anon122
H A Dservconf.h125 char *macs; /* Supported SSH2 macs. */ member in struct:__anon4
H A Dkex.c87 const char *kexalgos, const char *ciphers, const char *macs,
118 prop[i] = xstrdup(macs ? macs : defprop[i]);
86 kex_proposal_populate_entries(struct ssh *ssh, char *prop[PROPOSAL_MAX], const char *kexalgos, const char *ciphers, const char *macs, const char *comp, const char *hkalgs) argument
H A Dreadconf.c237 { "macs", oMacs },
1507 if (*activep && options->macs == NULL)
1508 options->macs = xstrdup(arg);
2538 options->macs = NULL;
2845 ASSEMBLE(macs, def_mac, all_mac);
2937 free(o->macs);
3557 dump_cfg_string(oMacs, o->macs);
H A Dservconf.c135 options->macs = NULL;
226 ASSEMBLE(macs, def_mac, all_mac);
633 { "macs", sMacs, SSHCFG_GLOBAL },
1794 if (options->macs == NULL)
1795 options->macs = xstrdup(arg);
3124 dump_cfg_string(sMacs, o->macs);
H A Dsshd-session.c1303 options.ciphers, options.macs, compression, hkalgs);
H A Dssh.c968 free(options.macs);
969 options.macs = xstrdup(optarg);
H A Dsshconnect2.c249 options.kex_algorithms, options.ciphers, options.macs,
/openbsd-current/sys/dev/pv/
H A Dif_vio.c191 uint8_t macs[][ETHER_ADDR_LEN]; member in struct:virtio_net_ctrl_mac_tbl
1671 memcpy(sc->sc_ctrl_mac_tbl_mc->macs[nentries++],
1679 memcpy(sc->sc_ctrl_mac_tbl_uc->macs[0], ac->ac_enaddr, ETHER_ADDR_LEN);
/openbsd-current/sys/dev/pci/
H A Dif_iwmreg.h2941 * @macs: array of MAC id and colors which belong to the binding
2950 uint32_t macs[IWM_MAX_MACS_IN_BINDING]; member in struct:iwm_binding_cmd_v1
2959 * @macs: array of MAC id and colors which belong to the binding
2968 uint32_t macs[IWM_MAX_MACS_IN_BINDING]; member in struct:iwm_binding_cmd
3951 * all macs.
H A Dif_iwxreg.h3245 * @macs: array of MAC id and colors which belong to the binding
3254 uint32_t macs[IWX_MAX_MACS_IN_BINDING]; member in struct:iwx_binding_cmd
4394 * all macs.
H A Dif_iwx.c5526 cmd.macs[0] = htole32(mac_id);
5528 cmd.macs[i] = htole32(IWX_FW_CTXT_INVALID);
H A Dif_iwm.c6080 cmd.macs[0] = htole32(mac_id);
6082 cmd.macs[i] = htole32(IWM_FW_CTXT_INVALID);

Completed in 499 milliseconds