OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:insecure
(Results
1 - 3
of
3
) 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
) {
/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
...]
/build/core/
main.mk
254
# Set device
insecure
for non-user builds.
Completed in 69 milliseconds