Home
last modified time | relevance | path

Searched refs:SSL_in_before (Results 1 – 10 of 10) sorted by relevance

/freebsd-head/crypto/openssl/doc/man3/
HDSSL_in_init.pod5 SSL_in_before,
18 int SSL_in_before(const SSL *s);
31 SSL_in_before() returns 1 if no SSL/TLS handshake has yet been initiated, or 0
38 SSL_in_init(), SSL_in_before() and SSL_is_init_finished() can all return 0.
90 SSL_in_init(), SSL_in_before(), SSL_is_init_finished(), SSL_in_connect_init()
/freebsd-head/crypto/openssl/ssl/statem/
HDstatem.c86 int SSL_in_before(const SSL *s) in SSL_in_before() function
332 if (!SSL_in_init(s) || SSL_in_before(s)) { in state_machine()
425 if ((SSL_in_before(s)) in state_machine()
/freebsd-head/secure/lib/libssl/
HDVersion.map302 SSL_in_before;
/freebsd-head/crypto/openssl/ssl/
HDssl_lib.c1936 if (!SSL_in_before(s)) { in SSL_read_early_data()
2188 || !SSL_in_before(s) in SSL_write_early_data()
2909 if (SSL_in_before(s)) { in SSL_get_servername()
3965 if (SSL_in_init(s) || SSL_in_before(s)) { in SSL_do_handshake()
4095 if (!SSL_in_init(s) || !SSL_in_before(s)) { in SSL_dup()
HDssl_sess.c1233 !(SSL_in_init(s) || SSL_in_before(s))) { in ssl_clear_bad_session()
HDs3_lib.c4404 if (s->quiet_shutdown || SSL_in_before(s)) { in ssl3_shutdown()
/freebsd-head/crypto/openssl/util/
HDlibssl.num344 SSL_in_before 345 3_0_0 EXIST::FUNCTION:
/freebsd-head/crypto/openssl/include/openssl/
HDssl.h1147 int SSL_in_before(const SSL *s);
HDssl.h.in1075 int SSL_in_before(const SSL *s);
/freebsd-head/secure/lib/libcrypto/man/man3/
HDMakefile4104 MLINKS+= SSL_in_init.3 SSL_in_before.3