Home
last modified time | relevance | path

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

/freebsd/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);
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
346 SSL_SESSION_get_max_early_data() return the maximum number of early data bytes
/freebsd/secure/lib/libssl/
H A DVersion.map450 SSL_SESSION_get_max_early_data;
/freebsd/crypto/openssl/ssl/
H A Dssl_sess.c1060 uint32_t SSL_SESSION_get_max_early_data(const SSL_SESSION *s) in SSL_SESSION_get_max_early_data() function
/freebsd/crypto/openssl/util/
H A Dlibssl.num434 SSL_SESSION_get_max_early_data 435 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/apps/
H A Ds_client.c2871 && SSL_SESSION_get_max_early_data(SSL_get0_session(con)) > 0) in s_client_main()
2873 && SSL_SESSION_get_max_early_data(psksess) > 0))) { in s_client_main()
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md493 | `SSL_SESSION_get_max_early_data` | HL | ��U | ��A | ��NC\* | ��Done …
494 | `SSL_SESSION_get_max_early_data` | HL | ��U | ��A | ��NC\* | ��Done …
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1774 __owur uint32_t SSL_SESSION_get_max_early_data(const SSL_SESSION *s);
H A Dssl.h.in1727 __owur uint32_t SSL_SESSION_get_max_early_data(const SSL_SESSION *s);
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4561 MLINKS+= SSL_read_early_data.3 SSL_SESSION_get_max_early_data.3