Home
last modified time | relevance | path

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

/openssl-master/doc/man3/
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()
/openssl-master/ssl/statem/
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()
/openssl-master/ssl/
A Dssl_lib.c1901 if (!SSL_in_before(s)) { in SSL_read_early_data()
2153 || !SSL_in_before(s) in SSL_write_early_data()
2859 if (SSL_in_before(s)) { in SSL_get_servername()
3885 if (SSL_in_init(s) || SSL_in_before(s)) { in SSL_do_handshake()
4014 if (!SSL_in_init(s) || !SSL_in_before(s)) { in SSL_dup()
A Dssl_sess.c1186 !(SSL_in_init(s) || SSL_in_before(s))) { in ssl_clear_bad_session()
A Ds3_lib.c4379 if (s->quiet_shutdown || SSL_in_before(s)) { in ssl3_shutdown()
/openssl-master/util/
A Dlibssl.num344 SSL_in_before 345 3_0_0 EXIST::FUNCTION:
/openssl-master/include/openssl/
A Dssl.h.in1075 int SSL_in_before(const SSL *s);

Completed in 42 milliseconds