Searched refs:SSL_get_time (Results 1 – 8 of 8) sorted by relevance
1519 long SSL_get_time(const SSL *ssl);
102 return NativeCrypto.SSL_get_time(ssl, this); in getTime()
1229 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()
1196 static native long SSL_get_time(long ssl, NativeSsl ssl_holder); in SSL_get_time() method in NativeCrypto
4364 #define SSL_get_time(session) SSL_SESSION_get_time(session) macro
4436 #define SSL_get_time(session) SSL_SESSION_get_time(session) macro
10616 CONSCRYPT_NATIVE_METHOD(SSL_get_time, "(J" REF_SSL ")J"),