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.c219 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()
H A Dstatem.c404 if (SSL_IS_FIRST_HANDSHAKE(s) || !SSL_CONNECTION_IS_TLS13(s)) in state_machine()
471 if (SSL_IS_FIRST_HANDSHAKE(s)) in state_machine()
H A Dstatem_srvr.c592 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()
H A Dextensions_clnt.c421 || !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()
H A Dextensions_srvr.c431 if (SSL_IS_FIRST_HANDSHAKE(s)) in tls_parse_ctos_npn()
447 if (!SSL_IS_FIRST_HANDSHAKE(s)) in tls_parse_ctos_alpn()
H A Dextensions.c1035 if (SSL_IS_FIRST_HANDSHAKE(s) && sctx != s->session_ctx in final_server_name()
H A Dstatem_clnt.c3800 && SSL_IS_FIRST_HANDSHAKE(s) in tls_construct_client_certificate()
3889 if (SSL_IS_FIRST_HANDSHAKE(sc) in tls_construct_client_compressed_certificate()
/openssl/ssl/record/
H A Drec_layer_s3.c756 && 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()
H A Drec_layer_d1.c326 && (SSL_IS_FIRST_HANDSHAKE(sc))) { in dtls1_read_bytes()
/openssl/ssl/
H A Dtls13_enc.c295 } else if (SSL_IS_FIRST_HANDSHAKE(s)) { in tls13_final_finish_mac()
H A Dssl_local.h270 # define SSL_IS_FIRST_HANDSHAKE(s) ((s)->s3.tmp.finish_md_len == 0 \ macro
H A Dssl_lib.c2901 || SSL_IS_FIRST_HANDSHAKE(sc) || !sc->server in SSL_new_session_ticket()

Completed in 148 milliseconds