Searched refs:SSL_in_before (Results 1 – 10 of 10) sorted by relevance
5 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 038 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()
86 int SSL_in_before(const SSL *s) in SSL_in_before() function332 if (!SSL_in_init(s) || SSL_in_before(s)) { in state_machine()425 if ((SSL_in_before(s)) in state_machine()
302 SSL_in_before;
1936 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()
1233 !(SSL_in_init(s) || SSL_in_before(s))) { in ssl_clear_bad_session()
4404 if (s->quiet_shutdown || SSL_in_before(s)) { in ssl3_shutdown()
344 SSL_in_before 345 3_0_0 EXIST::FUNCTION:
1147 int SSL_in_before(const SSL *s);
1075 int SSL_in_before(const SSL *s);
4104 MLINKS+= SSL_in_init.3 SSL_in_before.3