Searched refs:CMP_CTX (Results 1 – 2 of 2) sorted by relevance
347 typedef OSSL_CMP_CTX CMP_CTX; /* prevents rewriting type name by below macro */ typedef362 … CMP_CTX *ctx = fixture->ctx; \363 … int (*set_fn)(CMP_CTX * ctx, TYPE) = (int (*)(CMP_CTX * ctx, TYPE)) PREFIX##_##SETN##_##FIELD; \365 … TYPE (*get_fn)(const CMP_CTX *ctx) = OSSL_CMP_CTX_##GETN##_##FIELD; \555 static TYPE *OSSL_CMP_CTX_get0_##FIELD(const CMP_CTX *ctx) \565 static STACK_OF(TYPE) *OSSL_CMP_CTX_get0_##FIELD(const CMP_CTX *ctx) \578 static OSSL_CMP_##FIELD##_t OSSL_CMP_CTX_get_##FIELD(const CMP_CTX *ctx) \596 static int OSSL_CMP_CTX_get_##FIELD(const CMP_CTX *ctx) \604 static int OSSL_CMP_CTX_##SETN##_##FIELD##_##ARG(CMP_CTX *ctx, T val) \609 static T OSSL_CMP_CTX_##GETN##_##FIELD##_##ARG(const CMP_CTX *ctx) \[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.