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

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java 765 public static native void SSL_use_OpenSSL_PrivateKey_for_tls_channel_id(long ssl, long pkey)
777 SSL_use_OpenSSL_PrivateKey_for_tls_channel_id(ssl, openSslPrivateKey.getPkeyContext());
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java 367 NativeCrypto.SSL_use_OpenSSL_PrivateKey_for_tls_channel_id(
    [all...]

Completed in 498 milliseconds