Home
last modified time | relevance | path

Searched refs:SSL_HRR_NONE (Results 1 – 8 of 8) sorted by relevance

/third_party/openssl/ssl/statem/
Dextensions.c979 && 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()
Dstatem_clnt.c444 && 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()
Dstatem_lib.c1798 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()
Dextensions_srvr.c948 if (s->hello_retry_request != SSL_HRR_NONE) { in tls_parse_ctos_early_data()
Dstatem_srvr.c1415 || s->hello_retry_request != SSL_HRR_NONE) { in tls_process_client_hello()
/third_party/openssl/ssl/record/
Drec_layer_s3.c896 && s->hello_retry_request == SSL_HRR_NONE) in do_ssl3_write()
Dssl3_record.c493 && (SSL_IS_TLS13(s) || s->hello_retry_request != SSL_HRR_NONE) in ssl3_get_record()
/third_party/openssl/ssl/
Dssl_local.h1494 enum {SSL_HRR_NONE = 0, SSL_HRR_PENDING, SSL_HRR_COMPLETE} enumerator