Searched refs:SSL_get_time (Results 1 – 6 of 6) sorted by relevance
100 return NativeCrypto.SSL_get_time(ssl, this); in getTime()
1163 static native long SSL_get_time(long ssl, NativeSsl ssl_holder); in SSL_get_time() method in NativeCrypto
101 return NativeCrypto.SSL_get_time(ssl, this); in getTime()
1203 static native long SSL_get_time(long ssl, NativeSsl ssl_holder); in SSL_get_time() method in NativeCrypto
4156 #define SSL_get_time(session) SSL_SESSION_get_time(session) macro
10167 CONSCRYPT_NATIVE_METHOD(SSL_get_time, "(J" REF_SSL ")J"),