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

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
SSLUtils.java 49 * @param insecure if true, bypass all SSL certificate checks
53 boolean insecure, int timeout) {
54 if (insecure) {
73 public static SSLSocketFactory getHttpSocketFactory(boolean insecure, KeyManager keyManager) {
74 SSLCertificateSocketFactory underlying = getSSLSocketFactory(insecure, 0 /* no timeout */);
79 if (insecure) {
  /cts/tests/tests/permission/src/android/permission/cts/
FileSystemPermissionTest.java 673 Set<File> insecure = getAllInsecureDevicesInDirAndSubdir(new File("/dev"), FileUtils.S_IFBLK); local
674 assertTrue("Found insecure block devices: " + insecure.toString(),
675 insecure.isEmpty());
711 Set<File> insecure = getAllInsecureDevicesInDirAndSubdir(new File("/dev"), FileUtils.S_IFCHR); local
713 insecure.removeAll(CHAR_DEV_EXCEPTIONS);
714 insecure.removeAll(insecurePts);
715 assertTrue("Found insecure character devices: " + insecure.toString(),
716 insecure.isEmpty())
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp 290 // Check: Any use of 'gets' is insecure.
324 "Call to function 'gets' is extremely insecure as it can "
330 // Check: Any use of 'getpwd' is insecure.
372 // Check: Any use of 'mktemp' is insecure. It is obsoleted by mkstemp().
373 // CWE-377: Insecure Temporary File
407 "Potential insecure temporary file in call 'mktemp'",
409 "Call to function 'mktemp' is insecure as it always "
410 "creates or uses insecure temporary file. Use 'mkstemp' "
494 "Insecure temporary file creation", "Security",
499 // Check: Any use of 'strcpy' is insecure
    [all...]
  /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/webkit/Tools/Scripts/
prepare-ChangeLog 269 # Pass --insecure because some cygwin installs have no certs we don't
271 my $descriptionLine = `curl --insecure --silent "$bugXMLURL" | grep short_desc`;
    [all...]
  /external/openssh/contrib/redhat/
openssh.spec 138 untrusted hosts over an insecure network. X11 connections and
  /build/core/
main.mk 324 # Set device insecure for non-user builds.

Completed in 2330 milliseconds