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

  /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);
249 sk_X509_pop_free(trusted, X509_free);
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
TrustManagerImpl.java 134 List<X509Certificate> trusted = new ArrayList<X509Certificate>(); local
139 trusted.add(cert);
142 return trusted.toArray(new X509Certificate[trusted.size()]);
186 // chain was entirely trusted, skip the validator
292 * already trusted and failing that check the KeyStore if it is
301 // not trusted and no TrustedCertificateStore to check
  /frameworks/base/core/java/android/os/
RecoverySystem.java 97 HashSet<Certificate> trusted = new HashSet<Certificate>(); local
109 trusted.add(cf.generateCertificate(is));
117 return trusted;
226 // in the package equals one of our trusted public keys.
228 HashSet<Certificate> trusted = getTrustedCerts( local
233 for (Certificate c : trusted) {
240 throw new SignatureException("signature doesn't match any trusted key");
243 // The signature cert matches a trusted key. Now verify that
  /external/wpa_supplicant_8/src/tls/
x509v3.h 115 int x509_certificate_chain_validate(struct x509_certificate *trusted,
x509v3.c     [all...]
  /external/chromium/net/base/
cert_database_nss.cc 241 unsigned int trusted) {
242 bool success = psm::SetCertTrust(cert, type, trusted);
  /external/webkit/Source/WebCore/page/
WindowFeatures.cpp 176 const bool trusted = false; local
182 // - dialogHide: trusted && boolFeature(features, "dialoghide"), makes dialog hide when you print
184 // - unadorned: trusted && boolFeature(features, "unadorned");
207 statusBarVisible = boolFeature(features, "status", !trusted);
  /libcore/luni/src/main/java/java/nio/charset/
CharsetEncoder.java 135 CharsetEncoder(Charset cs, float averageBytesPerChar, float maxBytesPerChar, byte[] replacement, boolean trusted) {
148 if (trusted) {
  /external/bluetooth/bluez/src/
storage.c 668 gboolean trusted; local
680 trusted = match ? TRUE : FALSE;
683 if (trusted == trust) {
694 /* Remove the entry if the last trusted service was removed */
device.c 132 gboolean trusted; member in struct:btd_device
236 return device->trusted;
315 /* Trusted */
317 dict_append_entry(&dict, "Trusted", DBUS_TYPE_BOOLEAN, &boolean);
393 if (device->trusted == value)
404 device->trusted = value;
407 DEVICE_INTERFACE, "Trusted",
537 if (g_str_equal("Trusted", property)) {
988 device->trusted = read_trust(&src, address, GLOBAL_TRUST);
    [all...]
  /external/openssh/
clientloop.c 287 u_int trusted, u_int timeout, char **_proto, char **_data)
323 if (trusted == 0) {
353 if (trusted || generated) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 305 milliseconds