Searched refs:SSL_IS_FIRST_HANDSHAKE (Results 1 – 10 of 10) sorted by relevance
346 if (SSL_IS_FIRST_HANDSHAKE(s) || !SSL_IS_TLS13(s)) in state_machine()424 if (SSL_IS_FIRST_HANDSHAKE(s)) in state_machine()
133 if (SSL_IS_FIRST_HANDSHAKE(s)) { in tls_setup_handshake()143 if (SSL_IS_FIRST_HANDSHAKE(s)) in tls_setup_handshake()1136 || SSL_IS_FIRST_HANDSHAKE(s)) in tls_finish_handshake()2149 if (!SSL_IS_FIRST_HANDSHAKE(s)) in ssl_set_client_hello_version()
383 if (s->ctx->ext.npn_select_cb == NULL || !SSL_IS_FIRST_HANDSHAKE(s)) in tls_construct_ctos_npn()406 if (s->ext.alpn == NULL || !SSL_IS_FIRST_HANDSHAKE(s)) in tls_construct_ctos_alpn()1582 if (!SSL_IS_FIRST_HANDSHAKE(s)) in tls_parse_stoc_npn()
587 } else if (s->renegotiate == 0 && !SSL_IS_FIRST_HANDSHAKE(s)) { in ossl_statem_server_write_transition()1391 if (s->renegotiate == 0 && !SSL_IS_FIRST_HANDSHAKE(s)) { in tls_process_client_hello()1424 if (!SSL_IS_FIRST_HANDSHAKE(s) in tls_process_client_hello()1681 if (SSL_IS_FIRST_HANDSHAKE(s)) { in tls_early_post_process_client_hello()
453 if (SSL_IS_FIRST_HANDSHAKE(s)) in tls_parse_ctos_npn()469 if (!SSL_IS_FIRST_HANDSHAKE(s)) in tls_parse_ctos_alpn()
973 if (SSL_IS_FIRST_HANDSHAKE(s) && s->ctx != s->session_ctx in final_server_name()
3572 && SSL_IS_FIRST_HANDSHAKE(s) in tls_construct_client_certificate()
378 || !SSL_IS_FIRST_HANDSHAKE(s)) in ssl3_get_record()511 && SSL_IS_FIRST_HANDSHAKE(s)) { in ssl3_get_record()
308 } else if (SSL_IS_FIRST_HANDSHAKE(s)) { in tls13_final_finish_mac()
335 # define SSL_IS_FIRST_HANDSHAKE(S) ((s)->s3->tmp.finish_md_len == 0 \ macro