Home
last modified time | relevance | path

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

123

/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()
772 pub fn SSL_get_session(s: *const SSL) -> *mut SSL_SESSION; in SSL_get_session()
786 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/node/deps/openssl/openssl/ssl/
Dssl_sess.c27 DEFINE_STACK_OF(SSL_SESSION) in DEFINE_STACK_OF() argument
/third_party/openssl/ssl/
Dssl_sess.c27 DEFINE_STACK_OF(SSL_SESSION) in DEFINE_STACK_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
/third_party/node/deps/openssl/openssl/include/openssl/
Dssl.h.in232 typedef struct ssl_session_st SSL_SESSION; typedef
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
Dssl.h231 typedef struct ssl_session_st SSL_SESSION; typedef
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
Dssl.h231 typedef struct ssl_session_st SSL_SESSION; typedef
/third_party/node/deps/openssl/config/archs/linux64-riscv64/no-asm/include/openssl/
Dssl.h231 typedef struct ssl_session_st SSL_SESSION; typedef
/third_party/node/deps/openssl/config/archs/VC-WIN64A/no-asm/include/openssl/
Dssl.h231 typedef struct ssl_session_st SSL_SESSION; typedef
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
Dssl.h231 typedef struct ssl_session_st SSL_SESSION; typedef
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/include/openssl/
Dssl.h231 typedef struct ssl_session_st SSL_SESSION; typedef
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/no-asm/include/openssl/
Dssl.h231 typedef struct ssl_session_st SSL_SESSION; typedef
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm_avx2/include/openssl/
Dssl.h231 typedef struct ssl_session_st SSL_SESSION; typedef
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/
Dssl.h231 typedef struct ssl_session_st SSL_SESSION; typedef
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/include/openssl/
Dssl.h231 typedef struct ssl_session_st SSL_SESSION; typedef
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
Dssl.h231 typedef struct ssl_session_st SSL_SESSION; typedef
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/
Dssl.h231 typedef struct ssl_session_st SSL_SESSION; typedef
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/include/openssl/
Dssl.h231 typedef struct ssl_session_st SSL_SESSION; typedef
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
Dssl.h231 typedef struct ssl_session_st SSL_SESSION; typedef
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
Dssl.h231 typedef struct ssl_session_st SSL_SESSION; typedef
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm/include/openssl/
Dssl.h231 typedef struct ssl_session_st SSL_SESSION; typedef

123