Searched refs:GETN (Results 1 – 2 of 2) sorted by relevance
/openssl-master/test/ |
A D | cmp_ctx_test.c | 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) \ [all …]
|
/openssl-master/util/ |
A D | check-format-test-negatives.c | 265 #define DEFINE_SET_GET_BASE_TEST(PREFIX, SETN, GETN, DUP, FIELD, TYPE, ERR, \ argument 267 static int execute_CTX_##SETN##_##GETN##_##FIELD( \
|
Completed in 5 milliseconds