Home
last modified time | relevance | path

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

/openssl/crypto/cmp/
H A Dcmp_client.c666 int is_p10 = req_type == OSSL_CMP_PKIBODY_P10CR; in OSSL_CMP_try_certreq() local
667 int rid = is_p10 ? -1 : OSSL_CMP_CERTREQID; in OSSL_CMP_try_certreq()
668 int rep_type = is_p10 ? OSSL_CMP_PKIBODY_CP : req_type + 1; in OSSL_CMP_try_certreq()
708 int is_p10 = req_type == OSSL_CMP_PKIBODY_P10CR; in OSSL_CMP_exec_certreq() local
709 int rid = is_p10 ? -1 : OSSL_CMP_CERTREQID; in OSSL_CMP_exec_certreq()
710 int rep_type = is_p10 ? OSSL_CMP_PKIBODY_CP : req_type + 1; in OSSL_CMP_exec_certreq()

Completed in 9 milliseconds