Home
last modified time | relevance | path

Searched refs:credential (Results 1 – 25 of 189) sorted by relevance

12345678

/external/webrtc/sdk/objc/api/peerconnection/
DRTCIceServer.mm19 @synthesize credential = _credential;
28 credential:nil];
33 credential:(NSString *)credential {
36 credential:credential
42 credential:(NSString *)credential
46 credential:credential
53 credential:(NSString *)credential
58 credential:credential
66 credential:(NSString *)credential
72 credential:credential
[all …]
DRTCIceServer.h32 @property(nonatomic, readonly, nullable) NSString *credential;
66 credential:(nullable NSString *)credential;
74 credential:(nullable NSString *)credential
83 credential:(nullable NSString *)credential
93 credential:(nullable NSString *)credential
105 credential:(nullable NSString *)credential
/external/autotest/site_utils/
Dpubsub_utils.py47 self.credential = self._get_credential()
56 credential = GoogleCredentials.from_stream(self.credential_file)
57 if credential.create_scoped_required():
58 credential = credential.create_scoped(PUBSUB_SCOPES)
59 return credential
71 credentials=self.credential)
Dcloud_console_client.py99 def _create_pubsub_client(credential): argument
100 return pubsub_utils.PubSubClient(credential)
108 credential=moblab_host.MOBLAB_SERVICE_ACCOUNT_LOCATION, argument
117 self._pubsub_client = _create_pubsub_client(credential)
/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() argument
31 this.credential = credential; in RecordingOkAuthenticator()
48 .addHeader("Authorization", credential) in authenticate()
56 .addHeader("Proxy-Authorization", credential) in authenticateProxy()
/external/webrtc/sdk/objc/unittests/
DRTCIceServerTest.mm57 credential:@"credential"];
62 EXPECT_EQ("credential", iceStruct.password);
69 credential:@"credential"
76 EXPECT_EQ("credential", iceStruct.password);
84 credential:@"credential"
92 EXPECT_EQ("credential", iceStruct.password);
101 credential:@"credential"
110 EXPECT_EQ("credential", iceStruct.password);
133 EXPECT_EQ("password", [NSString stdStringForString:iceServer.credential]);
/external/python/oauth2client/oauth2client/contrib/
Dmultiprocess_file_storage.py157 credential = client.Credentials.new_from_json(credential_json)
158 credentials[key] = credential
178 for key, credential in iteritems(credentials):
179 credential_json = credential.to_json()
337 credential = self._backend.locked_get(self._key)
339 if credential is not None:
340 credential.set_store(self)
342 return credential
Dsqlalchemy.py147 credential = getattr(entity, self.property_name)
148 if credential and hasattr(credential, 'set_store'):
149 credential.set_store(self)
150 return credential
Dmultistore_file.py261 credential = self._multistore._get_credential(self._key)
262 if credential:
263 credential.set_store(self)
264 return credential
408 key, credential = self._decode_credential_from_json(cred_entry)
409 self._data[key] = credential
427 credential = None
428 credential = client.Credentials.new_from_json(
430 return (key, credential)
/external/rust/crates/grpcio-sys/grpc/test/core/security/
Dtls_security_connector_test.cc128 grpc_core::RefCountedPtr<TlsCredentials> credential = in TEST_F() local
132 credential->create_security_connector(nullptr, kTargetName, nullptr, in TEST_F()
202 grpc_core::RefCountedPtr<TlsCredentials> credential = in TEST_F() local
206 credential->create_security_connector(nullptr, kTargetName, nullptr, in TEST_F()
240 grpc_core::RefCountedPtr<TlsCredentials> credential = in TEST_F() local
244 credential->create_security_connector(nullptr, kTargetName, nullptr, in TEST_F()
270 grpc_core::RefCountedPtr<TlsCredentials> credential = in TEST_F() local
274 credential->create_security_connector(nullptr, nullptr, nullptr, in TEST_F()
291 grpc_core::RefCountedPtr<TlsCredentials> credential = in TEST_F() local
295 credential, nullptr, nullptr, kTargetName, nullptr, nullptr); in TEST_F()
[all …]
/external/python/oauth2client/oauth2client/contrib/django_util/
Dstorage.py59 credential = getattr(entities[0], self.property_name)
60 if getattr(credential, 'set_store', None) is not None:
61 credential.set_store(self)
62 return credential
/external/tpm2-tss/src/tss2-sys/api/
DTss2_Sys_MakeCredential.c18 const TPM2B_DIGEST *credential, in Tss2_Sys_MakeCredential_Prepare() argument
37 if (!credential) { in Tss2_Sys_MakeCredential_Prepare()
45 rval = Tss2_MU_TPM2B_DIGEST_Marshal(credential, ctx->cmdBuffer, in Tss2_Sys_MakeCredential_Prepare()
107 const TPM2B_DIGEST *credential, in Tss2_Sys_MakeCredential() argument
116 rval = Tss2_Sys_MakeCredential_Prepare(sysContext, handle, credential, objectName); in Tss2_Sys_MakeCredential()
/external/webrtc/examples/objc/AppRTCMobile/
DRTCIceServer+JSON.m19 NSString *credential = dictionary[@"credential"] ?: @"";
22 credential:credential];
/external/toolchain-utils/
Dlock_machine.py377 credential = ''
379 credential = '--auth-service-account-json %s' % self.SKYLAB_CREDENTIAL
387 credential,
410 credential = ''
412 credential = '-service-account-json %s' % self.SKYLAB_CREDENTIAL
416 credential,
430 credential = ''
432 credential = '-service-account-json %s' % self.SKYLAB_CREDENTIAL
435 credential,
/external/python/oauth2client/tests/contrib/django_util/
Dtest_django_storage.py71 credential = storage.locked_get()
73 credential, fake_model_with_credentials.credentials)
85 credential = storage.locked_get()
86 self.assertIsNone(credential)
101 credential = storage.locked_get()
103 credential, fake_model_with_credentials.credentials)
/external/tpm2-tss/src/tss2-esys/api/
DEsys_MakeCredential.c72 const TPM2B_DIGEST *credential, in Esys_MakeCredential() argument
80 shandle3, credential, objectName); in Esys_MakeCredential()
147 const TPM2B_DIGEST *credential, in Esys_MakeCredential_Async() argument
153 esysContext, handle, credential, objectName); in Esys_MakeCredential_Async()
178 : handleNode->rsrc.handle, credential, in Esys_MakeCredential_Async()
/external/autotest/client/site_tests/platform_CryptohomeLECredentialManager/
Dcontrol16 entropy credential for a high entropy credential while enforcing limits
17 on how often attempts can be made. The high entropy credential is needed
/external/autotest/server/site_tests/platform_CryptohomeLECredentialManagerServer/
Dcontrol16 entropy credential for a high entropy credential while enforcing limits
17 on how often attempts can be made. The high entropy credential is needed
/external/python/oauth2client/oauth2client/
Dtools.py243 credential = flow.step2_exchange(code, http=http)
247 storage.put(credential)
248 credential.set_store(storage)
251 return credential
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/internal/http/
DAuthenticatorAdapter.java52 String credential = Credentials.basic(auth.getUserName(), new String(auth.getPassword())); in authenticate() local
54 .header("Authorization", credential) in authenticate()
76 String credential = Credentials.basic(auth.getUserName(), new String(auth.getPassword())); in authenticateProxy() local
78 .header("Proxy-Authorization", credential) in authenticateProxy()
/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
52 .header("Authorization", credential) in authenticate()
74 String credential = Credentials.basic(auth.getUserName(), new String(auth.getPassword())); in authenticateProxy() local
76 .header("Proxy-Authorization", credential) in authenticateProxy()
/external/libcups/cups/
Dtls-darwin.c59 static SecCertificateRef http_cdsa_create_credential(http_credential_t *credential);
495 http_credential_t *credential; /* Credential data */ in _httpCreateCredentials() local
506 for (credential = (http_credential_t *)cupsArrayFirst(credentials); in _httpCreateCredentials()
507 credential; in _httpCreateCredentials()
508 credential = (http_credential_t *)cupsArrayNext(credentials)) in _httpCreateCredentials()
510 if ((secCert = http_cdsa_create_credential(credential)) != NULL) in _httpCreateCredentials()
1232 http_credential_t *credential; /* Credential data */ in _httpTLSStart() local
1672 if ((credential = malloc(sizeof(*credential))) != NULL) in _httpTLSStart()
1674 credential->datalen = (size_t)CFDataGetLength(data); in _httpTLSStart()
1675 if ((credential->data = malloc(credential->datalen))) in _httpTLSStart()
[all …]
/external/wpa_supplicant_8/wpa_supplicant/
DREADME-HS2034 network block or credential. If a credential is picked (based on ANQP
40 whenever needed based on ANQP information and the credential.
48 will internally determine which network or credential is going to be
104 # credential block
106 # Each credential used for automatic network selection is configured as a set
110 # credential fields:
112 # temporary: Whether this credential is temporary and not to be saved
119 # network (based on either an enabled network block or a credential)
194 # points support authentication with this credential. This is an
197 # pre-configured with the credential since the NAI Realm information
[all …]
/external/grpc-grpc/src/csharp/Grpc.Auth/
DGoogleGrpcCredentials.cs64 public static CallCredentials ToCallCredentials(this ITokenAccess credential) in ToCallCredentials() argument
66 … return CallCredentials.FromInterceptor(GoogleAuthInterceptors.FromCredential(credential)); in ToCallCredentials()
DGoogleAuthInterceptors.cs44 public static AsyncAuthInterceptor FromCredential(ITokenAccess credential) in FromCredential() argument
48 …var accessToken = await credential.GetAccessTokenForRequestAsync(context.ServiceUrl, CancellationT… in FromCredential()

12345678