Searched refs:revocation_flags (Results 1 – 1 of 1) sorted by relevance
376 CERTRevocationFlags revocation_flags; in PKIXVerifyCert() local377 revocation_flags.leafTests.number_of_defined_methods = in PKIXVerifyCert()379 revocation_flags.leafTests.cert_rev_flags_per_method = method_flags; in PKIXVerifyCert()380 revocation_flags.leafTests.number_of_preferred_methods = in PKIXVerifyCert()382 revocation_flags.leafTests.preferred_methods = preferred_revocation_methods; in PKIXVerifyCert()383 revocation_flags.leafTests.cert_rev_method_independent_flags = in PKIXVerifyCert()386 revocation_flags.chainTests.number_of_defined_methods = in PKIXVerifyCert()388 revocation_flags.chainTests.cert_rev_flags_per_method = method_flags; in PKIXVerifyCert()389 revocation_flags.chainTests.number_of_preferred_methods = in PKIXVerifyCert()391 revocation_flags.chainTests.preferred_methods = preferred_revocation_methods; in PKIXVerifyCert()[all …]