HomeSort by relevance Sort by last modified time
    Searched refs:SSL_get_certificate (Results 1 - 8 of 8) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java 536 public static native byte[][] SSL_get_certificate(int sslNativePointer);
OpenSSLSocketImpl.java 494 = createCertChain(NativeCrypto.SSL_get_certificate(sslNativePointer));
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java     [all...]
  /libcore/luni/src/main/native/
NativeCrypto.cpp     [all...]
  /external/openssl/apps/
s_server.c 734 x = SSL_get_certificate(s);
    [all...]
  /external/openssl/include/openssl/
ssl.h     [all...]
  /external/openssl/ssl/
ssl.h     [all...]
ssl_lib.c     [all...]

Completed in 585 milliseconds