Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dv3nametest.c663 GENERAL_NAME **namesb = OPENSSL_malloc(sizeof(*namesb) in test_GENERAL_NAME_cmp() local
667 if (!TEST_ptr(namesa) || !TEST_ptr(namesb)) in test_GENERAL_NAME_cmp()
679 namesb[i] = d2i_GENERAL_NAME(NULL, &derp, gennames[i].derlen); in test_GENERAL_NAME_cmp()
680 if (!TEST_ptr(namesa[i]) || !TEST_ptr(namesb[i])) in test_GENERAL_NAME_cmp()
688 if (!TEST_int_eq(GENERAL_NAME_cmp(namesa[i], namesb[j]), 0)) in test_GENERAL_NAME_cmp()
691 if (!TEST_int_ne(GENERAL_NAME_cmp(namesa[i], namesb[j]), 0)) in test_GENERAL_NAME_cmp()
702 if (namesb != NULL) in test_GENERAL_NAME_cmp()
703 GENERAL_NAME_free(namesb[i]); in test_GENERAL_NAME_cmp()
706 OPENSSL_free(namesb); in test_GENERAL_NAME_cmp()