Searched refs:groups_len (Results 1 – 2 of 2) sorted by relevance
| /freebsd/crypto/openssl/ssl/ |
| H A D | t1_lib.c | 1752 size_t groups_len; in tls1_check_group_id() local 1775 tls1_get_supported_groups(s, &groups, &groups_len); in tls1_check_group_id() 1776 if (!tls1_in_list(group_id, groups, groups_len)) in tls1_check_group_id() 1788 tls1_get_peer_groups(s, &groups, &groups_len); in tls1_check_group_id() 1796 if (groups_len == 0) in tls1_check_group_id() 1798 return tls1_in_list(group_id, groups, groups_len); in tls1_check_group_id()
|
| /freebsd/crypto/openssl/test/ |
| H A D | sslapitest.c | 10383 size_t groups_len; in test_configuration_of_groups() local 10387 groups_len = ctx->ext.supportedgroups_len; in test_configuration_of_groups() 10389 if (!TEST_size_t_gt(groups_len, 0) in test_configuration_of_groups() 10391 || !TEST_size_t_eq(ctx->ext.supportedgroups_len, groups_len)) in test_configuration_of_groups() 10396 || !TEST_size_t_eq(ctx->ext.supportedgroups_len, groups_len - 1) in test_configuration_of_groups() 10398 || !TEST_size_t_eq(ctx->ext.supportedgroups_len, groups_len) in test_configuration_of_groups()
|