Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/statem/
H A Dextensions_clnt.c146 if (tls_valid_group(s, ctmp, min_version, max_version, 1, NULL) in use_ecc()
225 if (tls_valid_group(s, ctmp, min_version, max_version, 0, &okfortls13) in tls_construct_ctos_supported_groups()
682 if (!tls_valid_group(s, pgroups[i], TLS1_3_VERSION, TLS1_3_VERSION, in tls_construct_ctos_key_share()
1808 || !tls_valid_group(s, group_id, TLS1_3_VERSION, TLS1_3_VERSION, in tls_parse_stoc_key_share()
H A Dextensions_srvr.c662 || !tls_valid_group(s, group_id, TLS1_3_VERSION, TLS1_3_VERSION, in tls_parse_ctos_key_share()
1363 if (tls_valid_group(s, group, version, version, 0, NULL) in tls_construct_stoc_supported_groups()
H A Dextensions.c1398 && tls_valid_group(s, group_id, TLS1_3_VERSION, in final_key_share()
/freebsd/crypto/openssl/ssl/
H A Dssl_local.h2662 __owur int tls_valid_group(SSL *s, uint16_t group_id, int minversion,
H A Dt1_lib.c525 int tls_valid_group(SSL *s, uint16_t group_id, int minversion, int maxversion, in tls_valid_group() function