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

  /external/chromium_org/chromeos/settings/
cros_settings_provider.h 25 // Possible results of a trusted check.
27 // The trusted values were populated in the cache and can be accessed
29 TRUSTED,
33 // The verification of the trusted store has failed permanently. The
50 // Requests the provider to fetch its values from a trusted store, if it
51 // hasn't done so yet. Returns TRUSTED if the values returned by this provider
52 // are trusted during the current loop cycle. Otherwise returns
53 // 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 65 // *.ks2 - keystore containing trusted certificates only
66 // *.ks3 - keystore containing both trusted and untrusted certificates
69 public static final int TRUSTED = 2;
140 * 2 - <code>KeyStore</code> with trusted certificates only<br>
141 * 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 243 milliseconds