Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/statem/
H A Dextensions.c981 && 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()
H A Dstatem_clnt.c479 && 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()
H A Dstatem_lib.c2213 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()
H A Dextensions_srvr.c1270 if (s->hello_retry_request != SSL_HRR_NONE) { in tls_parse_ctos_early_data()
H A Dstatem_srvr.c1545 || s->hello_retry_request != SSL_HRR_NONE) { in tls_process_client_hello()
/freebsd/crypto/openssl/ssl/
H A Ds3_msg.c101 && sc->hello_retry_request == SSL_HRR_NONE) { in ssl3_dispatch_alert()
H A Dssl_local.h1534 enum { SSL_HRR_NONE = 0, enumerator
H A Dssl_lib.c593 sc->hello_retry_request = SSL_HRR_NONE; in ossl_ssl_connection_reset()
/freebsd/crypto/openssl/ssl/record/
H A Drec_layer_s3.c403 && s->hello_retry_request == SSL_HRR_NONE) in ssl3_write_bytes()
/freebsd/crypto/openssl/ssl/quic/
H A Dquic_channel.c1335 if (ch->is_server && sc->hello_retry_request != SSL_HRR_NONE in ch_on_transport_params()