Home
last modified time | relevance | path

Searched refs:FIELD (Results 1 – 3 of 3) sorted by relevance

/openssl-master/test/
A Dcmp_ctx_test.c534 return (TYPE *)ctx->FIELD; \
544 return ctx->FIELD; \
551 #define DEFINE_SET_CB_TEST(FIELD) \ argument
552 static OSSL_CMP_##FIELD##_t OSSL_CMP_CTX_get_##FIELD(const CMP_CTX *ctx) \
555 return ctx->FIELD; \
569 #define DEFINE_SET_INT_TEST(FIELD) \ argument
573 return ctx->FIELD; \
600 bytes = ctx->FIELD; \
612 return sk_##T##_value(ctx->FIELD, sk_##T##_num(ctx->FIELD) - 1); \
643 field_read = ctx->FIELD; \
[all …]
/openssl-master/util/
A Dcheck-format-test-negatives.c265 #define DEFINE_SET_GET_BASE_TEST(PREFIX, SETN, GETN, DUP, FIELD, TYPE, ERR, \ argument
267 static int execute_CTX_##SETN##_##GETN##_##FIELD( \
272 (int (*)(CTX *ctx, TYPE))PREFIX##_##SETN##_##FIELD; \
/openssl-master/crypto/cmp/
A Dcmp_ctx.c605 #define DEFINE_OSSL_CMP_CTX_set1(FIELD, TYPE) /* this uses _dup */ \ argument
606 int OSSL_CMP_CTX_set1_##FIELD(OSSL_CMP_CTX *ctx, const TYPE *val) \
617 TYPE##_free(ctx->FIELD); \
618 ctx->FIELD = val_dup; \
624 #define DEFINE_OSSL_CMP_CTX_set1_up_ref(FIELD, TYPE) \ argument
625 int OSSL_CMP_CTX_set1_##FIELD(OSSL_CMP_CTX *ctx, TYPE *val) \
639 TYPE##_free(ctx->FIELD); \
640 ctx->FIELD = val; \

Completed in 9 milliseconds