Searched refs:SSL_HRR_NONE (Results 1 – 10 of 10) sorted by relevance
981 && s->hello_retry_request == SSL_HRR_NONE) { in final_server_name()1379 if (!ossl_assert(s->hello_retry_request == SSL_HRR_NONE)) { in final_key_share()1393 if (s->hello_retry_request == SSL_HRR_NONE && sent in final_key_share()1415 if (!ossl_assert(s->hello_retry_request == SSL_HRR_NONE)) { in final_key_share()1660 || s->hello_retry_request != SSL_HRR_NONE in final_early_data()
479 && s->hello_retry_request == SSL_HRR_NONE) in ossl_statem_client13_write_transition()1197 if (s->hello_retry_request == SSL_HRR_NONE in tls_construct_client_hello()1221 i = (s->hello_retry_request == SSL_HRR_NONE); in tls_construct_client_hello()1276 if (s->hello_retry_request == SSL_HRR_NONE in tls_construct_client_hello()1492 if (s->hello_retry_request != SSL_HRR_NONE) { in tls_process_server_hello()
2213 if (!suppversions->present && s->hello_retry_request != SSL_HRR_NONE) in ssl_choose_server_version()2253 if (s->hello_retry_request != SSL_HRR_NONE) { in ssl_choose_server_version()2336 if (s->hello_retry_request != SSL_HRR_NONE in ssl_choose_client_version()
1270 if (s->hello_retry_request != SSL_HRR_NONE) { in tls_parse_ctos_early_data()
1545 || s->hello_retry_request != SSL_HRR_NONE) { in tls_process_client_hello()
101 && sc->hello_retry_request == SSL_HRR_NONE) { in ssl3_dispatch_alert()
1534 enum { SSL_HRR_NONE = 0, enumerator
593 sc->hello_retry_request = SSL_HRR_NONE; in ossl_ssl_connection_reset()
403 && s->hello_retry_request == SSL_HRR_NONE) in ssl3_write_bytes()
1335 if (ch->is_server && sc->hello_retry_request != SSL_HRR_NONE in ch_on_transport_params()