Home
last modified time | relevance | path

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

/openssl/test/
H A Dsslapitest.c9780 size_t default_groups_len; in test_configuration_of_groups() local
9787 default_groups_len = ctx->ext.supported_groups_default_len; in test_configuration_of_groups()
9789 if (!TEST_size_t_gt(default_groups_len, 0) in test_configuration_of_groups()
9791 || !TEST_size_t_eq(ctx->ext.supportedgroups_len, default_groups_len)) in test_configuration_of_groups()
9798 || !TEST_size_t_eq(ctx->ext.supportedgroups_len, default_groups_len - 1) in test_configuration_of_groups()
9800 || !TEST_size_t_eq(ctx->ext.supportedgroups_len, default_groups_len) in test_configuration_of_groups()

Completed in 57 milliseconds