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

1 2 3 4 5 6 7

  /external/chromium/chrome/browser/ssl/
ssl_host_state.h 31 // Records that a host has run insecure content.
34 // Returns whether the specified host ran insecure content.
49 // contains insecure content in that renderer process.
52 // Hosts which have been contaminated with insecure content in the
53 // specified process. Note that insecure content can travel between
ssl_policy_backend.h 23 // Records that a host has run insecure content.
26 // Returns whether the specified host ran insecure content.
ssl_browser_tests.cc 427 // Insecure content
430 // Visits a page that displays insecure content.
441 // Load a page that displays insecure content.
448 // Visits a page that runs insecure content and tries to suppress the insecure
506 // Visits a page with insecure content loaded by JS (after the initial page
523 // Load the insecure image.
529 // We should now have insecure content.
533 // Visits two pages from the same origin: one that displays insecure content and
534 // one that doesn't. The test checks that we do not propagate the insecure
    [all...]
ssl_manager.h 38 // The security state (secure/insecure) is stored in the navigation entry.
89 // Insecure content entry point.
ssl_policy.h 62 // Mark |origin| as having run insecure content in the process with ID |pid|.
  /external/oprofile/daemon/
opd_pipe.h 4 * NOTE: This code is dealing with potencially insecure input.
opd_pipe.c 4 * NOTE: This code is dealing with potentially insecure input.
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
SSLUtils.java 49 * @param insecure if true, bypass all SSL certificate checks
52 boolean insecure) {
53 if (insecure) {
72 public static SSLSocketFactory getHttpSocketFactory(boolean insecure, KeyManager keyManager) {
73 SSLCertificateSocketFactory underlying = getSSLSocketFactory(insecure);
78 if (insecure) {
EmailClientConnectionManager.java 73 // Register the httpts scheme with our insecure factory
75 SSLUtils.getHttpSocketFactory(true /*insecure*/, keyManager),
  /external/dropbear/
channel.h 68 int writefd; /* read from wire, written to insecure side */
69 int readfd; /* read from insecure size, written to wire */
  /development/samples/BluetoothChat/res/values/
strings.xml 39 <string name="insecure_connect">Connect a device - Insecure</string>
  /external/chromium/chrome/browser/chromeos/login/
web_page_view.cc 72 LOG(ERROR) << "Page load failed: did display insecure content";
73 page_delegate_->OnPageLoadFailed("Displayed insecure content");
78 LOG(ERROR) << "Page load failed: did run insecure content";
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp 295 // Check: Any use of 'gets' is insecure.
329 "Call to function 'gets' is extremely insecure as it can "
335 // Check: Any use of 'getpwd' is insecure.
377 // Check: Any use of 'mktemp' is insecure. It is obsoleted by mkstemp().
378 // CWE-377: Insecure Temporary File
412 "Potential insecure temporary file in call 'mktemp'",
414 "Call to function 'mktemp' is insecure as it always "
415 "creates or uses insecure temporary file. Use 'mkstemp' "
499 "Insecure temporary file creation", "Security",
504 // Check: Any use of 'strcpy' is insecure
    [all...]
  /external/clang/test/Analysis/
security-syntax-checks.m 42 gets(buff); // expected-warning{{Call to function 'gets' is extremely insecure as it can always result in a buffer overflow}}
116 char *x = mktemp("/tmp/zxcv"); // expected-warning{{Call to function 'mktemp' is insecure as it always creates or uses insecure temporary file}}
141 strcpy(x, y); //expected-warning{{Call to function 'strcpy' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcpy'. CWE-119.}}
165 strcat(x, y); //expected-warning{{Call to function 'strcat' is insecure as it does not provide bounding of the memory buffer. Replace unbounded copy functions with analogous functions that support length arguments such as 'strlcat'. CWE-119.}}
176 vfork(); //expected-warning{{Call to function 'vfork' is insecure as it can lead to denial of service situations in the parent process.}}
  /external/apache-http/src/org/apache/http/client/params/
AuthPolicy.java 54 * insecure, but most widely supported)
  /external/chromium/chrome/browser/resources/shared/js/
parse_html_subset.js 29 * Parse a very small subset of HTML. This ensures that insecure HTML /
  /external/chromium/chrome/browser/ui/toolbar/
toolbar_model.h 29 // status or with insecure content on the page
  /external/e2fsprogs/lib/et/test_cases/
heimdal2.et 53 ec KADM_INSECURE_PW, "Insecure password rejected"
  /frameworks/native/include/media/hardware/
CryptoAPI.h 63 // to support insecure decryption of the data (secure = false) for
  /libcore/luni/src/main/java/java/security/
SecureRandom.java 44 * insecure</h3></a>
111 * insecure</a>.
243 * insecure</a>.
252 * be insecure</a>.
  /external/chromium/chrome/browser/password_manager/
password_store_mac_unittest.cc 59 kSecProtocolTypeHTTP, "/insecure.html", 0, NULL, "19991231235959Z",
79 kSecProtocolTypeHTTP, "/insecure.html", 4567, "low_security",
249 "http://some.domain.com/insecure.html", L"joe_user", L"sekrit", false,
264 "http://some.domain.com:4567/insecure.html", L"basic_auth_user", L"basic",
433 "http://some.domain.com/insecure.html",
436 "http://some.domain.com:4567/insecure.html",
519 "http://some.domain.com/insecure.html", NULL, NULL, NULL, NULL,
549 "http://some.domain.com/insecure.html", NULL,
576 "http://some.domain.com/insecure.html", NULL, NULL, NULL, NULL,
    [all...]
  /external/webkit/Source/WebCore/loader/
FrameLoaderClient.h 198 // insecure source. Inactive content cannot spread to other frames.
202 // script) from an insecure source. Note that the insecure content can
  /cts/tests/tests/permission/src/android/permission/cts/
FileSystemPermissionTest.java 446 Set<File> insecure = getAllInsecureBlockDevicesInDirAndSubdir(new File("/dev")); local
447 assertTrue("Found insecure: " + insecure.toString(),
448 insecure.isEmpty());
  /external/chromium/chrome/browser/sync/notifier/
sync_notifier_factory.cc 80 VLOG(1) << "Allowing insecure XMPP connections.";
  /external/chromium-trace/src/shared/js/
parse_html_subset.js 6 * Parse a very small subset of HTML. This ensures that insecure HTML /

Completed in 1658 milliseconds

1 2 3 4 5 6 7