Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dssl.rs423 pub fn SSL_get_max_early_data(ctx: *const SSL) -> u32; in SSL_get_max_early_data() function
/third_party/openssl/ssl/
Dssl_lib.c5762 uint32_t SSL_get_max_early_data(const SSL *s) in SSL_get_max_early_data() function