Home
last modified time | relevance | path

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

/openssl/ssl/statem/
H A Dextensions_clnt.c117 const uint16_t *pgroups = NULL; in use_ecc() local
144 tls1_get_supported_groups(s, &pgroups, &num_groups); in use_ecc()
146 uint16_t ctmp = pgroups[j]; in use_ecc()
191 const uint16_t *pgroups = NULL; in tls_construct_ctos_supported_groups() local
212 tls1_get_supported_groups(s, &pgroups, &num_groups); in tls_construct_ctos_supported_groups()
224 uint16_t ctmp = pgroups[i]; in tls_construct_ctos_supported_groups()
679 const uint16_t *pgroups = NULL; in tls_construct_ctos_key_share() local
692 tls1_get_supported_groups(s, &pgroups, &num_groups); in tls_construct_ctos_key_share()
708 curve_id = pgroups[i]; in tls_construct_ctos_key_share()
1799 const uint16_t *pgroups = NULL; in tls_parse_stoc_key_share() local
[all …]
H A Dextensions.c1381 const uint16_t *pgroups, *clntgroups; in final_key_share() local
1389 tls1_get_supported_groups(s, &pgroups, &num_groups); in final_key_share()
1395 group_id = pgroups[i]; in final_key_share()
/openssl/ssl/
H A Dt1_lib.c538 void tls1_get_supported_groups(SSL_CONNECTION *s, const uint16_t **pgroups, in tls1_get_supported_groups() argument
546 *pgroups = suiteb_curves; in tls1_get_supported_groups()
551 *pgroups = suiteb_curves; in tls1_get_supported_groups()
556 *pgroups = suiteb_curves + 1; in tls1_get_supported_groups()
562 *pgroups = sctx->ext.supported_groups_default; in tls1_get_supported_groups()
565 *pgroups = s->ext.supportedgroups; in tls1_get_supported_groups()
H A Dssl_local.h2439 const uint16_t **pgroups, in tls1_get_peer_groups() argument
2442 *pgroups = s->ext.peer_supportedgroups; in tls1_get_peer_groups()
2760 void tls1_get_supported_groups(SSL_CONNECTION *s, const uint16_t **pgroups,

Completed in 50 milliseconds