Home
last modified time | relevance | path

Searched refs:SSL_get_max_early_data (Results 1 – 7 of 7) sorted by relevance

/third_party/openssl/doc/man3/
DSSL_read_early_data.pod7 SSL_get_max_early_data,
30 uint32_t SSL_get_max_early_data(const SSL *s);
201 SSL_get_max_early_data() functions can be used to obtain the current maximum
340 SSL_get_max_early_data(), SSL_CTX_get_max_early_data() and
/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/util/
Dlibssl.num429 SSL_get_max_early_data 430 3_0_0 EXIST::FUNCTION:
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs2955 #[corresponds(SSL_get_max_early_data)]
2958 unsafe { ffi::SSL_get_max_early_data(self.as_ptr()) } in max_early_data()
/third_party/openssl/ohos_lite/include/openssl/
Dssl.h934 uint32_t SSL_get_max_early_data(const SSL *s);
/third_party/openssl/ssl/
Dssl_lib.c5762 uint32_t SSL_get_max_early_data(const SSL *s) in SSL_get_max_early_data() function
/third_party/openssl/include/openssl/
Dssl.h.in930 uint32_t SSL_get_max_early_data(const SSL *s);