Home
last modified time | relevance | path

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

/external/conscrypt/common/src/main/java/org/conscrypt/
DNativeCrypto.java981 long sslNativePointer, FileDescriptor fd, SSLHandshakeCallbacks shc, int timeoutMillis) in SSL_do_handshake()
1002 static native int SSL_read(long sslNativePointer, FileDescriptor fd, SSLHandshakeCallbacks shc, in SSL_read()
1009 SSLHandshakeCallbacks shc, byte[] b, int off, int len, int writeTimeoutMillis) in SSL_write()
1014 long sslNativePointer, FileDescriptor fd, SSLHandshakeCallbacks shc) throws IOException; in SSL_shutdown()
1017 SSLHandshakeCallbacks shc) throws IOException; in SSL_shutdown_BIO()
1053 interface SSLHandshakeCallbacks { interface in NativeCrypto
1184 static native int ENGINE_SSL_do_handshake(long ssl, SSLHandshakeCallbacks shc) in ENGINE_SSL_do_handshake()
1202 SSLHandshakeCallbacks shc) throws IOException, CertificateException; in ENGINE_SSL_read_direct()
1219 int destLength, SSLHandshakeCallbacks shc) throws IOException, CertificateException; in ENGINE_SSL_read_heap()
1226 SSLHandshakeCallbacks shc) throws IOException; in ENGINE_SSL_write_direct()
[all …]
DSslWrapper.java40 import org.conscrypt.NativeCrypto.SSLHandshakeCallbacks;
49 private final SSLHandshakeCallbacks handshakeCallbacks;
55 SSLHandshakeCallbacks handshakeCallbacks, AliasChooser chooser, in newInstance()
63 SSLHandshakeCallbacks handshakeCallbacks, AliasChooser aliasChooser, in SslWrapper()
DConscryptFileDescriptorSocket.java59 implements NativeCrypto.SSLHandshakeCallbacks, SSLParametersImpl.AliasChooser,
DConscryptEngine.java98 final class ConscryptEngine extends SSLEngine implements NativeCrypto.SSLHandshakeCallbacks,
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DNativeCryptoTest.java73 import org.conscrypt.NativeCrypto.SSLHandshakeCallbacks;
85 private static final SSLHandshakeCallbacks DUMMY_CB =
763 FileDescriptor fd, SSLHandshakeCallbacks callback) throws Exception { in afterHandshake()
785 static class TestSSLHandshakeCallbacks implements SSLHandshakeCallbacks {
1009 FileDescriptor fd, SSLHandshakeCallbacks callback) throws Exception { in afterHandshake()
1661 FileDescriptor fd, SSLHandshakeCallbacks callback) throws Exception { in test_SSL_do_handshake_with_ocsp_response()
1702 FileDescriptor fd, SSLHandshakeCallbacks callback) throws Exception { in test_SSL_do_handshake_with_sct_extension()
1783 FileDescriptor fd, SSLHandshakeCallbacks callback) throws Exception { in test_SSL_set_session()
1795 FileDescriptor fd, SSLHandshakeCallbacks callback) throws Exception { in test_SSL_set_session()
1822 FileDescriptor fd, SSLHandshakeCallbacks callback) throws Exception { in test_SSL_set_session()
[all …]
/external/conscrypt/android-stub/src/main/java/com/android/org/conscrypt/
DNativeCrypto.java25 public interface SSLHandshakeCallbacks { interface in NativeCrypto
DOpenSSLSocketImpl.java43 extends javax.net.ssl.SSLSocket implements NativeCrypto.SSLHandshakeCallbacks {
/external/conscrypt/android-stub/src/main/java/org/apache/harmony/xnet/provider/jsse/
DNativeCrypto.java24 public interface SSLHandshakeCallbacks { interface in NativeCrypto
DOpenSSLSocketImpl.java43 extends javax.net.ssl.SSLSocket implements NativeCrypto.SSLHandshakeCallbacks {