Home
last modified time | relevance | path

Searched defs:auth (Results 1 – 25 of 71) sorted by relevance

123

/external/chromium/chrome/browser/chromeos/login/
Dgoogle_authenticator_unittest.cc117 void ReadLocalaccountFile(GoogleAuthenticator* auth, in ReadLocalaccountFile()
129 void PrepForLogin(GoogleAuthenticator* auth) { in PrepForLogin()
139 void PrepForFailedLogin(GoogleAuthenticator* auth) { in PrepForFailedLogin()
144 void CancelLogin(GoogleAuthenticator* auth) { in CancelLogin()
177 scoped_refptr<GoogleAuthenticator> auth(new GoogleAuthenticator(NULL)); in TEST_F() local
191 scoped_refptr<GoogleAuthenticator> auth(new GoogleAuthenticator(NULL)); in TEST_F() local
202 scoped_refptr<GoogleAuthenticator> auth(new GoogleAuthenticator(NULL)); in TEST_F() local
212 scoped_refptr<GoogleAuthenticator> auth(new GoogleAuthenticator(NULL)); in TEST_F() local
227 scoped_refptr<GoogleAuthenticator> auth(new GoogleAuthenticator(&consumer)); in TEST_F() local
244 scoped_refptr<GoogleAuthenticator> auth(new GoogleAuthenticator(&consumer)); in TEST_F() local
[all …]
Dparallel_authenticator_unittest.cc47 ParallelAuthenticator* auth, in ResolveChecker()
140 void ReadLocalaccountFile(ParallelAuthenticator* auth, in ReadLocalaccountFile()
199 void RunResolve(ParallelAuthenticator* auth, MessageLoop* loop) { in RunResolve()
206 void SetAttemptState(ParallelAuthenticator* auth, TestAttemptState* state) { in SetAttemptState()
/external/openssh/
Dauthfd.c127 ssh_request_reply(AuthenticationConnection *auth, Buffer *request, Buffer *reply) in ssh_request_reply()
197 AuthenticationConnection *auth; in ssh_get_authentication_connection() local
223 ssh_close_authentication_connection(AuthenticationConnection *auth) in ssh_close_authentication_connection()
232 ssh_lock_agent(AuthenticationConnection *auth, int lock, const char *password) in ssh_lock_agent()
255 ssh_get_num_identities(AuthenticationConnection *auth, int version) in ssh_get_num_identities()
305 ssh_get_first_identity(AuthenticationConnection *auth, char **comment, int version) in ssh_get_first_identity()
314 ssh_get_next_identity(AuthenticationConnection *auth, char **comment, int version) in ssh_get_next_identity()
365 ssh_decrypt_challenge(AuthenticationConnection *auth, in ssh_decrypt_challenge()
416 ssh_agent_sign(AuthenticationConnection *auth, in ssh_agent_sign()
538 ssh_add_identity_constrained(AuthenticationConnection *auth, Key *key, in ssh_add_identity_constrained()
[all …]
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/
DAuthorizeCallbackTest.java39 AuthorizeCallback auth = new AuthorizeCallback(null, null); in test01() local
77 AuthorizeCallback auth; in test02() local
DSasl2Test.java551 public SaslClient createSaslClient(String[] mech, String prot, String auth, in createSaslClient()
566 public SaslClient createSaslClient(String[] mech, String prot, String auth, in createSaslClient()
/external/chromium/chrome/common/net/gaia/
Dgaia_auth_fetcher_unittest.cc160 GaiaAuthFetcher auth(&consumer, std::string(), in TEST_F() local
182 GaiaAuthFetcher auth(&consumer, std::string(), in TEST_F() local
205 GaiaAuthFetcher auth(&consumer, std::string(), in TEST_F() local
254 GaiaAuthFetcher auth(&consumer, std::string(), in TEST_F() local
270 GaiaAuthFetcher auth(&consumer, std::string(), in TEST_F() local
304 GaiaAuthFetcher auth(&consumer, std::string(), in TEST_F() local
384 GaiaAuthFetcher auth(&consumer, std::string(), in TEST_F() local
407 GaiaAuthFetcher auth(&consumer, std::string(), in TEST_F() local
428 GaiaAuthFetcher auth(&consumer, std::string(), in TEST_F() local
458 GaiaAuthFetcher auth(&consumer, std::string(), in TEST_F() local
[all …]
Dgaia_oauth_client_unittest.cc162 GaiaOAuthClient auth(kGaiaOAuth2Url, in TEST_F() local
186 GaiaOAuthClient auth(kGaiaOAuth2Url, in TEST_F() local
209 GaiaOAuthClient auth(kGaiaOAuth2Url, in TEST_F() local
230 GaiaOAuthClient auth(kGaiaOAuth2Url, in TEST_F() local
250 GaiaOAuthClient auth(kGaiaOAuth2Url, in TEST_F() local
/external/smack/src/org/jivesoftware/smack/
DNonSASLAuthentication.java84 Authentication auth = new Authentication(); in authenticate() local
119 Authentication auth = new Authentication(); in authenticateAnonymously() local
/external/wpa_supplicant_8/src/crypto/
Daes-ccm.c117 static void aes_ccm_encr_auth(void *aes, size_t M, u8 *x, u8 *a, u8 *auth) in aes_ccm_encr_auth()
132 static void aes_ccm_decr_auth(void *aes, size_t M, u8 *a, const u8 *auth, u8 *t) in aes_ccm_decr_auth()
150 const u8 *aad, size_t aad_len, u8 *crypt, u8 *auth) in aes_ccm_ae()
180 const u8 *aad, size_t aad_len, const u8 *auth, u8 *plain) in aes_ccm_ad()
/external/ppp/pppd/plugins/radius/
Dsendserver.c33 static int rc_pack_list (VALUE_PAIR *vp, char *secret, AUTH_HDR *auth) in rc_pack_list()
200 AUTH_HDR *auth, *recv_auth; in rc_send_server() local
395 static int rc_check_reply (AUTH_HDR *auth, int bufferlen, char *secret, in rc_check_reply()
/external/nist-sip/java/gov/nist/javax/sip/parser/
DAuthorizationParser.java68 Authorization auth = new Authorization(); in parse() local
/external/chromium/third_party/libjingle/source/talk/examples/login/
Dxmpppump.cc39 buzz::PreXmppAuth* auth) { in DoLogin()
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dnetworkconfig.cpp71 int auth, encr = 0; in paramsFromScanResults() local
190 int auth = authSelect->currentIndex(); in addNetwork() local
533 int auth = AUTH_NONE_OPEN, encr = 0; in paramsFromConfig() local
/external/wpa_supplicant_8/wpa_supplicant/
Dibss_rsn.h25 struct wpa_state_machine *auth; member
Dwps_supplicant.h23 const char *auth; member
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowUriMatcher.java47 String auth = uri.getAuthority(); in match() local
/external/webkit/Source/WebCore/platform/sql/
DSQLiteDatabase.cpp342 DatabaseAuthorizer* auth = static_cast<DatabaseAuthorizer*>(userData); in authorizerFunction() local
416 void SQLiteDatabase::setAuthorizer(PassRefPtr<DatabaseAuthorizer> auth) in setAuthorizer()
/external/chromium/third_party/libjingle/source/talk/xmpp/
Dxmpplogintask.cc214 XmlElement * auth = sasl_mech_->StartSaslAuth(); in Advance() local
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitsoupauthdialog.c99 SoupAuth* auth; member
327 static void session_authenticate(SoupSession* session, SoupMessage* msg, SoupAuth* auth, gboolean r… in session_authenticate()
/external/wpa_supplicant_8/src/radius/
Dradius.c348 u8 auth[MD5_MAC_LEN]; in radius_msg_finish() local
378 u8 auth[MD5_MAC_LEN]; in radius_msg_finish_srv() local
422 u8 auth[MD5_MAC_LEN]; in radius_msg_finish_das_resp() local
505 u8 auth[MD5_MAC_LEN], orig[MD5_MAC_LEN]; in radius_msg_verify_das_req() local
750 u8 auth[MD5_MAC_LEN], orig[MD5_MAC_LEN]; in radius_msg_verify_msg_auth() local
798 size_t secret_len, struct radius_msg *sent_msg, int auth) in radius_msg_verify()
/external/wpa_supplicant_8/src/eap_peer/
Dikev2.c556 u8 method, const u8 *auth, size_t auth_len) in ikev2_process_auth_cert()
570 u8 method, const u8 *auth, in ikev2_process_auth_secret()
621 const u8 *auth, size_t auth_len) in ikev2_process_auth()
/external/wpa_supplicant_8/src/eap_server/
Dikev2.c590 u8 method, const u8 *auth, size_t auth_len) in ikev2_process_auth_cert()
604 u8 method, const u8 *auth, in ikev2_process_auth_secret()
653 const u8 *auth, size_t auth_len) in ikev2_process_auth()
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DHttpAuthenticator.java78 PasswordAuthentication auth; in getCredentials() local
/external/libppp/src/
Dchap.h49 struct authinfo auth; member
/external/chromium/googleurl/src/
Durl_parse.cc142 const Component& auth, in DoParseAuthority()
681 const Component& auth, in ParseAuthority()
690 const Component& auth, in ParseAuthority()

123