Searched refs:CMP_CTX (Results 1 – 2 of 2) sorted by relevance
326 typedef OSSL_CMP_CTX CMP_CTX; /* prevents rewriting type name by below macro */ typedef341 CMP_CTX *ctx = fixture->ctx; \342 int (*set_fn)(CMP_CTX *ctx, TYPE) = \343 (int (*)(CMP_CTX *ctx, TYPE))PREFIX##_##SETN##_##FIELD; \345 TYPE (*get_fn)(const CMP_CTX *ctx) = OSSL_CMP_CTX_##GETN##_##FIELD; \534 static TYPE *OSSL_CMP_CTX_get0_##FIELD(const CMP_CTX *ctx) \544 static STACK_OF(TYPE) *OSSL_CMP_CTX_get0_##FIELD(const CMP_CTX *ctx) \555 static OSSL_CMP_##FIELD##_t OSSL_CMP_CTX_get_##FIELD(const CMP_CTX *ctx) \573 static int OSSL_CMP_CTX_get_##FIELD(const CMP_CTX *ctx) \581 static int OSSL_CMP_CTX_##SETN##_##FIELD##_##ARG(CMP_CTX *ctx, T val) \[all …]
37 in the header of the given message according to the CMP_CTX.42 in the header of the given message according to the CMP_CTX.