Searched refs:macs (Results 1 – 25 of 28) sorted by relevance
12
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
10 macs=`${SSH} -Q mac`13 macs="$macs `${SSH} -Q cipher-auth`"23 for m in $macs; do
57 static const struct macalg macs[] = { variable100 for (m = macs; m->name != NULL; m++) { in mac_alg_list()139 for (m = macs; m->name != NULL; m++) { in mac_setup()
74 char *macs; /* SSH2 macs in order of preference. */ member
92 char *macs; /* Supported SSH2 macs. */ member
138 options->macs = NULL; in initialize_server_options()184 kex_assemble_names(KEX_SERVER_MAC, &o->macs) != 0 || in assemble_algorithms()1453 if (options->macs == NULL) in process_server_config_line()1454 options->macs = xstrdup(arg); in process_server_config_line()2300 dump_cfg_string(sMacs, o->macs ? o->macs : KEX_SERVER_MAC); in dump_config()
1211 if (*activep && options->macs == NULL) in process_config_line_depth()1212 options->macs = xstrdup(arg); in process_config_line_depth()1820 options->macs = NULL; in initialize_options()2070 kex_assemble_names(KEX_CLIENT_MAC, &options->macs) != 0 || in fill_default_options()2583 dump_cfg_string(oMacs, o->macs ? o->macs : KEX_CLIENT_MAC); in dump_client_config()
845 free(options.macs); in main()846 options.macs = xstrdup(optarg); in main()
268 org/bouncycastle/crypto/macs/BlockCipherMac.java \269 org/bouncycastle/crypto/macs/CFBBlockCipherMac.java \270 org/bouncycastle/crypto/macs/CMac.java \271 org/bouncycastle/crypto/macs/CMacWithIV.java \272 org/bouncycastle/crypto/macs/GMac.java \273 org/bouncycastle/crypto/macs/GOST28147Mac.java \274 org/bouncycastle/crypto/macs/ISO9797Alg3Mac.java \275 org/bouncycastle/crypto/macs/OldHMac.java \276 org/bouncycastle/crypto/macs/Poly1305.java \277 org/bouncycastle/crypto/macs/SipHash.java \[all …]
7 import org.bouncycastle.crypto.macs.HMac;
10 import org.bouncycastle.crypto.macs.HMac;
14 import org.bouncycastle.crypto.macs.HMac;
182 __u8 macs[][ETH_ALEN]; member
1 package org.bouncycastle.crypto.macs;
30 import org.bouncycastle.crypto.macs.CBCBlockCipherMac;
26 import org.bouncycastle.crypto.macs.CBCBlockCipherMac;
21 import org.bouncycastle.crypto.macs.HMac;
11 import org.bouncycastle.crypto.macs.CBCBlockCipherMac;
1013 import org.bouncycastle.crypto.macs.HMac;1027 …rov-jdk15on-152.orig/org/bouncycastle/crypto/macs/HMac.java bcprov-jdk15on-152/org/bouncycastle/cr…1028 --- bcprov-jdk15on-152.orig/org/bouncycastle/crypto/macs/HMac.java 2015-03-01 12:03:02.000000000 +0…1029 +++ bcprov-jdk15on-152/org/bouncycastle/crypto/macs/HMac.java 2013-09-26 18:06:21.000000000 +00003839 import org.bouncycastle.crypto.macs.HMac;3840 -import org.bouncycastle.crypto.macs.OldHMac;3842 +// import org.bouncycastle.crypto.macs.OldHMac;3894 import org.bouncycastle.crypto.macs.HMac;3895 -import org.bouncycastle.crypto.macs.OldHMac;3897 +// import org.bouncycastle.crypto.macs.OldHMac;[all …]
50 import org.bouncycastle.crypto.macs.HMac;