Searched refs:GETN (Results 1 – 1 of 1) sorted by relevance
357 #define DEFINE_SET_GET_BASE_TEST(PREFIX, SETN, GETN, DUP, FIELD, TYPE, ERR, … argument360 …execute_CTX_##SETN##_##GETN##_##FIELD(OSSL_CMP_CTX_TEST_FIXTURE *fixture) …365 … TYPE (*get_fn)(const CMP_CTX *ctx) = OSSL_CMP_CTX_##GETN##_##FIELD; \403 … if (GETN == 1) \435 … if (SETN == 0 && GETN == 0) { \450 … if (GETN == 1 && val2_read == val1_read) { \465 … if (GETN == 0) { \484 … if (GETN == 1) { \492 …static int test_CTX_##SETN##_##GETN##_##FIELD(void) …495 … EXECUTE_TEST(execute_CTX_##SETN##_##GETN##_##FIELD, tear_down); \[all …]