Searched defs:ssl_session (Results 1 – 1 of 1) sorted by relevance
/external/conscrypt/common/src/jni/main/cpp/ |
D | NativeCrypto.cpp | 90 SSL_SESSION* ssl_session in to_SSL_SESSION() local 6808 SSL_SESSION* ssl_session = to_SSL_SESSION(env, ssl_session_address, false); in NativeCrypto_SSL_set_session() local 7957 SSL_SESSION* ssl_session = to_SSL_SESSION(env, ssl_session_address, true); in NativeCrypto_SSL_SESSION_session_id() local 7977 SSL_SESSION* ssl_session = to_SSL_SESSION(env, ssl_session_address, true); in NativeCrypto_SSL_SESSION_get_time() local 8000 SSL_SESSION* ssl_session = SSL_get_session(ssl); in NativeCrypto_SSL_get_time() local 8023 SSL_SESSION* ssl_session = SSL_get_session(ssl); in NativeCrypto_SSL_set_timeout() local 8045 SSL_SESSION* ssl_session = SSL_get_session(ssl); in NativeCrypto_SSL_get_timeout() local 8062 SSL_SESSION* ssl_session = to_SSL_SESSION(env, ssl_session_address, true); in NativeCrypto_SSL_SESSION_get_timeout() local 8081 SSL_SESSION* ssl_session = SSL_get_session(ssl); in NativeCrypto_SSL_session_id() local 8102 SSL_SESSION* ssl_session = to_SSL_SESSION(env, ssl_session_address, true); in NativeCrypto_SSL_SESSION_get_version() local [all …]
|