Home
last modified time | relevance | path

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

/openssl/ssl/statem/
H A Dstatem_lib.c220 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()
H A Dstatem.c405 if (SSL_IS_FIRST_HANDSHAKE(s) || !SSL_CONNECTION_IS_TLS13(s)) in state_machine()
472 if (SSL_IS_FIRST_HANDSHAKE(s)) in state_machine()
H A Dstatem_srvr.c593 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()
H A Dextensions_clnt.c422 || !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()
H A Dextensions_srvr.c432 if (SSL_IS_FIRST_HANDSHAKE(s)) in tls_parse_ctos_npn()
448 if (!SSL_IS_FIRST_HANDSHAKE(s)) in tls_parse_ctos_alpn()
H A Dextensions.c1036 if (SSL_IS_FIRST_HANDSHAKE(s) && sctx != s->session_ctx in final_server_name()
H A Dstatem_clnt.c3814 && SSL_IS_FIRST_HANDSHAKE(s) in tls_construct_client_certificate()
3903 if (SSL_IS_FIRST_HANDSHAKE(sc) in tls_construct_client_compressed_certificate()
/openssl/ssl/record/
H A Drec_layer_s3.c757 && 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()
H A Drec_layer_d1.c327 && (SSL_IS_FIRST_HANDSHAKE(sc))) { in dtls1_read_bytes()
/openssl/ssl/
H A Dtls13_enc.c296 } else if (SSL_IS_FIRST_HANDSHAKE(s)) { in tls13_final_finish_mac()
H A Dssl_local.h273 # define SSL_IS_FIRST_HANDSHAKE(s) ((s)->s3.tmp.finish_md_len == 0 \ macro
H A Dssl_lib.c2920 || SSL_IS_FIRST_HANDSHAKE(sc) || !sc->server in SSL_new_session_ticket()

Completed in 5443 milliseconds