Home
last modified time | relevance | path

Searched defs:ssl_session (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/conscrypt/common/src/jni/main/cpp/conscrypt/
H A Dnative_crypto.cc107 SSL_SESSION* ssl_session = in to_SSL_SESSION() local
8542 SSL_SESSION* ssl_session = to_SSL_SESSION(env, ssl_session_address, false); in NativeCrypto_SSL_set_session() local
9703 static jbyteArray get_session_id(JNIEnv* env, SSL_SESSION* ssl_session) { in get_session_id()
9724 SSL_SESSION* ssl_session = to_SSL_SESSION(env, ssl_session_address, true); in NativeCrypto_SSL_SESSION_session_id() local
9740 SSL_SESSION* ssl_session = to_SSL_SESSION(env, ssl_session_address, true); in NativeCrypto_SSL_SESSION_get_time() local
9767 SSL_SESSION* ssl_session = SSL_get_session(ssl); in NativeCrypto_SSL_get_time() local
9793 SSL_SESSION* ssl_session = SSL_get_session(ssl); in NativeCrypto_SSL_set_timeout() local
9819 SSL_SESSION* ssl_session = SSL_get_session(ssl); in NativeCrypto_SSL_get_timeout() local
9844 SSL_SESSION* ssl_session = to_SSL_SESSION(env, ssl_session_address, true); in NativeCrypto_SSL_SESSION_get_timeout() local
9865 SSL_SESSION* ssl_session = SSL_get_session(ssl); in NativeCrypto_SSL_session_id() local
[all …]
/aosp_15_r20/external/webrtc/rtc_base/
H A Dopenssl_session_cache_unittest.cc82 SSL_SESSION* ssl_session = SSL_SESSION_new(ssl_ctx); in TEST() local
/aosp_15_r20/external/curl/lib/vtls/
H A Dopenssl.c3490 SSL_SESSION *ssl_session = NULL; in Curl_ossl_ctx_init() local