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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/
H A Dipsecconf.c870 uint_t eauth_alg, eauth_idx, eauth_min, eauth_max; local
877 eauth_alg = act_ptr->iap_eauth.alg_id;
881 wild_eauth = use_espa && (eauth_alg == SADB_AALG_NONE);
885 eauth_min = eauth_max = eauth_alg;
927 eauth_alg = WHICH_ALG(ESP_AUTH, wild_eauth,
931 !alg_rangecheck(ESP_AUTH, eauth_alg,
943 combined ? SADB_AALG_NONE : eauth_alg;
/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)
1198 ipp->ipp_esp_auth_alg = (uint8_t)eauth_alg;
1202 act_alg_adjust(IPSEC_ALG_AUTH, eauth_alg,
1219 uint_t eauth_alg, eauth_idx, eauth_min, eauth_max; local
1244 eauth_alg = act->ipa_apply.ipp_esp_auth_alg;
1248 wild_eauth = use_espa && (eauth_alg == 0);
1253 eauth_min = eauth_max = eauth_alg;
1317 eauth_alg = WHICH_ALG(IPSEC_ALG_AUTH,
1319 if (wild_eauth && eauth_alg == SADB_AALG_NONE)
1323 auth_alg, encr_alg, eauth_alg, n
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
[all...]

Completed in 76 milliseconds