Searched refs:calgo (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/tests/net/ipsec/
H A Dt_ipsec_tunnel_ipcomp.sh99 local calgo=$3
162 add $ip_gw_local_tunnel $ip_gw_remote_tunnel ipcomp 10000 -C $calgo;
163 add $ip_gw_remote_tunnel $ip_gw_local_tunnel ipcomp 10001 -C $calgo;
180 add $ip_gw_local_tunnel $ip_gw_remote_tunnel ipcomp 10000 -C $calgo;
181 add $ip_gw_remote_tunnel $ip_gw_local_tunnel ipcomp 10001 -C $calgo;
226 local calgo=$3
288 add $ip_gw_local_tunnel $ip_gw_remote_tunnel ipcomp 10000 -C $calgo;
289 add $ip_gw_remote_tunnel $ip_gw_local_tunnel ipcomp 10001 -C $calgo;
306 add $ip_gw_local_tunnel $ip_gw_remote_tunnel ipcomp 10000 -C $calgo;
307 add $ip_gw_remote_tunnel $ip_gw_local_tunnel ipcomp 10001 -C $calgo;
[all...]
/netbsd-current/external/bsd/unbound/dist/smallapp/
H A Dunbound-anchor.c1215 BIO* calgo; member in struct:xml_data
1230 b = data->calgo;
1395 (void)BIO_reset(data->calgo);
1505 xml_append_bio(data->ds, data->calgo);
1571 data->calgo = BIO_new(BIO_s_mem());
1574 if(!data->ds || !data->ctag || !data->calgo || !data->czone ||
1647 BIO_free(data.calgo);

Completed in 216 milliseconds