Searched refs:groups_len (Results 1 – 2 of 2) sorted by relevance
| /freebsd/crypto/openssl/ssl/ |
| H A D | t1_lib.c | 1729 size_t groups_len; in tls1_check_group_id() local 1752 tls1_get_supported_groups(s, &groups, &groups_len); in tls1_check_group_id() 1753 if (!tls1_in_list(group_id, groups, groups_len)) in tls1_check_group_id() 1765 tls1_get_peer_groups(s, &groups, &groups_len); in tls1_check_group_id() 1773 if (groups_len == 0) in tls1_check_group_id() 1775 return tls1_in_list(group_id, groups, groups_len); in tls1_check_group_id()
|
| /freebsd/crypto/openssl/test/ |
| H A D | sslapitest.c | 10071 size_t groups_len; in test_configuration_of_groups() local 10075 groups_len = ctx->ext.supportedgroups_len; in test_configuration_of_groups() 10077 if (!TEST_size_t_gt(groups_len, 0) in test_configuration_of_groups() 10079 || !TEST_size_t_eq(ctx->ext.supportedgroups_len, groups_len)) in test_configuration_of_groups() 10084 || !TEST_size_t_eq(ctx->ext.supportedgroups_len, groups_len - 1) in test_configuration_of_groups() 10086 || !TEST_size_t_eq(ctx->ext.supportedgroups_len, groups_len) in test_configuration_of_groups()
|