Home
last modified time | relevance | path

Searched refs:auth_alg (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/etc/ike/
H A Dconfig.sample75 p1_xform { auth_method preshared oakley_group 5 auth_alg sha encr_alg 3des }
103 {auth_method preshared oakley_group 5 auth_alg md5 encr_alg blowfish }
105 {auth_method preshared oakley_group 5 auth_alg md5 encr_alg 3des }
123 { auth_method rsa_sig oakley_group 5 auth_alg md5 encr_alg 3des }
125 { auth_method rsa_sig oakley_group 5 auth_alg md5 encr_alg blowfish }
127 { auth_method rsa_sig oakley_group 5 auth_alg sha1 encr_alg 3des }
129 { auth_method rsa_sig oakley_group 5 auth_alg sha1 encr_alg blowfish }
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dspd.c1191 uint_t auth_alg, uint_t encr_alg, uint_t eauth_alg, netstack_t *ns) in ipsec_setup_act() argument
1197 ipp->ipp_auth_alg = (uint8_t)auth_alg; in ipsec_setup_act()
1201 act_alg_adjust(IPSEC_ALG_AUTH, auth_alg, in ipsec_setup_act()
1219 uint_t auth_alg, auth_idx, auth_min, auth_max; in ipsec_act_wildcard_expand() local
1244 auth_alg = act->ipa_apply.ipp_auth_alg; in ipsec_act_wildcard_expand()
1248 wild_auth = use_ah && (auth_alg == 0); in ipsec_act_wildcard_expand()
1253 auth_min = auth_max = auth_alg; 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()
1324 auth_alg, encr_alg, eauth_alg, ns); in ipsec_act_wildcard_expand()
[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; in ips_act_wild_props_to_action() local
876 auth_alg = act_ptr->iap_aauth.alg_id; in ips_act_wild_props_to_action()
880 wild_auth = use_ah && (auth_alg == SADB_AALG_NONE); in ips_act_wild_props_to_action()
884 auth_min = auth_max = auth_alg; 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()
920 !alg_rangecheck(AH_AUTH, auth_alg, in ips_act_wild_props_to_action()
936 tact.iap_aauth.alg_id = auth_alg; in ips_act_wild_props_to_action()