Home
last modified time | relevance | path

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

/openbsd-src/lib/libssl/
H A Dssl_tlsext.c1470 const uint16_t *client_groups = NULL, *server_groups = NULL; in tlsext_keyshare_server_process() local
1545 tls1_get_group_list(s, 1, &client_groups, &client_groups_len); in tlsext_keyshare_server_process()
1552 if (!ssl_security_supported_group(s, client_groups[i])) in tlsext_keyshare_server_process()
1555 if (server_groups[j] == client_groups[i]) { in tlsext_keyshare_server_process()
1556 client_preferred_group = client_groups[i]; in tlsext_keyshare_server_process()
1587 if (group == client_groups[client_groups_index++]) { in tlsext_keyshare_server_process()
H A Dt1_lib.c416 * Return the appropriate group list. If client_groups is non-zero, return
421 tls1_get_group_list(const SSL *s, int client_groups, const uint16_t **pgroups, in tls1_get_group_list() argument
424 if (client_groups != 0) { in tls1_get_group_list()
H A Dssl_local.h1403 void tls1_get_group_list(const SSL *s, int client_groups,