Home
last modified time | relevance | path

Searched refs:legacy_version (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/doc/man3/
DSSL_get_version.pod23 client in the legacy_version field of the ClientHello when initiating the
/third_party/openssl/ssl/statem/
Dstatem_srvr.c1459 if (!PACKET_get_net_2(pkt, &clienthello->legacy_version)) { in tls_process_client_hello()
1652 if (clienthello->legacy_version == SSL2_VERSION in tls_early_post_process_client_hello()
1653 || (clienthello->legacy_version & 0xff00) in tls_early_post_process_client_hello()
1665 s->client_version = clienthello->legacy_version; in tls_early_post_process_client_hello()
1674 DTLS_VERSION_LT((int)clienthello->legacy_version, s->version)) { in tls_early_post_process_client_hello()
1683 s->version = s->client_version = clienthello->legacy_version; in tls_early_post_process_client_hello()
Dstatem_lib.c1760 int client_version = hello->legacy_version; in ssl_choose_server_version()
/third_party/mindspore/third_party/proto/caffe/
Dcaffe.proto582 // legacy_version = false (the default) uses (margin - d)^2 as proposed in the
584 // legacy_version = true uses (margin - d^2). This is kept to support /
586 optional bool legacy_version = 2 [default = false]; field
/third_party/openssl/ssl/
Dssl_local.h674 unsigned int legacy_version; member
Dssl_lib.c5128 return s->clienthello->legacy_version; in SSL_client_hello_get0_legacy_version()