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

1 2 3

  /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...]
t_ipsec_tunnel_ipcomp.sh 98 local algo=$2
111 local algo_args="$(generate_algo_args $proto $algo)"
225 local algo=$2
238 local algo_args="$(generate_algo_args $proto $algo)"
354 local algo=$3
358 test_ipsec4_tunnel_ipcomp $proto $algo $calgo
360 test_ipsec6_tunnel_ipcomp $proto $algo $calgo
368 local algo=$3
370 local _algo=$(echo $algo | sed 's/-//g')
374 desc="Tests of IPsec ($ipproto) tunnel mode with $proto ($algo) and ipcomp ($calgo)
    [all...]
t_ipsec_natt.sh 217 local algo=$1
227 local algo_args="$(generate_algo_args esp-udp $algo)"
365 local algo=$1
374 local algo_args="$(generate_algo_args esp-udp $algo)"
449 local algo=$1
451 test_ipsec_natt_transport_ipv6_without_nat $algo
457 local algo=$2
458 local _algo=$(echo $algo | sed 's/-//g')
461 desc="Test IPsec $proto NAT-T ($algo)"
471 test_ipsec_natt_transport_$proto $algo
    [all...]
t_ipsec_forwarding.sh 151 local algo=$1
169 local algo_args="$(generate_algo_args esp $algo)"
307 local algo=$1
325 local algo_args="$(generate_algo_args esp $algo)"
464 local algo=$2
465 local _algo=$(echo $algo | sed 's/-//g')
468 desc="Test IPsec $proto forwarding SP port ($algo)"
478 test_ipsec_sp_port_$proto $algo
492 local algo=
494 for algo in $ESP_ENCRYPTION_ALGORITHMS_MINIMUM; d
    [all...]
  /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;
i2c.h 92 const struct i2c_algorithm *algo; member in struct:i2c_adapter
  /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 in function:portalgo_randport
    [all...]
  /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...]
t_ipsec_unnumbered.sh 70 local algo="$3"
75 local algo_args="$(generate_algo_args esp $algo)"
101 local algo=$1
153 add_sa ipv4 esp $algo $ip_local_o $ip_remote_o
172 local algo=$1
224 add_sa ipv6 esp $algo $ip_local_o $ip_remote_o
244 local algo=$2
245 local _algo=$(echo $algo | sed 's/-//g')
250 desc="Does unnumbered ipsecif over ${outer} $algo"
259 test_ipsecif_unnumbered_${outer} $algo
    [all...]
t_ipsec_pfil.sh 105 local algo=$6
110 local algo_args="$(generate_algo_args $proto $algo)"
130 local algo=$2
141 setup_if_ipsec_sa $src $dst "10000" "10001" $proto $algo
150 setup_if_ipsec_sa $src $dst "10001" "10000" $proto $algo
169 local algo=$2
177 setup_tunnel $proto $algo
325 local algo=$2
326 local _algo=$(echo $algo | sed 's/-//g')
337 ipsecif_pfil_setup ${proto} ${algo}
    [all...]
t_ipsec_natt.sh 297 local algo=$1
311 local algo_args="$(generate_algo_args esp-udp $algo)"
490 local algo=$1
491 local _algo=$(echo $algo | sed 's/-//g')
494 desc="Test ipsecif(4) NAT-T ($algo)"
504 test_ipsecif_natt_transport $algo
519 local algo=
521 for algo in $ESP_ENCRYPTION_ALGORITHMS_MINIMUM; do
522 add_test_ipsecif_natt_transport $algo
  /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 in function:nvkm_i2c_bus_probe
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 in function:nvkm_i2c_bus_probe
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/usr.sbin/npf/npftest/
npftestl3.conf 42 map $ext_if static algo npt66 $net6_inner <-> $net6_outer
43 map $ext_if static algo netmap $net_a <-> $net_b
npftest.conf 60 map $ext_if static algo npt66 $net6_inner <-> $net6_outer
61 map $ext_if static algo netmap $net_a <-> $net_b
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_gmbus.c 36 #include <linux/i2c-algo-bit.h>
316 struct i2c_algo_bit_data *algo; local in function:intel_gpio_setup
318 algo = &bus->bit_algo;
321 bus->adapter.algo_data = algo;
322 algo->setsda = set_data;
323 algo->setscl = set_clock;
324 algo->getsda = get_data;
325 algo->getscl = get_clock;
326 algo->pre_xfer = intel_gpio_pre_xfer;
327 algo->post_xfer = intel_gpio_post_xfer
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
os.h 17 #include <linux/i2c-algo-bit.h>

Completed in 23 milliseconds

1 2 3