Home
last modified time | relevance | path

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

/openssl/test/
H A Dcmp_ctx_test.c342 TYPE (*get_fn)(const CMP_CTX *ctx) = OSSL_CMP_CTX_##GETN##_##FIELD; \
380 if (GETN == 1) \
411 if (SETN == 0 && GETN == 0) { \
425 if (GETN == 1 && val2_read == val1_read) { \
440 if (GETN == 0) { \
458 if (GETN == 1) { \
466 static int test_CTX_##SETN##_##GETN##_##FIELD(void) \
469 EXECUTE_TEST(execute_CTX_##SETN##_##GETN##_##FIELD, tear_down); \
575 #define DEFINE_SET_GET_ARG_FN(SETN, GETN, FIELD, ARG, T) \ argument
581 static T OSSL_CMP_CTX_##GETN##_##FIELD##_##ARG(const CMP_CTX *ctx) \
[all …]
/openssl/util/
H A Dcheck-format-test-negatives.c359 #define DEFINE_SET_GET_BASE_TEST(PREFIX, SETN, GETN, DUP, FIELD, TYPE, ERR, \ argument
361 static int execute_CTX_##SETN##_##GETN##_##FIELD( \

Completed in 20 milliseconds