Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dssl.rs419 pub fn SSL_CTX_get_max_early_data(ctx: *const SSL_CTX) -> u32; in SSL_CTX_get_max_early_data() function
/third_party/openssl/ssl/
Dssl_lib.c5750 uint32_t SSL_CTX_get_max_early_data(const SSL_CTX *ctx) in SSL_CTX_get_max_early_data() function