Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dcmp_ctx_test.c611 #define DEFINE_PUSH_BASE_TEST(PUSHN, DUP, FIELD, ELEM, TYPE, T, \ argument
618 static int execute_CTX_##PUSHN##_##ELEM(OSSL_CMP_CTX_TEST_FIXTURE *fixture) \
622 (int (*)(CMP_CTX *ctx, TYPE))OSSL_CMP_CTX_##PUSHN##_##ELEM; \
655 if (PUSHN == 0) \
663 if (PUSHN == 0) { \
679 if (PUSHN == 0) \
687 if (PUSHN == 0) { \
712 static int test_CTX_##PUSHN##_##ELEM(void) \
715 EXECUTE_TEST(execute_CTX_##PUSHN##_##ELEM, tear_down); \