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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c869 uint_t auth_alg, auth_idx, auth_min, auth_max; local
884 auth_min = auth_max = auth_alg;
893 auth_min = 0;
916 for (auth_idx = auth_min; auth_idx <= auth_max; auth_idx++) {
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c1218 uint_t auth_alg, auth_idx, auth_min, auth_max; local
1252 auth_min = auth_max = auth_alg;
1275 auth_min, auth_max, ipss);
1293 * dimensions just get a single value from auth_min, while
1310 for (auth_idx = auth_min; auth_idx <= auth_max; auth_idx++) {

Completed in 64 milliseconds