Home
last modified time | relevance | path

Searched refs:req_type (Results 1 – 2 of 2) sorted by relevance

/crypto/cmp/
A Dcmp_client.c647 ossl_unused int req_type, in cert_response() argument
805 if ((req = ossl_cmp_certreq_new(ctx, req_type, crm)) == NULL) in initial_certreq()
814 int OSSL_CMP_try_certreq(OSSL_CMP_CTX *ctx, int req_type, in OSSL_CMP_try_certreq() argument
818 int is_p10 = req_type == OSSL_CMP_PKIBODY_P10CR; in OSSL_CMP_try_certreq()
820 int rep_type = is_p10 ? OSSL_CMP_PKIBODY_CP : req_type + 1; in OSSL_CMP_try_certreq()
835 if (req_type < 0) in OSSL_CMP_try_certreq()
844 req_type, rep_type); in OSSL_CMP_try_certreq()
858 X509 *OSSL_CMP_exec_certreq(OSSL_CMP_CTX *ctx, int req_type, in OSSL_CMP_exec_certreq() argument
862 int is_p10 = req_type == OSSL_CMP_PKIBODY_P10CR; in OSSL_CMP_exec_certreq()
864 int rep_type = is_p10 ? OSSL_CMP_PKIBODY_CP : req_type + 1; in OSSL_CMP_exec_certreq()
[all …]
A Dcmp_server.c581 int req_type, rsp_type; in OSSL_CMP_SRV_process_request() local
593 req_type = OSSL_CMP_MSG_get_bodytype(req); in OSSL_CMP_SRV_process_request()
595 "received %s", ossl_cmp_bodytype_to_string(req_type)); in OSSL_CMP_SRV_process_request()
608 if (srv_ctx->polling && req_type != OSSL_CMP_PKIBODY_POLLREQ in OSSL_CMP_SRV_process_request()
609 && req_type != OSSL_CMP_PKIBODY_ERROR) { in OSSL_CMP_SRV_process_request()
614 switch (req_type) { in OSSL_CMP_SRV_process_request()
661 if (req_type == OSSL_CMP_PKIBODY_POLLREQ) { in OSSL_CMP_SRV_process_request()

Completed in 10 milliseconds