Searched refs:SSL_in_before (Results 1 – 15 of 15) 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.92 SSL_in_init(), SSL_in_before(), SSL_is_init_finished(), SSL_in_connect_init()
205 || !SSL_in_before(ssl)) in ssl_get_cert_to_compress()315 || !SSL_in_before(ssl) in ssl_get_compressed_cert()
2401 if (!SSL_in_before(s)) { in SSL_read_early_data()2698 || !SSL_in_before(s) in SSL_write_early_data()3526 if (SSL_in_before(s)) { in SSL_get_servername()4965 if (SSL_in_init(s) || SSL_in_before(s)) { in SSL_do_handshake()5138 if (!SSL_in_init(s) || !SSL_in_before(s)) { in SSL_dup()
1261 …n & SSL_SENT_SHUTDOWN) && !(SSL_in_init(SSL_CONNECTION_GET_SSL(s)) || SSL_in_before(SSL_CONNECTION… in ssl_clear_bad_session()
4990 if (sc->quiet_shutdown || SSL_in_before(s)) { in ssl3_shutdown()
104 int SSL_in_before(const SSL *s) in SSL_in_before() function376 if (!SSL_in_init(ssl) || SSL_in_before(ssl)) { in state_machine()464 if ((SSL_in_before(ssl)) in state_machine()
302 SSL_in_before;
274 if (SSL_in_before(conn->qconn)) in OSSL_DEMO_H3_CONN_new_for_conn()
930 if (sc == NULL || !SSL_IS_QUIC_HANDSHAKE(sc) || !SSL_in_before(qtls->args.s)) in ossl_quic_tls_set_early_data_enabled()
2484 if (!TEST_true(SSL_in_before(clientquic))) in test_early_ticks()2498 if (!TEST_true(SSL_in_before(clientquic))) in test_early_ticks()2504 if (!TEST_false(SSL_in_before(clientquic))) in test_early_ticks()
344 SSL_in_before 345 3_0_0 EXIST::FUNCTION:
578 | `SSL_in_before` | HL | U | A | NC\* | Done …
1150 int SSL_in_before(const SSL *s);
1103 int SSL_in_before(const SSL *s);
4505 MLINKS+= SSL_in_init.3 SSL_in_before.3