Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/openssl/doc/man3/
H 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);
82 On the client side, the function SSL_SESSION_get_max_early_data() can be used to
105 returned from SSL_SESSION_get_max_early_data(). Once the initial
340 SSL_SESSION_get_max_early_data() return the maximum number of early data bytes
/freebsd-12.1/secure/lib/libssl/
H A DVersion.map455 SSL_SESSION_get_max_early_data;
/freebsd-12.1/crypto/openssl/ssl/
H A Dssl_sess.c911 uint32_t SSL_SESSION_get_max_early_data(const SSL_SESSION *s) in SSL_SESSION_get_max_early_data() function
/freebsd-12.1/crypto/openssl/apps/
H A Ds_client.c2705 && SSL_SESSION_get_max_early_data(SSL_get0_session(con)) > 0) in s_client_main()
2707 && SSL_SESSION_get_max_early_data(psksess) > 0))) { in s_client_main()
/freebsd-12.1/crypto/openssl/include/openssl/
H A Dssl.h1639 __owur uint32_t SSL_SESSION_get_max_early_data(const SSL_SESSION *s);
/freebsd-12.1/secure/lib/libcrypto/
H A DMakefile.man2793 MLINKS+= SSL_read_early_data.3 SSL_SESSION_get_max_early_data.3