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

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
TrustManagerImpl.java 67 Set<TrustAnchor> trusted = new HashSet<TrustAnchor>(); local
72 trusted.add(new TrustAnchor(cert, nameConstrains));
75 params = new PKIXParameters(trusted);
196 byte[] trusted = trustAnchor.getTrustedCert()
198 if (Arrays.equals(questionable, trusted)) {
  /frameworks/base/core/java/android/os/
RecoverySystem.java 94 HashSet<Certificate> trusted = new HashSet<Certificate>(); local
104 trusted.add(cf.generateCertificate(zip.getInputStream(entry)));
109 return trusted;
220 // in the package equals one of our trusted public keys.
222 HashSet<Certificate> trusted = getTrustedCerts( local
227 for (Certificate c : trusted) {
234 throw new SignatureException("signature doesn't match any trusted key");
237 // The signature cert matches a trusted key. Now verify that
  /external/bluetooth/bluez/src/
storage.c 749 gboolean trusted; local
761 trusted = match ? TRUE : FALSE;
764 if (trusted == trust) {
775 /* Remove the entry if the last trusted service was removed */
device.c 138 gboolean trusted; member in struct:btd_device
260 return device->trusted;
331 /* Trusted */
333 dict_append_entry(&dict, "Trusted", DBUS_TYPE_BOOLEAN, &boolean);
405 if (device->trusted == value)
418 device->trusted = value;
421 DEVICE_INTERFACE, "Trusted",
598 if (g_str_equal("Trusted", property)) {
1091 device->trusted = read_trust(&src, address, GLOBAL_TRUST);
    [all...]
  /external/webkit/WebCore/bindings/js/
JSDOMWindowCustom.cpp 825 const bool trusted = false; local
831 // - dialogHide: trusted && boolFeature(features, "dialoghide"), makes dialog hide when you print
833 // - unadorned: trusted && boolFeature(features, "unadorned");
    [all...]
  /external/webkit/WebCore/bindings/v8/custom/
V8DOMWindowCustom.cpp 507 const bool trusted = false; local
538 windowFeatures.statusBarVisible = WindowFeatures::boolFeature(features, "status", !trusted);
  /external/chromium/net/third_party/nss/ssl/
ssl3con.c 7409 PRBool trusted = PR_FALSE; local
    [all...]

Completed in 191 milliseconds