OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSL_SESSION_get_time
(Results
1 - 7
of
7
) sorted by null
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
OpenSSLSessionImpl.java
130
creationTime = NativeCrypto.
SSL_SESSION_get_time
(sslSessionNativePointer);
NativeCrypto.java
572
public static native long
SSL_SESSION_get_time
(int sslSessionNativePointer);
/external/openssl/include/openssl/
ssl.h
[
all
...]
/external/openssl/ssl/
ssl.h
[
all
...]
ssl_sess.c
821
long
SSL_SESSION_get_time
(const SSL_SESSION *s)
[
all
...]
/libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
NativeCryptoTest.java
[
all
...]
/libcore/luni/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp
[
all
...]
Completed in 38 milliseconds