Searched refs:CMP_CTX (Results 1 – 2 of 2) sorted by relevance
355 CMP_CTX *ctx = fixture->ctx; \356 int (*set_fn)(CMP_CTX *ctx, TYPE) = \357 (int (*)(CMP_CTX *ctx, TYPE))PREFIX##_##SETN##_##FIELD; \359 TYPE (*get_fn)(const CMP_CTX *ctx) = OSSL_CMP_CTX_##GETN##_##FIELD; \549 static TYPE *OSSL_CMP_CTX_get0_##FIELD(const CMP_CTX *ctx) \590 static int OSSL_CMP_CTX_get_##FIELD(const CMP_CTX *ctx) \615 static char *OSSL_CMP_CTX_get1_##FIELD##_str(const CMP_CTX *ctx) \630 static TYPE sk_top_##FIELD(const CMP_CTX *ctx) \637 CMP_CTX *ctx = fixture->ctx; \638 int (*push_fn)(CMP_CTX *ctx, TYPE) = \[all …]
42 in the header of the given message according to the CMP_CTX.47 in the header of the given message according to the CMP_CTX.
Completed in 7 milliseconds