Home
last modified time | relevance | path

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

/external/conscrypt/src/main/java/org/conscrypt/
DSSLParametersImpl.java603 .SSL_get_certificate(sslNativePointer)); in setupSession()
DNativeCrypto.java1093 public static native long[] SSL_get_certificate(long sslNativePointer); in SSL_get_certificate() method in NativeCrypto
/external/conscrypt/src/test/java/org/conscrypt/
DNativeCryptoTest.java1946 NativeCrypto.SSL_get_certificate(NULL); in test_SSL_get_certificate()
1958 assertNull(NativeCrypto.SSL_get_certificate(s)); in test_SSL_get_certificate()
1970 NativeCrypto.SSL_get_certificate(s)); in test_SSL_get_certificate()
/external/boringssl/src/include/openssl/
Dssl.h2092 OPENSSL_EXPORT X509 *SSL_get_certificate(const SSL *ssl);
/external/boringssl/src/ssl/
Dssl_lib.c2186 X509 *SSL_get_certificate(const SSL *s) { in SSL_get_certificate() function
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp7826 X509* certificate = SSL_get_certificate(ssl);
9509 X509* certificate = SSL_get_certificate(ssl);
10853 NATIVE_METHOD(NativeCrypto, SSL_get_certificate, "(J)[J"),