Lines Matching refs:rev
860 CERTRevocationFlags rev; in verifyCertificate() local
861 rev.leafTests.number_of_defined_methods = 2; in verifyCertificate()
862 rev.leafTests.cert_rev_flags_per_method = revFlagsLeaf; in verifyCertificate()
876 rev.leafTests.cert_rev_flags_per_method[cert_revocation_method_crl] = in verifyCertificate()
879 rev.leafTests.cert_rev_flags_per_method[cert_revocation_method_ocsp] = in verifyCertificate()
882 rev.leafTests.number_of_preferred_methods = 0; in verifyCertificate()
883 rev.leafTests.preferred_methods = NULL; in verifyCertificate()
884 rev.leafTests.cert_rev_method_independent_flags = in verifyCertificate()
888 rev.chainTests.number_of_defined_methods = 2; in verifyCertificate()
889 rev.chainTests.cert_rev_flags_per_method = revFlagsChain; in verifyCertificate()
890 rev.chainTests.cert_rev_flags_per_method[cert_revocation_method_crl] = in verifyCertificate()
893 rev.chainTests.cert_rev_flags_per_method[cert_revocation_method_ocsp] = in verifyCertificate()
896 rev.chainTests.number_of_preferred_methods = 0; in verifyCertificate()
897 rev.chainTests.preferred_methods = NULL; in verifyCertificate()
898 rev.chainTests.cert_rev_method_independent_flags = in verifyCertificate()
904 cvin[1].value.pointer.revocation = &rev; in verifyCertificate()