Searched refs:SSL_HRR_NONE (Results 1 – 8 of 8) sorted by relevance
979 && s->hello_retry_request == SSL_HRR_NONE) { in final_server_name()1360 if (!ossl_assert(s->hello_retry_request == SSL_HRR_NONE)) { in final_key_share()1374 if (s->hello_retry_request == SSL_HRR_NONE && sent in final_key_share()1417 if (!ossl_assert(s->hello_retry_request == SSL_HRR_NONE)) { in final_key_share()1663 || s->hello_retry_request != SSL_HRR_NONE in final_early_data()
444 && s->hello_retry_request == SSL_HRR_NONE) in ossl_statem_client13_write_transition()1114 if (s->hello_retry_request == SSL_HRR_NONE in tls_construct_client_hello()1138 i = (s->hello_retry_request == SSL_HRR_NONE); in tls_construct_client_hello()1194 if (s->hello_retry_request == SSL_HRR_NONE in tls_construct_client_hello()1400 if (s->hello_retry_request != SSL_HRR_NONE) { in tls_process_server_hello()
1798 if (!suppversions->present && s->hello_retry_request != SSL_HRR_NONE) in ssl_choose_server_version()1838 if (s->hello_retry_request != SSL_HRR_NONE) { in ssl_choose_server_version()1913 if (s->hello_retry_request != SSL_HRR_NONE in ssl_choose_client_version()
948 if (s->hello_retry_request != SSL_HRR_NONE) { in tls_parse_ctos_early_data()
1415 || s->hello_retry_request != SSL_HRR_NONE) { in tls_process_client_hello()
896 && s->hello_retry_request == SSL_HRR_NONE) in do_ssl3_write()
493 && (SSL_IS_TLS13(s) || s->hello_retry_request != SSL_HRR_NONE) in ssl3_get_record()
1494 enum {SSL_HRR_NONE = 0, SSL_HRR_PENDING, SSL_HRR_COMPLETE} enumerator