Searched refs:is_p10 (Results 1 – 1 of 1) sorted by relevance
824 int is_p10 = req_type == OSSL_CMP_PKIBODY_P10CR; in OSSL_CMP_try_certreq() local825 int rid = is_p10 ? OSSL_CMP_CERTREQID_NONE : OSSL_CMP_CERTREQID; in OSSL_CMP_try_certreq()826 int rep_type = is_p10 ? OSSL_CMP_PKIBODY_CP : req_type + 1; in OSSL_CMP_try_certreq()868 int is_p10 = req_type == OSSL_CMP_PKIBODY_P10CR; in OSSL_CMP_exec_certreq() local869 int rid = is_p10 ? OSSL_CMP_CERTREQID_NONE : OSSL_CMP_CERTREQID; in OSSL_CMP_exec_certreq()870 int rep_type = is_p10 ? OSSL_CMP_PKIBODY_CP : req_type + 1; in OSSL_CMP_exec_certreq()
Completed in 5 milliseconds