Home
last modified time | relevance | path

Searched refs:send_connection_binding (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/crypto/openssl/ssl/statem/
H A Dextensions_srvr.c69 s->s3->send_connection_binding = 1; in tls_parse_ctos_renegotiate()
1313 if (!s->s3->send_connection_binding) in tls_construct_stoc_renegotiate()
H A Dstatem_srvr.c1398 || (!s->s3->send_connection_binding in tls_process_client_hello()
1742 s->s3->send_connection_binding = 0; in tls_early_post_process_client_hello()
1755 s->s3->send_connection_binding = 1; in tls_early_post_process_client_hello()
H A Dextensions_clnt.c1276 s->s3->send_connection_binding = 1; in tls_parse_stoc_renegotiate()
/freebsd-13.1/crypto/openssl/ssl/
H A Dssl_local.h1659 int send_connection_binding; /* TODOEKR */ member
H A Dssl_lib.c2324 return s->s3->send_connection_binding; in SSL_ctrl()