Home
last modified time | relevance | path

Searched refs:single_use (Results 1 – 1 of 1) sorted by relevance

/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc8719 int single_use = SSL_SESSION_should_be_single_use(ssl_session); in NativeCrypto_SSL_SESSION_should_be_single_use() local
8720 …ACE("ssl_session=%p NativeCrypto_SSL_SESSION_should_be_single_use => %d", ssl_session, single_use); in NativeCrypto_SSL_SESSION_should_be_single_use()
8721 return single_use ? JNI_TRUE : JNI_FALSE; in NativeCrypto_SSL_SESSION_should_be_single_use()