Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/ssl/statem/
H A Dextensions_clnt.c175 if (tls_valid_group(s, ctmp, min_version, max_version, 1, NULL) in use_ecc()
254 if (tls_valid_group(s, ctmp, min_version, max_version, 0, &okfortls13) in tls_construct_ctos_supported_groups()
752 if (!tls_valid_group(s, pgroups[i], TLS1_3_VERSION, TLS1_3_VERSION, in tls_construct_ctos_key_share()
1924 || !tls_valid_group(s, group_id, TLS1_3_VERSION, TLS1_3_VERSION, in tls_parse_stoc_key_share()
H A Dextensions_srvr.c731 || !tls_valid_group(s, group_id, TLS1_3_VERSION, TLS1_3_VERSION, in extract_keyshares()
805 || !tls_valid_group(s, candidate_groups[current_group], TLS1_3_VERSION, in check_overlap()
1691 if (tls_valid_group(s, group, version, version, 0, NULL) in tls_construct_stoc_supported_groups()
/freebsd/crypto/openssl/ssl/
H A Dssl_local.h2859 __owur int tls_valid_group(SSL_CONNECTION *s, uint16_t group_id, int minversion,
H A Dt1_lib.c855 int tls_valid_group(SSL_CONNECTION *s, uint16_t group_id, in tls_valid_group() function