OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
52
boolean
insecure
) {
53
if (
insecure
) {
72
public static SSLSocketFactory getHttpSocketFactory(boolean
insecure
, KeyManager keyManager) {
73
SSLCertificateSocketFactory underlying = getSSLSocketFactory(
insecure
);
78
if (
insecure
) {
/cts/tests/tests/permission/src/android/permission/cts/
FileSystemPermissionTest.java
542
Set<File>
insecure
= getAllInsecureBlockDevicesInDirAndSubdir(new File("/dev"));
local
543
assertTrue("Found
insecure
: " +
insecure
.toString(),
544
insecure
.isEmpty());
/external/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp
296
// Check: Any use of 'gets' is
insecure
.
330
"Call to function 'gets' is extremely
insecure
as it can "
336
// Check: Any use of 'getpwd' is
insecure
.
378
// Check: Any use of 'mktemp' is
insecure
. It is obsoleted by mkstemp().
379
// CWE-377:
Insecure
Temporary File
413
"Potential
insecure
temporary file in call 'mktemp'",
415
"Call to function 'mktemp' is
insecure
as it always "
416
"creates or uses
insecure
temporary file. Use 'mkstemp' "
500
"
Insecure
temporary file creation", "Security",
505
// 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
320
# Set device
insecure
for non-user builds.
Completed in 177 milliseconds