Home
last modified time | relevance | path

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

/third_party/openssl/ssl/
Dssl_sess.c785 int SSL_CTX_remove_session(SSL_CTX *ctx, SSL_SESSION *c) in SSL_CTX_remove_session() function
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dssl.rs557 pub fn SSL_CTX_remove_session(ctx: *mut SSL_CTX, session: *mut SSL_SESSION) -> c_int; in SSL_CTX_remove_session() function