Searched refs:GETN (Results 1 – 2 of 2) sorted by relevance
/openssl/test/ |
H A D | cmp_ctx_test.c | 359 TYPE (*get_fn)(const CMP_CTX *ctx) = OSSL_CMP_CTX_##GETN##_##FIELD; \ 397 if (GETN == 1) \ 429 if (SETN == 0 && GETN == 0) { \ 444 if (GETN == 1 && val2_read == val1_read) { \ 459 if (GETN == 0) { \ 478 if (GETN == 1) { \ 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 603 static T OSSL_CMP_CTX_##GETN##_##FIELD##_##ARG(const CMP_CTX *ctx) \ [all …]
|
/openssl/util/ |
H A D | check-format-test-negatives.c | 421 #define DEFINE_SET_GET_BASE_TEST(PREFIX, SETN, GETN, DUP, FIELD, TYPE, ERR, \ argument 423 static int execute_CTX_##SETN##_##GETN##_##FIELD( \
|
Completed in 10 milliseconds