Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dcmp_ctx_test.c336 #define DEFINE_SET_GET_BASE_TEST(PREFIX, SETN, GETN, DUP, FIELD, TYPE, ERR, \ argument
339 execute_CTX_##SETN##_##GETN##_##FIELD(OSSL_CMP_CTX_TEST_FIXTURE *fixture) \
345 TYPE (*get_fn)(const CMP_CTX *ctx) = OSSL_CMP_CTX_##GETN##_##FIELD; \
383 if (GETN == 1) \
415 if (SETN == 0 && GETN == 0) { \
430 if (GETN == 1 && val2_read == val1_read) { \
445 if (GETN == 0) { \
464 if (GETN == 1) { \
472 static int test_CTX_##SETN##_##GETN##_##FIELD(void) \
475 EXECUTE_TEST(execute_CTX_##SETN##_##GETN##_##FIELD, tear_down); \
[all …]