Lines Matching full:cvout
51 // array that cvout points to. cvout must be initialized as passed to
58 explicit ScopedCERTValOutParam(CERTValOutParam* cvout)
59 : cvout_(cvout) {}
327 std::vector<CERTValInParam>* cvin, CERTValOutParam* cvout);
334 // Caller must initialize cvout before calling this function.
339 CERTValOutParam* cvout) {
445 &cvin[0], cvout, NULL);
448 &cvin, cvout);
458 std::vector<CERTValInParam>* cvin, CERTValOutParam* cvout) {
484 &(*cvin)[0], cvout, NULL);
519 &(*cvin)[0], cvout, NULL);
785 CERTValOutParam cvout[3];
787 cvout[cvout_index].type = cert_po_certList;
788 cvout[cvout_index].value.pointer.chain = NULL;
791 cvout[cvout_index].type = cert_po_trustAnchor;
792 cvout[cvout_index].value.pointer.cert = NULL;
795 cvout[cvout_index].type = cert_po_end;
796 ScopedCERTValOutParam scoped_cvout(cvout);
805 status = PKIXVerifyCert(cert_handle_, check_revocation, NULL, 0, cvout);
824 GetCertChainInfo(cvout[cvout_cert_list_index].value.pointer.chain,
829 AppendPublicKeyHashes(cvout[cvout_cert_list_index].value.pointer.chain,
830 cvout[cvout_trust_anchor_index].value.pointer.cert,
834 IsKnownRoot(cvout[cvout_trust_anchor_index].value.pointer.cert);
861 CERTValOutParam cvout[3];
863 cvout[cvout_index].type = cert_po_trustAnchor;
864 cvout[cvout_index].value.pointer.cert = NULL;
867 cvout[cvout_index].type = cert_po_end;
868 ScopedCERTValOutParam scoped_cvout(cvout);
874 cvout);
879 cvout[cvout_trust_anchor_index].value.pointer.cert;