Searched refs:alg_rangecheck (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ipsecconf.c | 820 alg_rangecheck(uint_t type, uint_t algid, const algreq_t *ar) in alg_rangecheck() function 911 !alg_rangecheck(ESP_ENCR, encr_alg, &act_ptr->iap_eencr)) in ips_act_wild_props_to_action() 920 !alg_rangecheck(AH_AUTH, auth_alg, in ips_act_wild_props_to_action() 931 !alg_rangecheck(ESP_AUTH, eauth_alg, in ips_act_wild_props_to_action() 3591 if (!alg_rangecheck(a_type, alg_value, ap)) in parse_ipsec_alg()
|