Searched refs:cvout (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/cert/
H A Dcert_verify_proc_nss.cc52 // array that cvout points to. cvout must be initialized as passed to
59 explicit ScopedCERTValOutParam(CERTValOutParam* cvout) : cvout_(cvout) {} argument
349 CERTValOutParam* cvout);
364 // Caller must initialize cvout before calling this function.
373 CERTValOutParam* cvout) {
471 &cvin[0], cvout, NULL);
474 cert_io_enabled, &cvin, cvout);
485 CERTValOutParam* cvout) {
365 PKIXVerifyCert(CERTCertificate* cert_handle, bool check_revocation, bool hard_fail, bool cert_io_enabled, const SECOidTag* policy_oids, int num_policy_oids, CERTCertList* additional_trust_anchors, CERTChainVerifyCallback* chain_verify_callback, CERTValOutParam* cvout) argument
482 RetryPKIXVerifyCertWithWorkarounds( CERTCertificate* cert_handle, int num_policy_oids, bool cert_io_enabled, std::vector<CERTValInParam>* cvin, CERTValOutParam* cvout) argument
689 CERTValOutParam cvout[3]; local
795 CERTValOutParam cvout[3]; local
[all...]

Completed in 149 milliseconds