/external/chromium_org/chrome/browser/resources/options/ |
certificate_tree.css | 5 span.cert-untrusted {
|
/external/chromium_org/third_party/openssl/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) 228 if (1 != check(cert_ctx, NULL, untrusted, trusted, crls, e)) 234 if (1 != check(cert_ctx,argv[i], untrusted, trusted, crls, e)) 259 sk_X509_pop_free(untrusted, X509_free);
|
/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) 228 if (1 != check(cert_ctx, NULL, untrusted, trusted, crls, e)) 234 if (1 != check(cert_ctx,argv[i], untrusted, trusted, crls, e)) 259 sk_X509_pop_free(untrusted, X509_free);
|
/external/chromium_org/ppapi/native_client/tests/breakpad_crash_test/ |
nacl.scons | 72 # Ultimately this should be recognised as a crash caused by untrusted code. 90 # Crashes in untrusted code should not produce crash dumps.
|
/external/chromium_org/third_party/re2/re2/testing/ |
tester.cc | 82 bool untrusted; // don't really trust the answer member in struct:re2::TestInstance::Result 429 result->untrusted = true; 515 if (!r.untrusted) 518 LogMatch(r.untrusted ? "(Untrusted) Mismatch: " : "Mismatch: ", i, text,
|
/external/regex-re2/re2/testing/ |
tester.cc | 82 bool untrusted; // don't really trust the answer member in struct:re2::TestInstance::Result 429 result->untrusted = true; 515 if (!r.untrusted) 518 LogMatch(r.untrusted ? "(Untrusted) Mismatch: " : "Mismatch: ", i, text,
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
certificate_manager_browsertest.js | 120 'untrusted': false, 130 'untrusted': false, 136 'untrusted': false,
|
/external/chromium_org/third_party/openssl/openssl/crypto/x509/ |
x509_vfy.c | 185 if (ctx->untrusted != NULL 186 && (sktmp=sk_X509_dup(ctx->untrusted)) == NULL) 210 if (ctx->untrusted != NULL) 233 /* at this point, chain should contain a list of untrusted 489 /* Check all untrusted certificates */ 1085 * set of untrusted certificates. 1087 for (i = 0; i < sk_X509_num(ctx->untrusted); i++) 1089 crl_issuer = sk_X509_value(ctx->untrusted, i); 1115 if (!X509_STORE_CTX_init(&crl_ctx, ctx->ctx, x, ctx->untrusted)) [all...] |
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/openssl/crypto/x509/ |
x509_vfy.c | 185 if (ctx->untrusted != NULL 186 && (sktmp=sk_X509_dup(ctx->untrusted)) == NULL) 210 if (ctx->untrusted != NULL) 233 /* at this point, chain should contain a list of untrusted 489 /* Check all untrusted certificates */ 1085 * set of untrusted certificates. 1087 for (i = 0; i < sk_X509_num(ctx->untrusted); i++) 1089 crl_issuer = sk_X509_value(ctx->untrusted, i); 1115 if (!X509_STORE_CTX_init(&crl_ctx, ctx->ctx, x, ctx->untrusted)) [all...] |
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/mockwebserver/src/main/java/com/google/mockwebserver/ |
MockWebServer.java | 354 X509TrustManager untrusted = new X509TrustManager() { local 367 context.init(null, new TrustManager[] { untrusted }, new java.security.SecureRandom());
|
/external/chromium_org/native_client_sdk/src/doc/ |
faq.rst | 120 * `Native Client: A Sandbox for Portable, Untrusted x86 Code 354 Native Client's sandbox works by validating the untrusted code (the 378 In addition to static analysis of untrusted code, the Native Client 381 Portable, Untrusted x86 Code <http://research.google.com/pubs/pub34913.html>`_
|
/external/chromium_org/third_party/openssl/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/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/openssh/contrib/suse/ |
openssh.spec | 56 two untrusted hosts over an insecure network. X11 connections and 70 two untrusted hosts over an insecure network. X11 connections and
|
/external/openssh/contrib/redhat/ |
openssh.spec | 138 untrusted hosts over an insecure network. X11 connections and
|
/external/chromium_org/chrome/third_party/chromevox/closure/ |
base.js | 170 * On untrusted sites, several native functions can be defined or overridden by 822 // unless closure code is receiving objects from untrusted sources. [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar | |
org.eclipse.osgi_3.6.1.R36x_v20100806.jar | |
org.eclipse.osgi_3.6.2.R36x_v20101103.jar | |
/libcore/crypto/src/main/native/ |
org_conscrypt_NativeCrypto.cpp | [all...] |
/prebuilts/tools/common/eclipse/ |
org.eclipse.osgi_3.6.2.R36x_v20110210.jar | |