Home
last modified time | relevance | path

Searched refs:okfortls13 (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/ssl/
Dt1_lib.c525 int isec, int *okfortls13) in tls_valid_group() argument
530 if (okfortls13 != NULL) in tls_valid_group()
531 *okfortls13 = 0; in tls_valid_group()
554 if (ret && okfortls13 != NULL && maxversion == TLS1_3_VERSION) in tls_valid_group()
555 *okfortls13 = (ginfo->maxtls == 0) in tls_valid_group()
Dssl_local.h2663 int maxversion, int isec, int *okfortls13);
/third_party/openssl/ssl/statem/
Dextensions_clnt.c223 int okfortls13; in tls_construct_ctos_supported_groups() local
225 if (tls_valid_group(s, ctmp, min_version, max_version, 0, &okfortls13) in tls_construct_ctos_supported_groups()
231 if (okfortls13 && max_version == TLS1_3_VERSION) in tls_construct_ctos_supported_groups()