Home
last modified time | relevance | path

Searched refs:SSL_IS_FIRST_HANDSHAKE (Results 1 – 11 of 11) sorted by relevance

/openssl/ssl/statem/
H A Dstatem_lib.c180 if (SSL_IS_FIRST_HANDSHAKE(s)) { in tls_setup_handshake()
190 if (SSL_IS_FIRST_HANDSHAKE(s)) in tls_setup_handshake()
797 int was_first = SSL_IS_FIRST_HANDSHAKE(s); in tls_process_finished()
899 && !SSL_IS_FIRST_HANDSHAKE(s) in tls_process_finished()
1173 || SSL_IS_FIRST_HANDSHAKE(s)) in tls_finish_handshake()
2193 if (!SSL_IS_FIRST_HANDSHAKE(s)) in ssl_set_client_hello_version()
H A Dstatem.c397 if (SSL_IS_FIRST_HANDSHAKE(s) || !SSL_CONNECTION_IS_TLS13(s)) in state_machine()
468 if (SSL_IS_FIRST_HANDSHAKE(s)) in state_machine()
H A Dstatem_srvr.c531 if (!SSL_IS_FIRST_HANDSHAKE(s) && s->ext.extra_tickets_expected > 0) { in ossl_statem_server13_write_transition()
589 } else if (s->renegotiate == 0 && !SSL_IS_FIRST_HANDSHAKE(s)) { in ossl_statem_server_write_transition()
1393 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()
1665 if (SSL_IS_FIRST_HANDSHAKE(s)) { in tls_early_post_process_client_hello()
H A Dextensions_clnt.c409 || !SSL_IS_FIRST_HANDSHAKE(s)) in tls_construct_ctos_npn()
432 if (s->ext.alpn == NULL || !SSL_IS_FIRST_HANDSHAKE(s)) in tls_construct_ctos_alpn()
1557 if (!SSL_IS_FIRST_HANDSHAKE(s)) in tls_parse_stoc_npn()
H A Dextensions_srvr.c417 if (SSL_IS_FIRST_HANDSHAKE(s)) in tls_parse_ctos_npn()
433 if (!SSL_IS_FIRST_HANDSHAKE(s)) in tls_parse_ctos_alpn()
H A Dextensions.c978 if (SSL_IS_FIRST_HANDSHAKE(s) && sctx != s->session_ctx in final_server_name()
H A Dstatem_clnt.c3565 && SSL_IS_FIRST_HANDSHAKE(s) in tls_construct_client_certificate()
/openssl/ssl/record/
H A Drec_layer_s3.c1724 && (SSL_CONNECTION_IS_TLS13(s) || SSL_IS_FIRST_HANDSHAKE(s))) in ssl_select_next_record_layer()
1742 if (SSL_IS_FIRST_HANDSHAKE(s) && s->rlayer.rrlmethod->set_first_handshake != NULL) in ssl_post_record_layer_select()
/openssl/ssl/
H A Dtls13_enc.c292 } else if (SSL_IS_FIRST_HANDSHAKE(s)) { in tls13_final_finish_mac()
H A Dssl_local.h360 # define SSL_IS_FIRST_HANDSHAKE(s) ((s)->s3.tmp.finish_md_len == 0 \ macro
H A Dssl_lib.c2717 || SSL_IS_FIRST_HANDSHAKE(sc) || !sc->server in SSL_new_session_ticket()

Completed in 79 milliseconds