Home
last modified time | relevance | path

Searched refs:ENGINE_SSL_do_handshake (Results 1 – 3 of 3) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
DSslWrapper.java378 return NativeCrypto.ENGINE_SSL_do_handshake(ssl, handshakeCallbacks); in doHandshake()
DNativeCrypto.java1184 static native int ENGINE_SSL_do_handshake(long ssl, SSLHandshakeCallbacks shc) in ENGINE_SSL_do_handshake() method in NativeCrypto
/external/conscrypt/common/src/jni/main/cpp/
DNativeCrypto.cpp9625 CONSCRYPT_NATIVE_METHOD(NativeCrypto, ENGINE_SSL_do_handshake, "(J" SSL_CALLBACKS ")I"),