Home
last modified time | relevance | path

Searched refs:groups_len (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/ssl/
H A Dt1_lib.c1713 size_t groups_len; in tls1_check_group_id() local
1736 tls1_get_supported_groups(s, &groups, &groups_len); in tls1_check_group_id()
1737 if (!tls1_in_list(group_id, groups, groups_len)) in tls1_check_group_id()
1749 tls1_get_peer_groups(s, &groups, &groups_len); in tls1_check_group_id()
1757 if (groups_len == 0) in tls1_check_group_id()
1759 return tls1_in_list(group_id, groups, groups_len); in tls1_check_group_id()
/freebsd/crypto/openssl/test/
H A Dsslapitest.c10040 size_t groups_len; in test_configuration_of_groups() local
10044 groups_len = ctx->ext.supportedgroups_len; in test_configuration_of_groups()
10046 if (!TEST_size_t_gt(groups_len, 0) in test_configuration_of_groups()
10048 || !TEST_size_t_eq(ctx->ext.supportedgroups_len, groups_len)) in test_configuration_of_groups()
10053 || !TEST_size_t_eq(ctx->ext.supportedgroups_len, groups_len - 1) in test_configuration_of_groups()
10055 || !TEST_size_t_eq(ctx->ext.supportedgroups_len, groups_len) in test_configuration_of_groups()