Home
last modified time | relevance | path

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

/external/conscrypt/common/src/jni/main/cpp/
DNativeCrypto.cpp90 SSL_SESSION* ssl_session in to_SSL_SESSION() local
6694 SSL_SESSION* ssl_session = to_SSL_SESSION(env, ssl_session_address, false); in NativeCrypto_SSL_set_session() local
7851 SSL_SESSION* ssl_session = to_SSL_SESSION(env, ssl_session_address, true); in NativeCrypto_SSL_SESSION_session_id() local
7871 SSL_SESSION* ssl_session = to_SSL_SESSION(env, ssl_session_address, true); in NativeCrypto_SSL_SESSION_get_time() local
7888 SSL_SESSION* ssl_session = to_SSL_SESSION(env, ssl_session_address, true); in NativeCrypto_SSL_SESSION_get_version() local
7902 SSL_SESSION* ssl_session = to_SSL_SESSION(env, ssl_session_address, true); in NativeCrypto_SSL_SESSION_cipher() local
7914 SSL_SESSION* ssl_session = to_SSL_SESSION(env, sessionJava, true); in NativeCrypto_get_SSL_SESSION_tlsext_hostname() local
7930 SSL_SESSION* ssl_session = to_SSL_SESSION(env, ssl_session_address, true); in NativeCrypto_SSL_SESSION_free() local
7945 SSL_SESSION* ssl_session = to_SSL_SESSION(env, ssl_session_address, true); in NativeCrypto_i2d_SSL_SESSION() local
7965 SSL_SESSION* ssl_session = d2i_SSL_SESSION(nullptr, &ucp, static_cast<long>(bytes.size())); in NativeCrypto_d2i_SSL_SESSION() local