HomeSort by: relevance | last modified time | path
    Searched refs:algo (Results 1 - 25 of 185) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/tests/net/ipsec/
algorithms.sh 122 local algo=$1
123 local _algo=$(echo $algo | sed 's/-//g')
138 local algo=$1
139 local _algo=$(echo $algo | sed 's/-//g')
147 local algo=$1
148 local _algo=$(echo $algo | sed 's/-//g')
173 local algo=$2
174 local keylen=$(get_one_valid_keylen $algo)
178 echo "-E $algo $key"
180 echo "-A $algo $key
    [all...]
t_ipsec_transport.sh 48 local algo=$2
54 local algo_args="$(generate_algo_args $proto $algo)"
110 pktsize=$(($(get_minlen $algo) - 8 - 1))
117 pktsize=$(($(get_minlen $algo) - 8))
135 local algo=$2
141 local algo_args="$(generate_algo_args $proto $algo)"
196 pktsize=$(($(get_minlen $algo) - 8 - 1))
203 pktsize=$(($(get_minlen $algo) - 8))
222 local algo=$3
225 test_ipsec4_transport $proto $algo
    [all...]
t_ipsec_misc.sh 127 local algo=$2
132 local algo_args="$(generate_algo_args $proto $algo)"
201 local algo=$2
206 local algo_args="$(generate_algo_args $proto $algo)"
274 local algo=$3
277 test_ipsec4_lifetime $proto $algo
279 test_ipsec6_lifetime $proto $algo
287 local algo=$3
288 local _algo=$(echo $algo | sed 's/-//g')
292 desc="Tests of lifetime of IPsec ($ipproto) with $proto ($algo)"
    [all...]
t_ipsec_tcp.sh 115 local algo=$2
118 local algo_args="$(generate_algo_args $proto $algo)"
159 local algo=$2
162 local algo_args="$(generate_algo_args $proto $algo)"
203 local algo=$2
207 local algo_args="$(generate_algo_args $proto $algo)"
251 local algo=$3
252 local _algo=$(echo $algo | sed 's/-//g')
259 desc="Tests of TCP with IPsec ($ipproto) $proto $algo"
270 test_tcp_${ipproto} $proto $algo
    [all...]
t_ipsec_sockopt.sh 49 local algo=$2
55 local algo_args="$(generate_algo_args $proto $algo)"
107 pktsizeopt="-s $(($(get_minlen $algo) - 8)) -p ff"
192 local algo=$2
198 local algo_args="$(generate_algo_args $proto $algo)"
250 pktsizeopt="-s $(($(get_minlen $algo) - 8)) -p ff"
336 local algo=$3
339 test_ipsec4_IP_IPSEC_POLICY $proto $algo
341 test_ipsec6_IP_IPSEC_POLICY $proto $algo
349 local algo=$
    [all...]
t_ipsec_tunnel_odd.sh 68 local algo=$2
82 local algo_args="$(generate_algo_args $proto $algo)"
174 local algo=$2
188 local algo_args="$(generate_algo_args $proto $algo)"
281 local algo=$3
284 test_ipsec46_tunnel $proto $algo
286 test_ipsec64_tunnel $proto $algo
294 local algo=$3
295 local _algo=$(echo $algo | sed 's/-//g')
300 desc="Tests of IPsec tunnel mode (IPv4 over IPv6) with $proto ($algo)"
    [all...]
t_ipsec_tunnel.sh 68 local algo=$2
80 local algo_args="$(generate_algo_args $proto $algo)"
168 local algo=$2
180 local algo_args="$(generate_algo_args $proto $algo)"
269 local algo=$3
272 test_ipsec4_tunnel $proto $algo
274 test_ipsec6_tunnel $proto $algo
282 local algo=$3
283 local _algo=$(echo $algo | sed 's/-//g')
287 desc="Tests of IPsec ($ipproto) tunnel mode with $proto ($algo)"
    [all...]
