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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c1190 uint_t auth_alg, uint_t encr_alg, uint_t eauth_alg, netstack_t *ns)
1196 ipp->ipp_auth_alg = (uint8_t)auth_alg;
1200 act_alg_adjust(IPSEC_ALG_AUTH, auth_alg,
1218 uint_t auth_alg, auth_idx, auth_min, auth_max; local
1243 auth_alg = act->ipa_apply.ipp_auth_alg;
1247 wild_auth = use_ah && (auth_alg == 0);
1252 auth_min = auth_max = auth_alg;
1311 auth_alg = WHICH_ALG(IPSEC_ALG_AUTH, wild_auth,
1313 if (wild_auth && auth_alg == SADB_AALG_NONE)
1323 auth_alg, encr_al
1189 ipsec_setup_act(ipsec_act_t *outact, ipsec_act_t *act, uint_t auth_alg, uint_t encr_alg, uint_t eauth_alg, netstack_t *ns) argument
2977 uint_t auth_alg = 0, encr_alg = 0, espa_alg = 0; local
[all...]
/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
876 auth_alg = act_ptr->iap_aauth.alg_id;
880 wild_auth = use_ah && (auth_alg == SADB_AALG_NONE);
884 auth_min = auth_max = auth_alg;
917 auth_alg = WHICH_ALG(AH_AUTH, wild_auth, auth_idx);
920 !alg_rangecheck(AH_AUTH, auth_alg,
936 tact.iap_aauth.alg_id = auth_alg;

Completed in 69 milliseconds