Lines Matching refs:GETN
336 #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) \
414 if (SETN == 0 && GETN == 0) { \
428 if (GETN == 1 && val2_read == val1_read) { \
443 if (GETN == 0) { \
461 if (GETN == 1) { \
469 static int test_CTX_##SETN##_##GETN##_##FIELD(void) \
472 EXECUTE_TEST(execute_CTX_##SETN##_##GETN##_##FIELD, tear_down); \
577 #define DEFINE_SET_GET_ARG_FN(SETN, GETN, FIELD, ARG, T) \ argument
583 static T OSSL_CMP_CTX_##GETN##_##FIELD##_##ARG(const CMP_CTX *ctx) \
585 return OSSL_CMP_CTX_##GETN##_##FIELD(ctx, ARG); \