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

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java 639 public static native byte[][] SSL_get_peer_cert_chain(int sslNativePointer);
OpenSSLSocketImpl.java 398 = createCertChain(NativeCrypto.SSL_get_peer_cert_chain(sslNativePointer));
    [all...]
  /external/chromium/net/socket/
ssl_client_socket_openssl.cc     [all...]
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java     [all...]
  /external/openssl/apps/
s_client.c     [all...]
  /external/openssl/include/openssl/
ssl.h     [all...]
  /external/openssl/ssl/
ssl.h     [all...]
ssl_lib.c 843 STACK_OF(X509) *SSL_get_peer_cert_chain(const SSL *s)
    [all...]
  /libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp     [all...]

Completed in 248 milliseconds