/external/chromium/chrome/browser/chromeos/login/ |
D | google_authenticator_unittest.cc | 117 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 …]
|
D | parallel_authenticator_unittest.cc | 47 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/ |
D | authfd.c | 127 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/ |
D | AuthorizeCallbackTest.java | 39 AuthorizeCallback auth = new AuthorizeCallback(null, null); in test01() local 77 AuthorizeCallback auth; in test02() local
|
D | Sasl2Test.java | 551 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/ |
D | gaia_auth_fetcher_unittest.cc | 160 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 …]
|
D | gaia_oauth_client_unittest.cc | 162 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/ |
D | NonSASLAuthentication.java | 84 Authentication auth = new Authentication(); in authenticate() local 119 Authentication auth = new Authentication(); in authenticateAnonymously() local
|
/external/wpa_supplicant_8/src/crypto/ |
D | aes-ccm.c | 117 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/ |
D | sendserver.c | 33 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/ |
D | AuthorizationParser.java | 68 Authorization auth = new Authorization(); in parse() local
|
/external/chromium/third_party/libjingle/source/talk/examples/login/ |
D | xmpppump.cc | 39 buzz::PreXmppAuth* auth) { in DoLogin()
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | networkconfig.cpp | 71 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/ |
D | ibss_rsn.h | 25 struct wpa_state_machine *auth; member
|
D | wps_supplicant.h | 23 const char *auth; member
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowUriMatcher.java | 47 String auth = uri.getAuthority(); in match() local
|
/external/webkit/Source/WebCore/platform/sql/ |
D | SQLiteDatabase.cpp | 342 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/ |
D | xmpplogintask.cc | 214 XmlElement * auth = sasl_mech_->StartSaslAuth(); in Advance() local
|
/external/webkit/Source/WebKit/gtk/webkit/ |
D | webkitsoupauthdialog.c | 99 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/ |
D | radius.c | 348 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/ |
D | ikev2.c | 556 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/ |
D | ikev2.c | 590 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/ |
D | HttpAuthenticator.java | 78 PasswordAuthentication auth; in getCredentials() local
|
/external/libppp/src/ |
D | chap.h | 49 struct authinfo auth; member
|
/external/chromium/googleurl/src/ |
D | url_parse.cc | 142 const Component& auth, in DoParseAuthority() 681 const Component& auth, in ParseAuthority() 690 const Component& auth, in ParseAuthority()
|