HomeSort by relevance Sort by last modified time
    Searched defs:TRUSTED (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/chromeos/settings/
cros_settings_provider.h 24 // Possible results of a trusted check.
26 // The trusted values were populated in the cache and can be accessed
28 TRUSTED,
32 // The verification of the trusted store has failed permanently. The
49 // Requests the provider to fetch its values from a trusted store, if it
50 // hasn't done so yet. Returns TRUSTED if the values returned by this provider
51 // are trusted during the current loop cycle. Otherwise returns
52 // TEMPORARILY_UNTRUSTED, and |callback| will be invoked later when trusted
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/cert/
TestUtils.java 66 // *.ks2 - keystore containing trusted certificates only
67 // *.ks3 - keystore containing both trusted and untrusted certificates
70 public static final int TRUSTED = 2;
142 * 2 - <code>KeyStore</code> with trusted certificates only<br>
143 * 3 - <code>KeyStore</code> with both trusted and untrusted certificates
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
TestUtils.java 76 // *.ks2 - keystore containing trusted certificates only
77 // *.ks3 - keystore containing both trusted and untrusted certificates
80 public static final int TRUSTED = 2;
150 * 2 - <code>KeyStore</code> with trusted certificates only<br>
151 * 3 - <code>KeyStore</code> with both trusted and untrusted certificates
    [all...]

Completed in 71 milliseconds