Home
last modified time | relevance | path

Searched defs:num_tickets (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/ssl/
Dssl_conf.c656 int num_tickets = atoi(value); in cmd_NumTickets() local
Dssl_lib.c4755 int SSL_set_num_tickets(SSL *s, size_t num_tickets) in SSL_set_num_tickets()
4767 int SSL_CTX_set_num_tickets(SSL_CTX *ctx, size_t num_tickets) in SSL_CTX_set_num_tickets()
Dssl_local.h1176 size_t num_tickets; member
1782 size_t num_tickets; member
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs1900 pub fn num_tickets(&self) -> usize { in num_tickets() method
3327 pub fn num_tickets(&self) -> usize { in num_tickets() method