Home
last modified time | relevance | path

Searched defs:credential (Results 1 – 15 of 15) sorted by relevance

/external/webrtc/webrtc/tools/loopback_test/
Dadapter.js82 'credential': password, property
89 'credential': password, property
152 'credential': password, property
164 'credential': password, property
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
DRecordingOkAuthenticator.java28 public final String credential; field in RecordingOkAuthenticator
30 public RecordingOkAuthenticator(String credential) { in RecordingOkAuthenticator()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
DAuthenticatorAdapter.java50 String credential = Credentials.basic(auth.getUserName(), new String(auth.getPassword())); in authenticate() local
74 String credential = Credentials.basic(auth.getUserName(), new String(auth.getPassword())); in authenticateProxy() local
/external/webrtc/webrtc/libjingle/xmpp/
Dsaslplainmechanism.h32 rtc::FormatCryptString credential; in StartSaslAuth() local
Dsaslcookiemechanism.h51 std::string credential; in StartSaslAuth() local
/external/tpm2/
DMakeCredential_fp.h14 TPM2B_DIGEST credential; member
Dtpm_types.h1546 BYTE credential[sizeof(_ID_OBJECT)]; member
/external/autotest/site_utils/
Dcloud_console_client.py123 def _create_pubsub_client(credential): argument
132 credential=moblab_host.MOBLAB_SERVICE_ACCOUNT_LOCATION, argument
/external/webrtc/webrtc/tools/rtcbot/
Dtest.js88 'credential': response.password, property
/external/libcups/cups/
Dtls-darwin.c502 http_credential_t *credential; /* Credential data */ in _httpCreateCredentials() local
1173 http_credential_t *credential; /* Credential data */ in _httpTLSStart() local
1920 http_credential_t *credential) /* I - Credential */ in http_cdsa_create_credential()
Dhttp.c220 http_credential_t *credential; /* Credential data */ in httpAddCredential() local
734 http_credential_t *credential; /* Credential */ in httpFreeCredentials() local
Dtls-gnutls.c868 http_credential_t *credential) /* I - Credential */ in http_gnutls_create_credential()
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
DRoomParametersFetcher.java209 String credential = in iceServersFromPCConfigJSON() local
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DCallTest.java380 String credential = Credentials.basic("jesse", "secret"); in postBodyRetransmittedAfterAuthorizationFail() local
403 String credential = Credentials.basic("jesse", "secret"); in attemptAuthorization20Times() local
417 String credential = Credentials.basic("jesse", "secret"); in doesNotAttemptAuthorization21Times() local
/external/autotest/client/cros/
Dcryptohome.py468 def canonicalize(credential): argument