Searched refs:auth_method (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/appl/rsh/
H A Drsh_locl.h134 enum auth_method { AUTH_KRB5, AUTH_BROKEN }; enum
136 extern enum auth_method auth_method;
H A Dcommon.c78 if(auth_method == AUTH_KRB5) {
135 if(auth_method == AUTH_KRB5) {
H A Drsh.c37 enum auth_method auth_method; variable in typeref:enum:auth_method
85 if(auth_method == AUTH_KRB5 && protocol_version == 2)
995 auth_method = AUTH_KRB5;
1022 auth_method = AUTH_BROKEN;
H A Drshd.c47 enum auth_method auth_method; variable in typeref:enum:auth_method
420 if(auth_method == AUTH_KRB5 && protocol_version == 2)
686 auth_method = AUTH_KRB5;
698 auth_method = AUTH_BROKEN;
/macosx-10.9.5/ppp-727.90.1/Helpers/vpnd/
H A Dipsec_utils.c352 CFStringRef auth_method = NULL; local
357 auth_method = CFDictionaryGetValue(ipsec_dict, kRASPropIPSecAuthenticationMethod);
365 if (isString(auth_method) || isString(prop_method)) {
367 if (CFEqual(isString(prop_method) ? prop_method : auth_method, kRASValIPSecProposalAuthenticationMethodSharedSecret))
369 else if (CFEqual(isString(prop_method) ? prop_method : auth_method, kRASValIPSecProposalAuthenticationMethodCertificate))
371 else if (CFEqual(isString(prop_method) ? prop_method : auth_method, kRASValIPSecProposalAuthenticationMethodXauthSharedSecretClient))
373 else if (CFEqual(isString(prop_method) ? prop_method : auth_method, kRASValIPSecProposalAuthenticationMethodXauthCertificateClient))
375 else if (CFEqual(isString(prop_method) ? prop_method : auth_method, kRASValIPSecProposalAuthenticationMethodHybridCertificateClient))
382 if (isString(auth_method)) {
384 if (CFEqual(auth_method, kRASValIPSecAuthenticationMethodSharedSecre
504 CFStringRef auth_method = NULL; local
[all...]
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/saslauthd/
H A Dlak.h93 char auth_method; member in struct:lak_conf
H A Dlak.c234 conf->auth_method = LAK_AUTH_METHOD_CUSTOM;
236 conf->auth_method = LAK_AUTH_METHOD_FASTBIND;
322 conf->auth_method == LAK_AUTH_METHOD_BIND)
323 conf->auth_method = LAK_AUTH_METHOD_FASTBIND;
382 conf->auth_method = LAK_AUTH_METHOD_BIND;
1535 if (authenticator[i].method == lak->conf->auth_method) {
1565 syslog(LOG_DEBUG|LOG_AUTH, "Authentication method not setup properly (%d)", lak->conf->auth_method);
/macosx-10.9.5/ppp-727.90.1/Drivers/L2TP/L2TP-vpn/
H A Dmain.c588 CFStringRef auth_method; local
594 auth_method = CFDictionaryGetValue(ipsec_settings, kRASPropIPSecAuthenticationMethod);
595 if (!isString(auth_method))
596 auth_method = kRASValIPSecAuthenticationMethodSharedSecret;
603 auth_method, 0, natt_multiple_users, 0);
606 if (CFEqual(auth_method, kRASValIPSecAuthenticationMethodSharedSecret)) {
627 else if (CFEqual(auth_method, kRASValIPSecAuthenticationMethodCertificate)) {
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dmonitor.c207 static char *auth_method = "unknown"; variable
401 auth_method = "unknown";
412 auth_method)) {
414 auth_method);
425 !auth_root_allowed(auth_method))
442 auth_method, auth_submethod,
460 if (strcmp(auth_method, "unknown") == 0)
910 auth_method = "none";
912 auth_method = "password";
972 auth_method
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/net/
H A Dsmtp.rb732 send auth_method(authtype), user, secret
770 unless respond_to?(auth_method(type), true)
775 def auth_method(type) method in class:Net
/macosx-10.9.5/ppp-727.90.1/Drivers/L2TP/L2TP-plugin/
H A Dmain.c1261 CFStringRef auth_method = NULL; local
1270 auth_method = kRASValIPSecAuthenticationMethodSharedSecret;
1290 auth_method = CFDictionaryGetValue(useripsec_dict, kRASPropIPSecAuthenticationMethod);
1291 if (!isString(auth_method) || CFEqual(auth_method, kRASValIPSecAuthenticationMethodSharedSecret)) {
1292 auth_method = kRASValIPSecAuthenticationMethodSharedSecret;
1309 else if (CFEqual(auth_method, kRASValIPSecAuthenticationMethodCertificate)) {
1344 auth_method, 1, 0, verify_id);
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Disakmp.h491 u_int8_t auth_method; /* Protocol-ID */
490 u_int8_t auth_method; /* Protocol-ID */ member in struct:ikev2_auth
H A Dprint-isakmp.c1715 STR_OR_ID(a.auth_method, v2_auth)));
/macosx-10.9.5/ppp-727.90.1/Controller/
H A Dipsec_manager.c3297 CFStringRef auth_method; local
3298 auth_method = CFDictionaryGetValue(serv->systemprefs, kRASPropIPSecAuthenticationMethod);
3299 if (!isString(auth_method) || CFEqual(auth_method, kRASValIPSecAuthenticationMethodSharedSecret)) {
3300 auth_method = kRASValIPSecAuthenticationMethodSharedSecret;
3303 else if (CFEqual(auth_method, kRASValIPSecAuthenticationMethodCertificate)) {
3331 &serv->u.ipsec.peer_address, cfstring_is_ip(remote_address) ? NULL : remote_address, auth_method,
3385 if (CFEqual(auth_method, kRASValIPSecAuthenticationMethodSharedSecret)) {

Completed in 310 milliseconds