HomeSort by relevance Sort by last modified time
    Searched defs:clientContext (Results 1 - 11 of 11) sorted by null

  /packages/apps/KeyChain/tests/src/com/android/keychain/tests/
KeyChainTestActivity.java 208 SSLContext clientContext = SSLContext.getInstance("SSL");
209 clientContext.init(new KeyManager[] { new KeyChainKeyManager() }, null, null);
211 connection.setSSLSocketFactory(clientContext.getSocketFactory());
  /libcore/support/src/test/java/libcore/javax/net/ssl/
TestSSLContext.java 88 public final SSLContext clientContext;
102 SSLContext clientContext,
115 this.clientContext = clientContext;
150 SSLContext clientContext = createSSLContext(protocol, clientProvider,
160 clientContext,
173 SSLContext clientContext,
187 clientContext, serverContext,
  /cts/tests/tests/keystore/src/android/keystore/cts/
AndroidKeyPairGeneratorTest.java 490 SSLContext clientContext = TestSSLContext.createSSLContext("TLS", provider,
504 SSLSocket client = (SSLSocket) clientContext.getSocketFactory().createSocket(host, port);
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ChildProcessLauncher.java 293 * @param clientContext Arbitrary parameter used by the client to distinguish this connection.
302 final long clientContext) {
309 assert clientContext != 0;
333 nativeOnChildProcessStarted(clientContext, 0);
344 Log.d(TAG, "on connect callback, pid=" + pid + " context=" + clientContext);
351 nativeOnChildProcessStarted(clientContext, pid);
427 private static native void nativeOnChildProcessStarted(long clientContext, int pid);
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSocketTest.java 135 cipherSuites = c.clientContext.getSocketFactory().getSupportedCipherSuites();
137 String[] clientSuites = c.clientContext.getSocketFactory().getSupportedCipherSuites();
294 SSLSocket client = (SSLSocket) c.clientContext.getSocketFactory().createSocket(c.host,
352 final SSLSocket client1 = (SSLSocket) c.clientContext.getSocketFactory().createSocket(c.host,
365 final SSLSocket client2 = (SSLSocket) c.clientContext.getSocketFactory().createSocket(c.host,
387 SSLSocket client = (SSLSocket) c.clientContext.getSocketFactory().createSocket(c.host,
425 SSLContext clientContext = c.clientContext;
427 clientContext.getSocketFactory().createSocket(c.host, c.port);
447 c.clientContext.getSocketFactory().createSocket(c.host, c.port)
    [all...]
SSLSessionTest.java 234 assertEquals(s.s.c.clientContext.getClientSessionContext(),
  /libcore/crypto/src/test/java/org/conscrypt/
NativeCryptoTest.java     [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
CameraStreamer.java 335 EGLContext clientContext = RenderTarget.currentContext();
336 TextureSource clientTex = textureForContext(clientContext);
337 ImageShader copyShader = shaderForContext(clientContext);
338 SurfaceTexture surfTex = surfaceTextureForContext(clientContext);
605 EGLContext clientContext = RenderTarget.currentContext();
608 TextureSource clientTex = textureForContext(clientContext);
619 ImageShader transferShader = shaderForContext(clientContext);
    [all...]
  /libcore/luni/src/test/java/libcore/java/net/
URLConnectionTest.java 349 connection.setSSLSocketFactory(testSSLContext.clientContext.getSocketFactory());
368 connection.setSSLSocketFactory(testSSLContext.clientContext.getSocketFactory());
469 connection.setSSLSocketFactory(testSSLContext.clientContext.getSocketFactory());
480 SSLSocketFactory clientSocketFactory = testSSLContext.clientContext.getSocketFactory();
510 connection.setSSLSocketFactory(testSSLContext.clientContext.getSocketFactory());
530 connection.setSSLSocketFactory(testSSLContext.clientContext.getSocketFactory());
557 connection.setSSLSocketFactory(testSSLContext.clientContext.getSocketFactory());
637 connection.setSSLSocketFactory(testSSLContext.clientContext.getSocketFactory());
679 connection.setSSLSocketFactory(testSSLContext.clientContext.getSocketFactory());
722 connection.setSSLSocketFactory(testSSLContext.clientContext.getSocketFactory())
    [all...]
  /external/chromium_org/net/third_party/nss/ssl/
ssl3con.c     [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h     [all...]

Completed in 195 milliseconds