Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
DSSL_SESSION_free.pod7 SSL_SESSION_up_ref,
16 int SSL_SESSION_up_ref(SSL_SESSION *ses);
27 SSL_SESSION_up_ref() increments the reference count on the given SSL_SESSION
65 SSL_SESSION_up_ref returns 1 on success or 0 on error.
/third_party/openssl/ssl/
Dssl_sess.c107 SSL_SESSION_up_ref(sess); in SSL_get1_session()
501 SSL_SESSION_up_ref(ret); in lookup_sess_in_cache()
525 SSL_SESSION_up_ref(ret); in lookup_sess_in_cache()
708 SSL_SESSION_up_ref(c); in SSL_CTX_add_session()
852 int SSL_SESSION_up_ref(SSL_SESSION *ss) in SSL_SESSION_up_ref() function
873 SSL_SESSION_up_ref(session); in SSL_set_session()
Dssl_lib.c3767 SSL_SESSION_up_ref(s->session); in ssl_update_cache()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs2084 SSL_SESSION_up_ref(self.as_ptr()); in to_owned()
4001 use ffi::{SSL_CTX_up_ref, SSL_SESSION_get_master_key, SSL_SESSION_up_ref, SSL_is_server};
4037 pub unsafe fn SSL_SESSION_up_ref(ses: *mut ffi::SSL_SESSION) -> c_int {
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dssl.rs546 pub fn SSL_SESSION_up_ref(ses: *mut SSL_SESSION) -> c_int; in SSL_SESSION_up_ref() function
/third_party/libwebsockets/lib/tls/
DCMakeLists.txt350 CHECK_SYMBOL_EXISTS(${VARIA}SSL_SESSION_up_ref LWS_HAVE_SSL_SESSION_up_ref PARENT_SCOPE)
/third_party/openssl/util/
Dlibssl.num389 SSL_SESSION_up_ref 390 3_0_0 EXIST::FUNCTION:
/third_party/openssl/test/
Dsslapitest.c2487 SSL_SESSION_up_ref(clientpsk); in test_psk_tickets()
3069 SSL_SESSION_up_ref(clientpsk); in use_session_cb()
3128 SSL_SESSION_up_ref(serverpsk); in find_session_cb()
3259 || !TEST_true(SSL_SESSION_up_ref(clientpsk))) { in setupearly_data_test()
3267 if (!TEST_true(SSL_SESSION_up_ref(clientpsk))) { in setupearly_data_test()
5222 || !TEST_true(SSL_SESSION_up_ref(clientpsk))) in test_tls13_psk()
/third_party/openssl/ohos_lite/include/openssl/
Dssl.h1663 int SSL_SESSION_up_ref(SSL_SESSION *ses);
/third_party/openssl/apps/
Ds_client.c166 SSL_SESSION_up_ref(psksess); in psk_use_session_cb()
Ds_server.c206 SSL_SESSION_up_ref(psksess); in psk_find_session_cb()
/third_party/openssl/include/openssl/
Dssl.h.in1701 int SSL_SESSION_up_ref(SSL_SESSION *ses);