/external/webrtc/sdk/objc/api/peerconnection/ |
D | RTCIceServer.mm | 19 @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 …]
|
D | RTCIceServer.h | 32 @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/ |
D | pubsub_utils.py | 47 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)
|
D | cloud_console_client.py | 99 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/ |
D | RecordingOkAuthenticator.java | 28 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/ |
D | RTCIceServerTest.mm | 57 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/ |
D | multiprocess_file_storage.py | 157 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
|
D | sqlalchemy.py | 147 credential = getattr(entity, self.property_name) 148 if credential and hasattr(credential, 'set_store'): 149 credential.set_store(self) 150 return credential
|
D | multistore_file.py | 261 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/ |
D | tls_security_connector_test.cc | 128 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/ |
D | storage.py | 59 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/ |
D | Tss2_Sys_MakeCredential.c | 18 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/ |
D | RTCIceServer+JSON.m | 19 NSString *credential = dictionary[@"credential"] ?: @""; 22 credential:credential];
|
/external/toolchain-utils/ |
D | lock_machine.py | 377 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/ |
D | test_django_storage.py | 71 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/ |
D | Esys_MakeCredential.c | 72 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/ |
D | control | 16 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/ |
D | control | 16 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/ |
D | tools.py | 243 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/ |
D | AuthenticatorAdapter.java | 52 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/ |
D | AuthenticatorAdapter.java | 50 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/ |
D | tls-darwin.c | 59 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/ |
D | README-HS20 | 34 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/ |
D | GoogleGrpcCredentials.cs | 64 public static CallCredentials ToCallCredentials(this ITokenAccess credential) in ToCallCredentials() argument 66 … return CallCredentials.FromInterceptor(GoogleAuthInterceptors.FromCredential(credential)); in ToCallCredentials()
|
D | GoogleAuthInterceptors.cs | 44 public static AsyncAuthInterceptor FromCredential(ITokenAccess credential) in FromCredential() argument 48 …var accessToken = await credential.GetAccessTokenForRequestAsync(context.ServiceUrl, CancellationT… in FromCredential()
|