Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/test/
H A Dcmp_ctx_test.c345 TYPE (*get_fn)(const CMP_CTX *ctx) = OSSL_CMP_CTX_##GETN##_##FIELD; \
383 if (GETN == 1) \
415 if (SETN == 0 && GETN == 0) { \
430 if (GETN == 1 && val2_read == val1_read) { \
445 if (GETN == 0) { \
464 if (GETN == 1) { \
472 static int test_CTX_##SETN##_##GETN##_##FIELD(void) \
475 EXECUTE_TEST(execute_CTX_##SETN##_##GETN##_##FIELD, tear_down); \
580 #define DEFINE_SET_GET_ARG_FN(SETN, GETN, FIELD, ARG, T) \ argument
586 static T OSSL_CMP_CTX_##GETN##_##FIELD##_##ARG(const CMP_CTX *ctx) \
[all …]
/freebsd-14.2/crypto/openssl/util/
H A Dcheck-format-test-negatives.c421 #define DEFINE_SET_GET_BASE_TEST(PREFIX, SETN, GETN, DUP, FIELD, TYPE, ERR, \ argument
423 static int execute_CTX_##SETN##_##GETN##_##FIELD( \