t_ipsec_gif.sh 71 local algo=$3
85 local algo_args="$(generate_algo_args $proto $algo)"
222 local algo=$3
236 local algo_args="$(generate_algo_args $proto $algo)"
374 local algo=$4
377 test_ipsec4_gif $mode $proto $algo
379 test_ipsec6_gif $mode $proto $algo
388 local algo=$4
389 local _algo=$(echo $algo | sed 's/-//g')
393 desc="Tests of gif/IPsec ($ipproto) ${mode} mode with $proto ($algo)"
    [all...]
t_ipsec_l2tp.sh 74 local algo=$3
84 local algo_args="$(generate_algo_args $proto $algo)"
217 local algo=$3
227 local algo_args="$(generate_algo_args $proto $algo)"
360 local algo=$4
363 test_ipsec4_l2tp $mode $proto $algo
365 test_ipsec6_l2tp $mode $proto $algo
374 local algo=$4
375 local _algo=$(echo $algo | sed 's/-//g')
379 desc="Tests of l2tp/IPsec ($ipproto) ${mode} mode with $proto ($algo)"
    [all...]
  /src/external/bsd/tcpdump/dist/tests/
setkey2esp-secrets.pl 18 $algo = $1. "-hmac96";
21 printf"0x%x@%s %s:0x%s\n", $spi, $dst, $algo, $secret;
  /src/external/bsd/unbound/dist/validator/
