HomeSort by relevance Sort by last modified time
    Searched refs:trusted (Results 1 - 12 of 12) 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)) {
  /external/wpa_supplicant/
x509v3.h 101 int x509_certificate_chain_validate(struct x509_certificate *trusted,
133 x509_certificate_chain_validate(struct x509_certificate *trusted,
x509v3.c     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
x509v3.h 101 int x509_certificate_chain_validate(struct x509_certificate *trusted,
133 x509_certificate_chain_validate(struct x509_certificate *trusted,
x509v3.c     [all...]
  /external/openssl/apps/
verify.c 86 STACK_OF(X509) *untrusted = NULL, *trusted = NULL;
138 else if (strcmp(*argv,"-trusted") == 0)
211 trusted = load_certs(bio_err, trustfile, FORMAT_PEM,
212 NULL, e, "trusted certificates");
213 if(!trusted)
225 if (argc < 1) check(cert_ctx, NULL, untrusted, trusted, crls, e);
228 check(cert_ctx,argv[i], untrusted, trusted, crls, e);
248 sk_X509_pop_free(trusted, X509_free);
  /frameworks/base/core/java/android/os/
RecoverySystem.java 96 HashSet<Certificate> trusted = new HashSet<Certificate>(); local
106 trusted.add(cf.generateCertificate(zip.getInputStream(entry)));
111 return trusted;
222 // in the package equals one of our trusted public keys.
224 HashSet<Certificate> trusted = getTrustedCerts( local
229 for (Certificate c : trusted) {
236 throw new SignatureException("signature doesn't match any trusted key");
239 // 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 320 milliseconds