Home
last modified time | relevance | path

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

/external/curl/lib/
Dsetup-vms.h285 #define SSL_get_certificate SSL_GET_CERTIFICATE macro
/external/conscrypt/src/main/java/org/conscrypt/
DNativeCrypto.java1141 public static native long[] SSL_get_certificate(long sslNativePointer); in SSL_get_certificate() method in NativeCrypto
DSSLParametersImpl.java674 .SSL_get_certificate(sslNativePointer)); in setupSession()
/external/conscrypt/src/test/java/org/conscrypt/
DNativeCryptoTest.java2064 NativeCrypto.SSL_get_certificate(NULL); in test_SSL_get_certificate()
2076 assertNull(NativeCrypto.SSL_get_certificate(s)); in test_SSL_get_certificate()
2088 NativeCrypto.SSL_get_certificate(s)); in test_SSL_get_certificate()
/external/boringssl/src/include/openssl/
Dssl.h799 OPENSSL_EXPORT X509 *SSL_get_certificate(const SSL *ssl);
/external/curl/lib/vtls/
Dopenssl.c624 x509=SSL_get_certificate(ssl); in cert_stuff()
/external/boringssl/src/ssl/
Dssl_lib.c1832 X509 *SSL_get_certificate(const SSL *ssl) { in SSL_get_certificate() function
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp7825 X509* certificate = SSL_get_certificate(ssl);
9653 X509* certificate = SSL_get_certificate(ssl);
11278 NATIVE_METHOD(NativeCrypto, SSL_get_certificate, "(J)[J"),