Searched refs:SSL_IS_FIRST_HANDSHAKE (Results 1 – 12 of 12) sorted by relevance
220 if (SSL_IS_FIRST_HANDSHAKE(s)) { in tls_setup_handshake()230 if (SSL_IS_FIRST_HANDSHAKE(s)) in tls_setup_handshake()838 int was_first = SSL_IS_FIRST_HANDSHAKE(s); in tls_process_finished()949 && !SSL_IS_FIRST_HANDSHAKE(s) in tls_process_finished()1519 || SSL_IS_FIRST_HANDSHAKE(s)) in tls_finish_handshake()2544 if (!SSL_IS_FIRST_HANDSHAKE(s)) in ssl_set_client_hello_version()
405 if (SSL_IS_FIRST_HANDSHAKE(s) || !SSL_CONNECTION_IS_TLS13(s)) in state_machine()472 if (SSL_IS_FIRST_HANDSHAKE(s)) in state_machine()
593 if (!SSL_IS_FIRST_HANDSHAKE(s) && s->ext.extra_tickets_expected > 0) { in ossl_statem_server13_write_transition()651 } else if (s->renegotiate == 0 && !SSL_IS_FIRST_HANDSHAKE(s)) { in ossl_statem_server_write_transition()1480 if (s->renegotiate == 0 && !SSL_IS_FIRST_HANDSHAKE(s)) { in tls_process_client_hello()1511 if (!SSL_IS_FIRST_HANDSHAKE(s) in tls_process_client_hello()1743 if (SSL_IS_FIRST_HANDSHAKE(s)) { in tls_early_post_process_client_hello()
422 || !SSL_IS_FIRST_HANDSHAKE(s)) in tls_construct_ctos_npn()445 if (s->ext.alpn == NULL || !SSL_IS_FIRST_HANDSHAKE(s)) in tls_construct_ctos_alpn()1608 if (!SSL_IS_FIRST_HANDSHAKE(s)) in tls_parse_stoc_npn()
432 if (SSL_IS_FIRST_HANDSHAKE(s)) in tls_parse_ctos_npn()448 if (!SSL_IS_FIRST_HANDSHAKE(s)) in tls_parse_ctos_alpn()
1036 if (SSL_IS_FIRST_HANDSHAKE(s) && sctx != s->session_ctx in final_server_name()
3814 && SSL_IS_FIRST_HANDSHAKE(s) in tls_construct_client_certificate()3903 if (SSL_IS_FIRST_HANDSHAKE(sc) in tls_construct_client_compressed_certificate()
757 && SSL_IS_FIRST_HANDSHAKE(s)) { in ssl3_read_bytes()1195 && (SSL_CONNECTION_IS_TLS13(s) || SSL_IS_FIRST_HANDSHAKE(s))) in ssl_select_next_record_layer()1227 if (SSL_IS_FIRST_HANDSHAKE(s) && thismethod->set_first_handshake != NULL) in ssl_post_record_layer_select()
327 && (SSL_IS_FIRST_HANDSHAKE(sc))) { in dtls1_read_bytes()
296 } else if (SSL_IS_FIRST_HANDSHAKE(s)) { in tls13_final_finish_mac()
273 # define SSL_IS_FIRST_HANDSHAKE(s) ((s)->s3.tmp.finish_md_len == 0 \ macro
2920 || SSL_IS_FIRST_HANDSHAKE(sc) || !sc->server in SSL_new_session_ticket()
Completed in 5443 milliseconds