Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DSSL_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/crypto/openssl/ssl/statem/
H A Dstatem.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/secure/lib/libssl/
H A DVersion.map302 SSL_in_before;
/freebsd/crypto/openssl/ssl/
H A Dssl_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()
H A Dssl_sess.c1233 !(SSL_in_init(s) || SSL_in_before(s))) { in ssl_clear_bad_session()
H A Ds3_lib.c4404 if (s->quiet_shutdown || SSL_in_before(s)) { in ssl3_shutdown()
/freebsd/crypto/openssl/util/
H A Dlibssl.num344 SSL_in_before 345 3_0_0 EXIST::FUNCTION:
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1147 int SSL_in_before(const SSL *s);
H A Dssl.h.in1075 int SSL_in_before(const SSL *s);
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile4104 MLINKS+= SSL_in_init.3 SSL_in_before.3