Lines Matching refs:names
26 /* Currently the section names are of the form test-<number>, e.g. test-15. */
234 static void print_ca_names(STACK_OF(X509_NAME) *names)
238 if (names == NULL || sk_X509_NAME_num(names) == 0) {
242 for (i = 0; i < sk_X509_NAME_num(names); i++) {
243 X509_NAME_print_ex(bio_err, sk_X509_NAME_value(names, i), 4,
251 STACK_OF(X509_NAME) *names)
257 if (names == NULL || sk_X509_NAME_num(names) == 0) {
262 if (sk_X509_NAME_num(names) != sk_X509_NAME_num(expected_names))
264 for (i = 0; i < sk_X509_NAME_num(names); i++) {
265 if (!TEST_int_eq(X509_NAME_cmp(sk_X509_NAME_value(names, i),
277 print_ca_names(names);
311 return check_ca_names("Server CA names",
340 return check_ca_names("Client CA names",