Home
last modified time | relevance | path

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

/openssl-master/doc/man3/
A 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
/openssl-master/ssl/
A Dssl_sess.c1001 uint32_t SSL_SESSION_get_max_early_data(const SSL_SESSION *s) in SSL_SESSION_get_max_early_data() function
/openssl-master/apps/
A Ds_client.c2640 && SSL_SESSION_get_max_early_data(SSL_get0_session(con)) > 0) in s_client_main()
2642 && SSL_SESSION_get_max_early_data(psksess) > 0))) { in s_client_main()
/openssl-master/util/
A Dlibssl.num434 SSL_SESSION_get_max_early_data 435 3_0_0 EXIST::FUNCTION:
/openssl-master/include/openssl/
A Dssl.h.in1665 __owur uint32_t SSL_SESSION_get_max_early_data(const SSL_SESSION *s);

Completed in 22 milliseconds