/openbsd/regress/usr.bin/ssh/ |
H A 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
|
H A D | dropbear-ciphers.sh | 18 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 D | putty-ciphers.sh | 14 macs="" 17 macs="${macs} ${m}" 33 for m in default ${macs}; do
|
H A D | integrity.sh | 10 macs=`${SSH} -Q mac` 13 macs="$macs `${SSH} -Q cipher-auth`" 18 for m in $macs; do
|
H A D | cipher-speed.sh | 8 macs=`${SSH} -Q MACs | tr '\n' , | sed 's/,$//'` 11 MACs $macs
|
H A D | rekey.sh | 78 macs=`${SSH} -Q mac` 86 for i in $macs; do
|
/openbsd/regress/usr.bin/ssh/unittests/kex/ |
H A D | test_proposal.c | 87 char *prop[PROPOSAL_MAX], *kexalgs, *ciphers, *macs, *hkalgs; in kex_proposal_populate_tests() local 95 macs = mac_alg_list(','); in kex_proposal_populate_tests() 107 ciphers, macs, hkalgs, comp); in kex_proposal_populate_tests() 118 free(macs); in kex_proposal_populate_tests()
|
/openbsd/usr.bin/ssh/ |
H A D | mac.c | 54 static const struct macalg macs[] = { variable 86 for (m = macs; m->name != NULL; m++) { in mac_alg_list() 125 for (m = macs; m->name != NULL; m++) { in mac_setup()
|
H A D | readconf.h | 67 char *macs; /* SSH2 macs in order of preference. */ member
|
H A D | servconf.h | 126 char *macs; /* Supported SSH2 macs. */ member
|
H A D | kex.c | 87 const char *kexalgos, const char *ciphers, const char *macs, in kex_proposal_populate_entries() argument 118 prop[i] = xstrdup(macs ? macs : defprop[i]); in kex_proposal_populate_entries()
|
H A D | readconf.c | 1556 if (*activep && options->macs == NULL) in process_config_line_depth() 1557 options->macs = xstrdup(arg); in process_config_line_depth() 2614 options->macs = NULL; in initialize_options() 2922 ASSEMBLE(macs, def_mac, all_mac); in fill_default_options() 3014 free(o->macs); in free_options() 3636 dump_cfg_string(oMacs, o->macs); in dump_client_config()
|
H A D | servconf.c | 135 options->macs = NULL; in initialize_server_options() 229 ASSEMBLE(macs, def_mac, all_mac); in assemble_algorithms() 1845 if (options->macs == NULL) in process_server_config_line_depth() 1846 options->macs = xstrdup(arg); in process_server_config_line_depth() 3188 dump_cfg_string(sMacs, o->macs); in dump_config()
|
H A D | sshd-auth.c | 792 options.ciphers, options.macs, compression, hkalgs); in do_ssh2_kex()
|
H A D | ssh.c | 968 free(options.macs); in main() 969 options.macs = xstrdup(optarg); in main()
|
H A D | sshconnect2.c | 249 options.kex_algorithms, options.ciphers, options.macs, in ssh_kex2()
|
/openbsd/sys/dev/pv/ |
H A D | if_vio.c | 225 uint8_t macs[][ETHER_ADDR_LEN]; member 2057 memcpy(sc->sc_ctrl_mac_tbl_mc->macs[nentries++], in vio_iff() 2065 memcpy(sc->sc_ctrl_mac_tbl_uc->macs[0], ac->ac_enaddr, ETHER_ADDR_LEN); in vio_iff()
|
/openbsd/sys/dev/pci/ |
H A D | if_iwmreg.h | 2950 uint32_t macs[IWM_MAX_MACS_IN_BINDING]; member 2968 uint32_t macs[IWM_MAX_MACS_IN_BINDING]; member
|
H A D | if_iwxreg.h | 3264 uint32_t macs[IWX_MAX_MACS_IN_BINDING]; member
|
H A D | if_iwm.c | 6080 cmd.macs[0] = htole32(mac_id); in iwm_binding_cmd() 6082 cmd.macs[i] = htole32(IWM_FW_CTXT_INVALID); in iwm_binding_cmd()
|
H A D | if_iwx.c | 5621 cmd.macs[0] = htole32(mac_id); in iwx_binding_cmd() 5623 cmd.macs[i] = htole32(IWX_FW_CTXT_INVALID); in iwx_binding_cmd()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/d30v/ |
H A D | d30v.md | 1925 "macs%A0%: %.,%1,%2" 1936 "macs%A0%: %.,%1,%2"
|
/openbsd/gnu/usr.bin/binutils/ |
H A D | md5.sum | 1734 3c56ddac8216a69a609103570d7b3e49 gas/testsuite/gas/h8300/macs.s
|
/openbsd/gnu/usr.bin/binutils-2.17/ |
H A D | md5.sum | 2151 3c56ddac8216a69a609103570d7b3e49 gas/testsuite/gas/h8300/macs.s
|