Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dssl.rs223 remove_session_cb: Option<unsafe extern "C" fn(*mut SSL_CTX, *mut SSL_SESSION)>, in SSL_CTX_sess_set_remove_cb()
540 pub fn SSL_SESSION_set_max_early_data(ctx: *mut SSL_SESSION, max_early_data: u32) -> c_int; in SSL_SESSION_set_max_early_data()
544 pub fn SSL_SESSION_get_id(s: *const SSL_SESSION, len: *mut c_uint) -> *const c_uchar; in SSL_SESSION_get_id()
547 pub fn SSL_SESSION_free(s: *mut SSL_SESSION); in SSL_SESSION_free()
559 a: *mut *mut SSL_SESSION, in d2i_SSL_SESSION()
562 ) -> *mut SSL_SESSION; in d2i_SSL_SESSION()
763 pub fn SSL_get_session(s: *const SSL) -> *mut SSL_SESSION; in SSL_get_session()
777 session: *const SSL_SESSION, in SSL_SESSION_get_master_key()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dcallbacks.rs354 session: *mut ffi::SSL_SESSION, in raw_new_session()
377 session: *mut ffi::SSL_SESSION, in raw_remove_session()
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
Dssl_types.h76 typedef struct ssl_session_st SSL_SESSION; typedef
/third_party/openssl/ssl/
Dssl_sess.c27 DEFINE_STACK_OF(SSL_SESSION) in DEFINE_STACK_OF() argument
Dssl_lib.c2467 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx) in LHASH_OF() argument
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py1254 SSL_SESSION = ssl_session_st variable
/third_party/openssl/ohos_lite/include/openssl/
Dssl.h213 typedef struct ssl_session_st SSL_SESSION; typedef
/third_party/openssl/include/openssl/
Dssl.h.in232 typedef struct ssl_session_st SSL_SESSION; typedef