Searched refs:SSL_HRR_NONE (Results 1 – 9 of 9) sorted by relevance
100 && sc->hello_retry_request == SSL_HRR_NONE) { in ssl3_dispatch_alert()
1488 enum {SSL_HRR_NONE = 0, SSL_HRR_PENDING, SSL_HRR_COMPLETE} enumerator
595 sc->hello_retry_request = SSL_HRR_NONE; in ossl_ssl_connection_reset()
1036 && s->hello_retry_request == SSL_HRR_NONE) { in final_server_name()1435 if (!ossl_assert(s->hello_retry_request == SSL_HRR_NONE)) { in final_key_share()1449 if (s->hello_retry_request == SSL_HRR_NONE && sent in final_key_share()1496 if (!ossl_assert(s->hello_retry_request == SSL_HRR_NONE)) { in final_key_share()1741 || s->hello_retry_request != SSL_HRR_NONE in final_early_data()
480 && s->hello_retry_request == SSL_HRR_NONE) in ossl_statem_client13_write_transition()1186 if (s->hello_retry_request == SSL_HRR_NONE in tls_construct_client_hello()1210 i = (s->hello_retry_request == SSL_HRR_NONE); in tls_construct_client_hello()1266 if (s->hello_retry_request == SSL_HRR_NONE in tls_construct_client_hello()1482 if (s->hello_retry_request != SSL_HRR_NONE) { in tls_process_server_hello()
2193 if (!suppversions->present && s->hello_retry_request != SSL_HRR_NONE) in ssl_choose_server_version()2233 if (s->hello_retry_request != SSL_HRR_NONE) { in ssl_choose_server_version()2316 if (s->hello_retry_request != SSL_HRR_NONE in ssl_choose_client_version()
988 if (s->hello_retry_request != SSL_HRR_NONE) { in tls_parse_ctos_early_data()
1511 || s->hello_retry_request != SSL_HRR_NONE) { in tls_process_client_hello()
401 && s->hello_retry_request == SSL_HRR_NONE) in ssl3_write_bytes()
Completed in 84 milliseconds