Searched defs:SSL_get_timeout (Results 1 – 2 of 2) sorted by relevance
1031 static native long SSL_get_timeout(long sslNativePointer); in SSL_get_timeout() method in NativeCrypto
3663 #define SSL_get_timeout(session) SSL_SESSION_get_timeout(session) macro