Home
last modified time | relevance | path

Searched refs:SSL_SESSION_get_max_early_data (Results 1 – 8 of 8) sorted by relevance

/third_party/openssl/doc/man3/
DSSL_read_early_data.pod13 SSL_SESSION_get_max_early_data,
37 uint32_t SSL_SESSION_get_max_early_data(const SSL_SESSION *s);
83 On the client side, the function SSL_SESSION_get_max_early_data() can be used to
106 returned from SSL_SESSION_get_max_early_data(). Once the initial
341 SSL_SESSION_get_max_early_data() return the maximum number of early data bytes
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dssl.rs542 pub fn SSL_SESSION_get_max_early_data(ctx: *const SSL_SESSION) -> u32; in SSL_SESSION_get_max_early_data() function
/third_party/openssl/apps/
Ds_client.c2687 && SSL_SESSION_get_max_early_data(SSL_get0_session(con)) > 0) in s_client_main()
2689 && SSL_SESSION_get_max_early_data(psksess) > 0))) { in s_client_main()
/third_party/openssl/ssl/
Dssl_sess.c1006 uint32_t SSL_SESSION_get_max_early_data(const SSL_SESSION *s) in SSL_SESSION_get_max_early_data() function
/third_party/openssl/util/
Dlibssl.num434 SSL_SESSION_get_max_early_data 435 3_0_0 EXIST::FUNCTION:
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
Dmod.rs2118 #[corresponds(SSL_SESSION_get_max_early_data)]
2121 unsafe { ffi::SSL_SESSION_get_max_early_data(self.as_ptr()) } in max_early_data()
/third_party/openssl/ohos_lite/include/openssl/
Dssl.h1639 __owur uint32_t SSL_SESSION_get_max_early_data(const SSL_SESSION *s);
/third_party/openssl/include/openssl/
Dssl.h.in1677 __owur uint32_t SSL_SESSION_get_max_early_data(const SSL_SESSION *s);