Searched refs:auth_max (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/auths/
H A Dauths.c49 int auth_max; member in struct:cbs
146 if (cbs->auth_cnt >= cbs->auth_max) {
147 cbs->auth_max += INCRAUTHS;
149 cbs->auth_max * sizeof (char *));
/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;
894 auth_max = ipsec_nalgs[AH_AUTH] - 1;
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);
1310 for (auth_idx = auth_min; auth_idx <= auth_max; auth_idx++) {

Completed in 83 milliseconds