Searched refs:SSL_get_ocsp_response (Results 1 – 4 of 4) sorted by relevance
600 byte[] ocspData = NativeCrypto.SSL_get_ocsp_response(sslNativePointer); in verifyCertificateChain()
882 public static native byte[] SSL_get_ocsp_response(long ssl); in SSL_get_ocsp_response() method in NativeCrypto
1539 assertEqualByteArrays(OCSP_TEST_DATA, NativeCrypto.SSL_get_ocsp_response(ssl)); in test_SSL_do_handshake_with_ocsp_response()
11259 NATIVE_METHOD(NativeCrypto, SSL_get_ocsp_response, "(J)[B"),