Home
last modified time | relevance | path

Searched refs:auth_method (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dchap.c40 authentication_method_type auth_method, in chap_validate_tgt() argument
43 if (auth_method == RADIUS_AUTHENTICATION) { in chap_validate_tgt()
63 } else if (auth_method == DIRECT_AUTHENTICATION) { in chap_validate_tgt()
H A Dchap.h91 authentication_method_type auth_method,
/titanic_41/usr/src/cmd/cmd-inet/etc/ike/
H A Dconfig.sample77 p1_xform { auth_method preshared oakley_group 5 auth_alg sha encr_alg 3des }
105 {auth_method preshared oakley_group 5 auth_alg md5 encr_alg blowfish }
107 {auth_method preshared oakley_group 5 auth_alg md5 encr_alg 3des }
125 { auth_method rsa_sig oakley_group 5 auth_alg md5 encr_alg 3des }
127 { auth_method rsa_sig oakley_group 5 auth_alg md5 encr_alg blowfish }
129 { auth_method rsa_sig oakley_group 5 auth_alg sha1 encr_alg 3des }
131 { auth_method rsa_sig oakley_group 5 auth_alg sha1 encr_alg blowfish }
/titanic_41/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_attr.c204 if (config_info->auth_method == in add_config_attribute()
208 config_info->auth_method = none; in add_config_attribute()
211 config_info->auth_method = simple; in add_config_attribute()
214 config_info->auth_method = cram_md5; in add_config_attribute()
217 config_info->auth_method = digest_md5; in add_config_attribute()
307 if (proxy_info->auth_method == in add_bind_attribute()
311 proxy_info->auth_method = none; in add_bind_attribute()
314 proxy_info->auth_method = simple; in add_bind_attribute()
317 proxy_info->auth_method = cram_md5; in add_bind_attribute()
320 proxy_info->auth_method = digest_md5; in add_bind_attribute()
H A Dnis_parse_ldap_conf.c860 if (config_info->auth_method == simple) { in connect_to_ldap_config_server()
863 } else if (config_info->auth_method == cram_md5) { in connect_to_ldap_config_server()
868 } else if (config_info->auth_method == digest_md5) { in connect_to_ldap_config_server()
1184 if (config_info->auth_method == simple && in parse_ldap_config_dn_attrs()
1187 else if (config_info->auth_method == in parse_ldap_config_dn_attrs()
1301 if (config_info->auth_method == in get_attribute_list()
1318 if (config_info->auth_method == in get_attribute_list()
1357 if (proxy_info->auth_method == (auth_method_t)NO_VALUE_SET) in get_attribute_list()
1423 if (proxy_info->auth_method == (auth_method_t)NO_VALUE_SET) in get_attribute_list()
H A Dnis_parse_ldap_conf.h525 auth_method_t auth_method; member
539 auth_method_t auth_method; member
H A Dldap_op.c880 proxyInfo.auth_method)) != in findCon()
1194 proxyInfo.auth_method, in findReferralCon()
1251 proxyInfo.auth_method)) != in findYPCon()
H A Dnis_parse_ldap_util.c104 proxy_info->auth_method = (auth_method_t)NO_VALUE_SET; in initialize_parse_structs()
748 if (proxy_info->auth_method == in finish_parse()
/titanic_41/usr/src/uts/common/sys/iscsit/
H A Dchap.h87 authentication_method_type auth_method,