Lines Matching refs:SETN
350 #define DEFINE_SET_GET_BASE_TEST(PREFIX, SETN, GETN, DUP, FIELD, TYPE, ERR, \ argument
353 execute_CTX_##SETN##_##GETN##_##FIELD(OSSL_CMP_CTX_TEST_FIXTURE *fixture) \
357 (int (*)(CMP_CTX *ctx, TYPE))PREFIX##_##SETN##_##FIELD; \
394 if (SETN == 0) \
400 if (SETN == 0) { \
421 if (SETN == 0) \
429 if (SETN == 0 && GETN == 0) { \
486 static int test_CTX_##SETN##_##GETN##_##FIELD(void) \
489 EXECUTE_TEST(execute_CTX_##SETN##_##GETN##_##FIELD, tear_down); \
597 #define DEFINE_SET_GET_ARG_FN(SETN, GETN, FIELD, ARG, T) \ argument
598 static int OSSL_CMP_CTX_##SETN##_##FIELD##_##ARG(CMP_CTX *ctx, T val) \
600 return OSSL_CMP_CTX_##SETN##_##FIELD(ctx, ARG, val); \
608 #define DEFINE_SET_GET1_STR_FN(SETN, FIELD) \ argument
609 static int OSSL_CMP_CTX_##SETN##_##FIELD##_str(CMP_CTX *ctx, char *val)\
611 return OSSL_CMP_CTX_##SETN##_##FIELD(ctx, (unsigned char *)val, \