Searched refs:FIELD (Results 1 – 4 of 4) sorted by relevance
/openssl/test/ |
H A D | cmp_ctx_test.c | 552 return (TYPE *)ctx->FIELD; \ 562 return ctx->FIELD; \ 571 #define DEFINE_SET_CB_TEST(FIELD) \ argument 572 static OSSL_CMP_##FIELD##_t OSSL_CMP_CTX_get_##FIELD(const CMP_CTX *ctx) \ 575 return ctx->FIELD; \ 589 #define DEFINE_SET_INT_TEST(FIELD) \ argument 593 return ctx->FIELD; \ 620 bytes = ctx->FIELD; \ 632 return sk_##T##_value(ctx->FIELD, sk_##T##_num(ctx->FIELD) - 1); \ 663 field_read = ctx->FIELD; \ [all …]
|
/openssl/crypto/cmp/ |
H A D | cmp_ctx.c | 24 DEFINE_OSSL_CMP_CTX_get0_NAME(FIELD, FIELD, TYPE) 32 return ctx->FIELD; \ 41 DEFINE_OSSL_set0_NAME(PREFIX, FIELD, FIELD, TYPE) in DEFINE_OSSL_CMP_CTX_get0_NAME() 49 TYPE##_free(ctx->FIELD); \ in DEFINE_OSSL_CMP_CTX_get0_NAME() 50 ctx->FIELD = val; \ in DEFINE_OSSL_CMP_CTX_get0_NAME() 262 ctx->FIELD = val; \ 275 return ctx->FIELD; \ in DEFINE_OSSL_set() 475 ctx->FIELD = NULL; \ 578 TYPE##_free(ctx->FIELD); \ in DEFINE_OSSL_set1_certs() 579 ctx->FIELD = val_dup; \ in DEFINE_OSSL_set1_certs() [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; \
|
/openssl/apps/lib/ |
H A D | cmp_mock_srv.c | 69 #define DEFINE_OSSL_SET1_CERT(FIELD) \ argument 70 int ossl_cmp_mock_srv_set1_##FIELD(OSSL_CMP_SRV_CTX *srv_ctx, \ 80 X509_free(ctx->FIELD); \ 81 ctx->FIELD = cert; \
|
Completed in 24 milliseconds