Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/doc/man3/
DSSL_read_early_data.pod14 SSL_SESSION_set_max_early_data,
38 int SSL_SESSION_set_max_early_data(SSL_SESSION *s, uint32_t max_early_data);
88 The function SSL_SESSION_set_max_early_data() sets the maximum number of early
345 SSL_SESSION_set_max_early_data() return 1 for success or 0 for failure.
DSSL_CTX_set_psk_client_callback.pod87 L<SSL_SESSION_set_max_early_data(3)> if the PSK will be used for sending early
/freebsd-12-stable/secure/lib/libssl/
DVersion.map463 SSL_SESSION_set_max_early_data;
/freebsd-12-stable/crypto/openssl/ssl/
Dssl_sess.c919 int SSL_SESSION_set_max_early_data(SSL_SESSION *s, uint32_t max_early_data) in SSL_SESSION_set_max_early_data() function
/freebsd-12-stable/crypto/openssl/include/openssl/
Dssl.h1650 __owur int SSL_SESSION_set_max_early_data(SSL_SESSION *s,
/freebsd-12-stable/secure/lib/libcrypto/man/man3/
DMakefile2827 MLINKS+= SSL_read_early_data.3 SSL_SESSION_set_max_early_data.3