Searched refs:wild_auth (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ipsecconf.c | 868 boolean_t wild_auth, wild_encr, wild_eauth; in ips_act_wild_props_to_action() local 880 wild_auth = use_ah && (auth_alg == SADB_AALG_NONE); in ips_act_wild_props_to_action() 892 if (wild_auth) { in ips_act_wild_props_to_action() 917 auth_alg = WHICH_ALG(AH_AUTH, wild_auth, auth_idx); in ips_act_wild_props_to_action()
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | spd.c | 1218 boolean_t wild_auth, wild_encr, wild_eauth; in ipsec_act_wildcard_expand() local 1248 wild_auth = use_ah && (auth_alg == 0); in ipsec_act_wildcard_expand() 1275 SET_EXP_MINMAX(IPSEC_ALG_AUTH, wild_auth, SADB_AALG_NONE, in ipsec_act_wildcard_expand() 1312 auth_alg = WHICH_ALG(IPSEC_ALG_AUTH, wild_auth, in ipsec_act_wildcard_expand() 1314 if (wild_auth && auth_alg == SADB_AALG_NONE) in ipsec_act_wildcard_expand()
|