Home
last modified time | relevance | path

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

/third_party/openssl/ssl/statem/
Dextensions_clnt.c142 tls1_get_supported_groups(s, &pgroups, &num_groups); in use_ecc()
210 tls1_get_supported_groups(s, &pgroups, &num_groups); in tls_construct_ctos_supported_groups()
668 tls1_get_supported_groups(s, &pgroups, &num_groups); in tls_construct_ctos_key_share()
1776 tls1_get_supported_groups(s, &pgroups, &num_groups); in tls_parse_stoc_key_share()
Dextensions_srvr.c594 tls1_get_supported_groups(s, &srvrgroups, &srvr_num_groups); in tls_parse_ctos_key_share()
1347 tls1_get_supported_groups(s, &groups, &numgroups); in tls_construct_stoc_supported_groups()
Dextensions.c1386 tls1_get_supported_groups(s, &pgroups, &num_groups); in final_key_share()
/third_party/openssl/ssl/
Dt1_lib.c492 void tls1_get_supported_groups(SSL *s, const uint16_t **pgroups, in tls1_get_supported_groups() function
630 tls1_get_supported_groups(s, &pref, &num_pref); in tls1_shared_group()
634 tls1_get_supported_groups(s, &supp, &num_supp); in tls1_shared_group()
803 tls1_get_supported_groups(s, &groups, &groups_len); in tls1_check_group_id()
Dssl_local.h2670 void tls1_get_supported_groups(SSL *s, const uint16_t **pgroups,