Searched refs:SETN (Results 1 – 2 of 2) sorted by relevance
/openssl/test/ |
H A D | cmp_ctx_test.c | 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 600 return OSSL_CMP_CTX_##SETN##_##FIELD(ctx, ARG, val); \ 608 #define DEFINE_SET_GET1_STR_FN(SETN, FIELD) \ argument [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( \ 428 (int (*)(CTX *ctx, TYPE))PREFIX##_##SETN##_##FIELD; \
|
Completed in 15 milliseconds