Lines Matching refs:OSSL_CMP_MSG
31 static OSSL_CMP_MSG *transfer_cb(OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *req) in transfer_cb()
35 return OSSL_CMP_MSG_dup((OSSL_CMP_MSG *) in transfer_cb()
45 static int allow_unprotected(const OSSL_CMP_CTX *ctx, const OSSL_CMP_MSG *rep, in allow_unprotected()
51 static void cmp_client_process_response(OSSL_CMP_CTX *ctx, OSSL_CMP_MSG *msg) in cmp_client_process_response()
103 const OSSL_CMP_MSG *cert_req, in process_cert_request()
116 const OSSL_CMP_MSG *rr, in process_rr()
125 const OSSL_CMP_MSG *genm, in process_genm()
133 static void process_error(OSSL_CMP_SRV_CTX *srv_ctx, const OSSL_CMP_MSG *error, in process_error()
142 const OSSL_CMP_MSG *certConf, int certReqId, in process_certConf()
151 const OSSL_CMP_MSG *pollReq, int certReqId, in process_pollReq()
152 OSSL_CMP_MSG **certReq, int64_t *check_after) in process_pollReq()
160 OSSL_CMP_MSG *msg; in FuzzerTestOneInput()
176 ASN1_ITEM_rptr(OSSL_CMP_MSG), NULL); in FuzzerTestOneInput()