Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
DSSL_CTX_set_num_tickets.pod8 SSL_CTX_get_num_tickets,
19 size_t SSL_CTX_get_num_tickets(const SSL_CTX *ctx);
65 SSL_CTX_get_num_tickets() and SSL_get_num_tickets() return the number of
74 SSL_CTX_get_num_tickets() and SSL_get_num_tickets() return the number of tickets
85 SSL_CTX_get_num_tickets() were added in OpenSSL 1.1.1.
/third_party/rust/crates/rust-openssl/openssl-sys/
DCHANGELOG.md27 * Added `SSL_CTX_set_num_tickets`, `SSL_set_num_tickets`, `SSL_CTX_get_num_tickets`, and `SSL_get_n…
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dssl.rs909 pub fn SSL_CTX_get_num_tickets(ctx: *const SSL_CTX) -> size_t; in SSL_CTX_get_num_tickets() function
/third_party/openssl/util/
Dlibssl.num490 SSL_CTX_get_num_tickets 491 3_0_0 EXIST::FUNCTION:
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs1898 #[corresponds(SSL_CTX_get_num_tickets)]
1901 unsafe { ffi::SSL_CTX_get_num_tickets(self.as_ptr()) } in num_tickets()
/third_party/openssl/ohos_lite/include/openssl/
Dssl.h2136 size_t SSL_CTX_get_num_tickets(const SSL_CTX *ctx);
/third_party/python/Modules/
D_ssl.c3542 return PyLong_FromSize_t(SSL_CTX_get_num_tickets(self->ctx)); in get_num_tickets()
/third_party/openssl/ssl/
Dssl_lib.c4774 size_t SSL_CTX_get_num_tickets(const SSL_CTX *ctx) in SSL_CTX_get_num_tickets() function
/third_party/openssl/include/openssl/
Dssl.h.in2223 size_t SSL_CTX_get_num_tickets(const SSL_CTX *ctx);