Searched refs:SSL_IS_FIRST_HANDSHAKE (Results 1 – 12 of 12) sorted by relevance
219 if (SSL_IS_FIRST_HANDSHAKE(s)) { in tls_setup_handshake()229 if (SSL_IS_FIRST_HANDSHAKE(s)) in tls_setup_handshake()837 int was_first = SSL_IS_FIRST_HANDSHAKE(s); in tls_process_finished()948 && !SSL_IS_FIRST_HANDSHAKE(s) in tls_process_finished()1518 || SSL_IS_FIRST_HANDSHAKE(s)) in tls_finish_handshake()2543 if (!SSL_IS_FIRST_HANDSHAKE(s)) in ssl_set_client_hello_version()
404 if (SSL_IS_FIRST_HANDSHAKE(s) || !SSL_CONNECTION_IS_TLS13(s)) in state_machine()471 if (SSL_IS_FIRST_HANDSHAKE(s)) in state_machine()
592 if (!SSL_IS_FIRST_HANDSHAKE(s) && s->ext.extra_tickets_expected > 0) { in ossl_statem_server13_write_transition()650 } else if (s->renegotiate == 0 && !SSL_IS_FIRST_HANDSHAKE(s)) { in ossl_statem_server_write_transition()1479 if (s->renegotiate == 0 && !SSL_IS_FIRST_HANDSHAKE(s)) { in tls_process_client_hello()1510 if (!SSL_IS_FIRST_HANDSHAKE(s) in tls_process_client_hello()1742 if (SSL_IS_FIRST_HANDSHAKE(s)) { in tls_early_post_process_client_hello()
421 || !SSL_IS_FIRST_HANDSHAKE(s)) in tls_construct_ctos_npn()444 if (s->ext.alpn == NULL || !SSL_IS_FIRST_HANDSHAKE(s)) in tls_construct_ctos_alpn()1584 if (!SSL_IS_FIRST_HANDSHAKE(s)) in tls_parse_stoc_npn()
431 if (SSL_IS_FIRST_HANDSHAKE(s)) in tls_parse_ctos_npn()447 if (!SSL_IS_FIRST_HANDSHAKE(s)) in tls_parse_ctos_alpn()
1035 if (SSL_IS_FIRST_HANDSHAKE(s) && sctx != s->session_ctx in final_server_name()
3800 && SSL_IS_FIRST_HANDSHAKE(s) in tls_construct_client_certificate()3889 if (SSL_IS_FIRST_HANDSHAKE(sc) in tls_construct_client_compressed_certificate()
756 && SSL_IS_FIRST_HANDSHAKE(s)) { in ssl3_read_bytes()1194 && (SSL_CONNECTION_IS_TLS13(s) || SSL_IS_FIRST_HANDSHAKE(s))) in ssl_select_next_record_layer()1226 if (SSL_IS_FIRST_HANDSHAKE(s) && thismethod->set_first_handshake != NULL) in ssl_post_record_layer_select()
326 && (SSL_IS_FIRST_HANDSHAKE(sc))) { in dtls1_read_bytes()
295 } else if (SSL_IS_FIRST_HANDSHAKE(s)) { in tls13_final_finish_mac()
270 # define SSL_IS_FIRST_HANDSHAKE(s) ((s)->s3.tmp.finish_md_len == 0 \ macro
2901 || SSL_IS_FIRST_HANDSHAKE(sc) || !sc->server in SSL_new_session_ticket()
Completed in 148 milliseconds