Home
last modified time | relevance | path

Searched refs:SSL_get_certificate (Results 1 – 9 of 9) sorted by relevance

/external/curl/lib/
Dsetup-vms.h290 #define SSL_get_certificate SSL_GET_CERTIFICATE macro
/external/conscrypt/common/src/main/java/org/conscrypt/
DSslWrapper.java109 return OpenSSLX509Certificate.createCertChain(NativeCrypto.SSL_get_certificate(ssl)); in getLocalCertificates()
DNativeCrypto.java991 static native long[] SSL_get_certificate(long sslNativePointer); in SSL_get_certificate() method in NativeCrypto
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DNativeCryptoTest.java2053 NativeCrypto.SSL_get_certificate(NULL); in SSL_get_certificate_withNullShouldThrow()
2063 assertNull(NativeCrypto.SSL_get_certificate(s)); in test_SSL_get_certificate()
2072 getServerCertificates(), NativeCrypto.SSL_get_certificate(s)); in test_SSL_get_certificate()
/external/boringssl/src/ssl/
Dssl_x509.cc841 X509 *SSL_get_certificate(const SSL *ssl) { in SSL_get_certificate() function
Dssl_test.cc3215 X509 *cert3 = SSL_get_certificate(ssl.get()); in TEST()
/external/curl/lib/vtls/
Dopenssl.c611 x509=SSL_get_certificate(ssl); in cert_stuff()
/external/boringssl/src/include/openssl/
Dssl.h889 OPENSSL_EXPORT X509 *SSL_get_certificate(const SSL *ssl);
/external/conscrypt/common/src/jni/main/cpp/
DNativeCrypto.cpp7183 X509* certificate = SSL_get_certificate(ssl); in NativeCrypto_SSL_get_certificate()
9588 CONSCRYPT_NATIVE_METHOD(NativeCrypto, SSL_get_certificate, "(J)[J"),