Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssl/doc/man3/
HDSSL_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
/freebsd-13-stable/secure/lib/libssl/
HDVersion.map454 SSL_SESSION_get_max_early_data;
/freebsd-13-stable/crypto/openssl/ssl/
HDssl_sess.c914 uint32_t SSL_SESSION_get_max_early_data(const SSL_SESSION *s) in SSL_SESSION_get_max_early_data() function
/freebsd-13-stable/crypto/openssl/apps/
HDs_client.c2735 && SSL_SESSION_get_max_early_data(SSL_get0_session(con)) > 0) in s_client_main()
2737 && SSL_SESSION_get_max_early_data(psksess) > 0))) { in s_client_main()
/freebsd-13-stable/crypto/openssl/include/openssl/
HDssl.h1651 __owur uint32_t SSL_SESSION_get_max_early_data(const SSL_SESSION *s);
/freebsd-13-stable/secure/lib/libcrypto/man/man3/
HDMakefile2827 MLINKS+= SSL_read_early_data.3 SSL_SESSION_get_max_early_data.3