Searched refs:SSL_CTX_get_num_tickets (Results 1 – 9 of 9) sorted by relevance
8 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 of74 SSL_CTX_get_num_tickets() and SSL_get_num_tickets() return the number of tickets85 SSL_CTX_get_num_tickets() were added in OpenSSL 1.1.1.
27 * Added `SSL_CTX_set_num_tickets`, `SSL_set_num_tickets`, `SSL_CTX_get_num_tickets`, and `SSL_get_n…
909 pub fn SSL_CTX_get_num_tickets(ctx: *const SSL_CTX) -> size_t; in SSL_CTX_get_num_tickets() function
490 SSL_CTX_get_num_tickets 491 3_0_0 EXIST::FUNCTION:
1898 #[corresponds(SSL_CTX_get_num_tickets)]1901 unsafe { ffi::SSL_CTX_get_num_tickets(self.as_ptr()) } in num_tickets()
2136 size_t SSL_CTX_get_num_tickets(const SSL_CTX *ctx);
3542 return PyLong_FromSize_t(SSL_CTX_get_num_tickets(self->ctx)); in get_num_tickets()
4774 size_t SSL_CTX_get_num_tickets(const SSL_CTX *ctx) in SSL_CTX_get_num_tickets() function
2223 size_t SSL_CTX_get_num_tickets(const SSL_CTX *ctx);