Searched refs:authenticate (Results 76 - 86 of 86) sorted by relevance

1234

/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DStorageManager.cpp1361 db->authenticate(CSSM_DB_ACCESS_READ, &cred);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DStorageManager.cpp1361 db->authenticate(CSSM_DB_ACCESS_READ, &cred);
/macosx-10.10.1/Security-57031.1.35/SecurityTests/xdr_rpc/Reference/
H A Dtransition.cpp144 Server::database(db)->authenticate(accessType, cred);
/macosx-10.10.1/ruby-106/ruby/lib/net/
H A Dimap.rb34 # itself using either #authenticate() or #login(). Having
74 # imap.authenticate('LOGIN', 'joe_user', 'joes_password')
84 # imap.authenticate('LOGIN', 'joe_user', 'joes_password')
100 # imap.authenticate("cram-md5", "bar", "password")
283 # Adds an authenticator for Net::IMAP#authenticate. +auth_type+
386 # Sends an AUTHENTICATE command to authenticate the client.
408 # imap.authenticate('LOGIN', user, password)
411 def authenticate(auth_type, *args) method
430 # that, unlike calling #authenticate() with an +auth_type+
3368 # #authenticate()
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/xe/
H A Dxe1501 if {[info exists meta(WWW-authenticate)]} {
1502 set realmStr [lindex $meta(WWW-authenticate) 1]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_filedb/
H A DAppleDatabase.cpp2212 AppleDatabase::authenticate(DbContext &inDbContext, function in class:AppleDatabase
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_filedb/lib/
H A DAppleDatabase.cpp2212 AppleDatabase::authenticate(DbContext &inDbContext, function in class:AppleDatabase
/macosx-10.10.1/Security-57031.1.35/securityd/src/
H A Dtransition.cpp287 Server::database(db)->authenticate(accessType, creds);
/macosx-10.10.1/CPANInternal-159.1/Mail-Sender-0.8.22/
H A DSender.pm2975 need to somehow authenticate to the server. You may need the help of the mail server's administrator
2988 There is one more way to authenticate. Some servers want you to login by POP3 before you
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dconfigure6295 ac_fn_c_check_func "$LINENO" "authenticate" "ac_cv_func_authenticate"
6301 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for authenticate in -ls" >&5
6302 $as_echo_n "checking for authenticate in -ls... " >&6; }
6317 char authenticate ();
6321 return authenticate ();
6347 ac_fn_c_check_decl "$LINENO" "authenticate" "ac_cv_have_decl_authenticate" "#include <usersec.h>
/macosx-10.10.1/sudo-73/src/
H A Dconfigure13916 for ac_func in authenticate
13918 ac_fn_c_check_func "$LINENO" "authenticate" "ac_cv_func_authenticate"

Completed in 327 milliseconds

1234