Searched defs:wild_auth (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c868 boolean_t wild_auth, wild_encr, wild_eauth; local
880 wild_auth = use_ah && (auth_alg == SADB_AALG_NONE);
892 if (wild_auth) {
917 auth_alg = WHICH_ALG(AH_AUTH, wild_auth, auth_idx);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c1217 boolean_t wild_auth, wild_encr, wild_eauth; local
1247 wild_auth = use_ah && (auth_alg == 0);
1274 SET_EXP_MINMAX(IPSEC_ALG_AUTH, wild_auth, SADB_AALG_NONE,
1311 auth_alg = WHICH_ALG(IPSEC_ALG_AUTH, wild_auth,
1313 if (wild_auth && auth_alg == SADB_AALG_NONE)

Completed in 64 milliseconds