val_secalgo.h 54 * @param algo: nsec3 hash algorithm.
60 int secalgo_nsec3_hash(int algo, unsigned char* buf, size_t len,
115 * @param algo: DS digest algo.
118 size_t ds_digest_size_supported(int algo);
121 * @param algo: the DS digest algo
127 int secalgo_ds_digest(int algo, unsigned char* buf, size_t len,
137 * @param algo: DNSKEY algorithm.
146 enum sec_status verify_canonrrset(struct sldns_buffer* buf, int algo,
    [all...]
val_secalgo.c 131 secalgo_nsec3_hash(int algo, unsigned char* buf, size_t len,
134 switch(algo) {
226 * @param algo: DS digest algo.
230 ds_digest_size_supported(int algo)
232 switch(algo) {
278 secalgo_ds_digest(int algo, unsigned char* buf, size_t len,
281 switch(algo) {
323 algo);
540 * @param algo: key algorith
    [all...]
val_kentry.c 62 if(kd->algo)
63 s += strlen((char*)kd->algo)+1;
97 free(kd->algo);
143 if(d->algo) {
144 newd->algo = (uint8_t*)regional_strdup(region,
145 (char*)d->algo);
146 if(!newd->algo)
205 if(d->algo) {
206 newd->algo = (uint8_t*)strdup((char*)d->algo);
391 int algo; local
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/migrate2kasp/ns4/
setup.sh 26 algo="RSASHA256"
35 KSK=$($KEYGEN -a $algo -L 300 -b 2048 -f KSK $ksktimes $zone 2>keygen.out.$zone.1)
36 ZSK=$($KEYGEN -a $algo -L 300 -b 2048 $zsktimes $zone 2>keygen.out.$zone.2)
  /src/sys/external/bsd/drm2/include/linux/
i2c-algo-bit.h 1 /* $NetBSD: i2c-algo-bit.h,v 1.4 2014/07/26 06:26:39 riastradh Exp $ */
58 adapter->algo = &i2c_bit_algo;
  /src/sys/netinet/
portalgo.c 155 uint16_t *mymin, uint16_t *mymax, uint16_t **pnext_ephemeral, int algo)
227 [portalgo_af][portalgo_range][algo];
374 algo_bsd(int algo, uint16_t *port, struct inpcb *inp, kauth_cred_t cred)
383 &next_ephemeral, algo);
410 algo_random_start(int algo, uint16_t *port, struct inpcb *inp,
421 &next_ephemeral, algo);
464 algo_random_pick(int algo, uint16_t *port, struct inpcb *inp,
475 &next_ephemeral, algo);
602 algo_hash(int algo, uint16_t *port, struct inpcb *inp,
614 &next_ephemeral, algo);
749 int algo, error; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/
core_algorithm.c 143 const OSSL_ALGORITHM *algo,
182 char *ossl_algorithm_get1_first_name(const OSSL_ALGORITHM *algo)
188 if (algo->algorithm_names == NULL)
191 first_name_end = strchr(algo->algorithm_names, ':');
193 first_name_len = strlen(algo->algorithm_names);
195 first_name_len = first_name_end - algo->algorithm_names;
197 ret = OPENSSL_strndup(algo->algorithm_names, first_name_len);
core_fetch.c 104 const OSSL_ALGORITHM *algo,
110 if ((method = data->mcm->construct(algo, provider, data->mcm_data))
115 "ossl_method_construct_this: putting an algo to the store %p with no_store %d\n",
127 data->mcm->put(no_store ? data->store : NULL, method, provider, algo->algorithm_names,
128 algo->property_definition, data->mcm_data);
  /src/crypto/external/bsd/openssl/dist/crypto/
core_algorithm.c 143 const OSSL_ALGORITHM *algo,
180 char *ossl_algorithm_get1_first_name(const OSSL_ALGORITHM *algo)
186 if (algo->algorithm_names == NULL)
189 first_name_end = strchr(algo->algorithm_names, ':');
191 first_name_len = strlen(algo->algorithm_names);
193 first_name_len = first_name_end - algo->algorithm_names;
195 ret = OPENSSL_strndup(algo->algorithm_names, first_name_len);
core_fetch.c 103 const OSSL_ALGORITHM *algo,
109 if ((method = data->mcm->construct(algo, provider, data->mcm_data))
124 method, provider, algo->algorithm_names,
125 algo->property_definition, data->mcm_data);
  /src/external/mpl/bind/dist/bin/tests/system/dsdigest/ns2/
sign.sh 39 algo=SHA-384
41 $DSFROMKEY -a $algo $keyname12 >>$DSFILENAME1
42 $DSFROMKEY -a $algo $keyname22 >$DSFILENAME2
  /src/tests/net/if_ipsec/
t_ipsec.sh 269 local algo=${6}
277 local algo_args="$(generate_algo_args $proto $algo)"
319 local algo=${4}
347 setup_if_ipsec_sa $SOCK1 ${src} ${dst} ${outer} ${proto} ${algo} "1to2"
349 setup_if_ipsec_sa $SOCK1 ${src} ${dst} ${inner} ${proto} ${algo} "1to2"
368 ${src} ${dst} ${peernet} ${proto} ${algo}
370 setup_if_ipsec_sa $SOCK2 ${src} ${dst} ${outer} ${proto} ${algo} "2to1"
372 setup_if_ipsec_sa $SOCK2 ${src} ${dst} ${inner} ${proto} ${algo} "2to1"
449 local algo=${6}
457 local algo_args="$(generate_algo_args $proto $algo)"
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/i2c/
nouveau_nvkm_subdev_i2c_bus.c 37 * i2c-algo-bit
82 * !i2c-algo-bit (off-chip i2c bus / hw i2c / internal bit-banging algo)
175 if ((bus->i2c.algo == &i2c_bit_algo) && (info[i].udelay != 0)) {
176 struct i2c_algo_bit_data *algo = bus->i2c.algo_data; local
178 info[i].udelay, algo->udelay);
179 orig_udelay = algo->udelay;
180 algo->udelay = info[i].udelay;
191 struct i2c_algo_bit_data *algo = bus->i2c.algo_data; local
192 algo->udelay = orig_udelay
    [all...]
  /src/tests/lib/libskey/
t_algorithms.c 45 const char *algo, const char *zero,
52 skey_set_algorithm(algo);
  /src/crypto/external/apache2/openssl/dist/include/internal/
core.h 59 const OSSL_ALGORITHM *algo,
65 char *ossl_algorithm_get1_first_name(const OSSL_ALGORITHM *algo);

Completed in 39 milliseconds

1 2 3 4 5 6 7 8