Searched refs:SSL_get_timeout (Results 1 – 4 of 4) sorted by relevance
103 return NativeCrypto.SSL_get_timeout(ssl, this); in getTimeout()
1104 static native long SSL_get_timeout(long ssl, NativeSsl ssl_holder); in SSL_get_timeout() method in NativeCrypto
3835 #define SSL_get_timeout(session) SSL_SESSION_get_timeout(session) macro
8537 jlong result = SSL_get_timeout(ssl_session); in NativeCrypto_SSL_get_timeout()8555 return SSL_get_timeout(ssl_session); in NativeCrypto_SSL_SESSION_get_timeout()9992 CONSCRYPT_NATIVE_METHOD(SSL_get_timeout, "(J" REF_SSL ")J"),