Searched defs:num_policy_oids (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/cert/
H A Dcert_verify_proc_nss.cc347 CERTCertificate* cert_handle, int num_policy_oids,
360 // If policy_oids is not NULL and num_policy_oids is positive, policies
370 int num_policy_oids,
385 if (check_revocation && policy_oids && num_policy_oids > 0) {
448 if (policy_oids && num_policy_oids > 0) {
450 in_param.value.arraySize = num_policy_oids;
473 rv = RetryPKIXVerifyCertWithWorkarounds(cert_handle, num_policy_oids,
483 CERTCertificate* cert_handle, int num_policy_oids,
536 num_policy_oids == 0) {
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

Completed in 182 milliseconds