HomeSort by relevance Sort by last modified time
    Searched full:untrusted (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /external/chromium/chrome/browser/
nacl_loader.sb 7 ; untrusted code within Native Client.
  /external/openssl/apps/
verify.c 86 STACK_OF(X509) *untrusted = NULL, *trusted = NULL;
133 else if (strcmp(*argv,"-untrusted") == 0)
203 untrusted = load_certs(bio_err, untfile, FORMAT_PEM,
204 NULL, e, "untrusted certificates");
205 if(!untrusted)
225 if (argc < 1) check(cert_ctx, NULL, untrusted, trusted, crls, e);
228 check(cert_ctx,argv[i], untrusted, trusted, crls, e);
247 sk_X509_pop_free(untrusted, X509_free);
  /packages/providers/DownloadProvider/tests/permission/src/com/android/providers/downloads/permission/tests/
DownloadProviderPermissionsTest.java 68 * Test that an untrusted app cannot write to the download provider
87 * Test that an untrusted app cannot access the download service
  /system/core/libcutils/
sockets.c 38 LOGE("untrusted userid on other end of socket: userid %d\n", cr.uid);
  /libcore/luni/src/main/java/java/lang/
SecurityManager.java 28 * secure environment for executing untrusted code. Untrusted code cannot be
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
security.h 123 unsigned int trustLevel; /* trusted/untrusted */
145 /* Proc vectors for untrusted clients, swapped and unswapped versions.
148 * in for their major opcode dispatcher. This prevents untrusted clients
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/cert/
TestUtils.java 65 // *.ks1 - keystore containing untrusted certificates only
67 // *.ks3 - keystore containing both trusted and untrusted certificates
69 public static final int UNTRUSTED = 1;
141 * 1 - <code>KeyStore</code> with untrusted certificates only<br>
143 * 3 - <code>KeyStore</code> with both trusted and untrusted certificates
  /external/chromium/chrome/common/extensions/docs/static/
npapi.html 16 <p>Code running in an NPAPI plugin has the full permissions of the current user and is not sandboxed or shielded from malicious input by Google Chrome in any way. You should be especially cautious when processing input from untrusted sources, such as when working with <a href="content_scripts.html#security-considerations">content scripts</a> or XMLHttpRequest.
  /external/dropbear/
dropbearconvert.c 42 "untrusted input files, ie it could allow arbitrary code execution.\n"
  /external/jsilver/src/com/google/clearsilver/jsilver/precompiler/
PrecompiledTemplateLoader.java 83 // TODO: Not safe to use in untrusted environments
  /external/openssl/crypto/x509/
x509_vfy.h 172 int purpose; /* purpose to check untrusted certificates */
237 STACK_OF(X509) *untrusted; /* chain of X509s - untrusted - passed in */ member in struct:x509_store_ctx_st
259 int last_untrusted; /* index of last untrusted cert */
x509_vfy.c 186 if (ctx->untrusted != NULL
187 && (sktmp=sk_X509_dup(ctx->untrusted)) == NULL)
212 if (ctx->untrusted != NULL)
235 /* at this point, chain should contain a list of untrusted
494 /* Check all untrusted certificates */
1090 * set of untrusted certificates.
1092 for (i = 0; i < sk_X509_num(ctx->untrusted); i++)
1094 crl_issuer = sk_X509_value(ctx->untrusted, i);
1120 if (!X509_STORE_CTX_init(&crl_ctx, ctx->ctx, x, ctx->untrusted))
    [all...]
  /external/openssl/include/openssl/
x509_vfy.h 172 int purpose; /* purpose to check untrusted certificates */
237 STACK_OF(X509) *untrusted; /* chain of X509s - untrusted - passed in */ member in struct:x509_store_ctx_st
259 int last_untrusted; /* index of last untrusted cert */
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/
PKIXParameters_ImplTest.java 85 // both trusted and untrusted X.509 certificates
116 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.UNTRUSTED);
PKIXBuilderParameters_ImplTest.java 136 KeyStore ks = TestUtils.getKeyStore(true, TestUtils.UNTRUSTED);
  /external/chromium/chrome/common/
json_schema_validator.h 103 // with untrusted schemas.
113 // not be used with untrusted schemas.
  /external/chromium/net/base/
cert_database_nss.cc 222 return UNTRUSTED;
235 return UNTRUSTED;
cert_database_nss_unittest.cc 373 EXPECT_TRUE(cert_db_.ImportCACerts(certs, CertDatabase::UNTRUSTED, &failed));
457 EXPECT_EQ(CertDatabase::UNTRUSTED,
482 EXPECT_EQ(CertDatabase::UNTRUSTED,
cert_database.h 80 UNTRUSTED = 0,
  /external/valgrind/tsan/
thread_sanitizer.h 256 // Tell ThreadSanitizer about the location of NaCl untrusted region.
260 // according to the current NaCl flags (--nacl-untrusted). Always false if not a
  /external/tcpdump/
print-cdp.c 65 { 0x13, "AVVID untrusted ports CoS"},
194 case 0x13: /* AVVID untrusted port CoS - not documented */
  /external/chromium/chrome/browser/extensions/
sandboxed_extension_unpacker.h 43 // process from parsing complex formats like JPEG or JSON from untrusted
  /external/dbus/dbus/
dbus-marshal-validate.h 162 * for validating untrusted data. use _dbus_validate_whatever for that.
  /external/openssl/crypto/ts/
ts_err.c 157 {ERR_REASON(TS_R_TSA_UNTRUSTED) ,"tsa untrusted"},
  /external/protobuf/java/src/main/java/com/google/protobuf/
RpcUtil.java 101 * security, when passing a callback to untrusted code: most callbacks do

Completed in 959 milliseconds

1 2 3 4 5