Searched refs:auth_method (Results 1 – 9 of 9) sorted by relevance
40 authentication_method_type auth_method, in chap_validate_tgt() argument43 if (auth_method == RADIUS_AUTHENTICATION) { in chap_validate_tgt()63 } else if (auth_method == DIRECT_AUTHENTICATION) { in chap_validate_tgt()
91 authentication_method_type auth_method,
77 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 }
204 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()
862 if (config_info->auth_method == simple) { in connect_to_ldap_config_server()865 } else if (config_info->auth_method == cram_md5) { in connect_to_ldap_config_server()870 } else if (config_info->auth_method == digest_md5) { in connect_to_ldap_config_server()1186 if (config_info->auth_method == simple && in parse_ldap_config_dn_attrs()1189 else if (config_info->auth_method == in parse_ldap_config_dn_attrs()1303 if (config_info->auth_method == in get_attribute_list()1320 if (config_info->auth_method == in get_attribute_list()1359 if (proxy_info->auth_method == (auth_method_t)NO_VALUE_SET) in get_attribute_list()1425 if (proxy_info->auth_method == (auth_method_t)NO_VALUE_SET) in get_attribute_list()
525 auth_method_t auth_method; member539 auth_method_t auth_method; member
879 proxyInfo.auth_method)) != in findCon()1193 proxyInfo.auth_method, in findReferralCon()1250 proxyInfo.auth_method)) != in findYPCon()
104 proxy_info->auth_method = (auth_method_t)NO_VALUE_SET; in initialize_parse_structs()748 if (proxy_info->auth_method == in finish_parse()
87 authentication_method_type auth_method,