HomeSort by relevance Sort by last modified time
    Searched full:secure (Results 151 - 175 of 526) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/dropbear/libtomcrypt/notes/
tech0003.txt 45 left undefined and Noekeon should remain. While Noekeon is generally considered a secure block cipher (it is insecure
  /external/dropbear/libtomcrypt/src/prngs/
rng_get_bytes.c 15 portable way to get secure random bits to feed a PRNG (Tom St Denis)
  /frameworks/base/core/java/android/server/
BluetoothA2dpService.java 444 return Settings.Secure.getInt(mContext.getContentResolver(),
445 Settings.Secure.getBluetoothA2dpSinkPriorityKey(device.getAddress()),
455 return Settings.Secure.putInt(mContext.getContentResolver(),
456 Settings.Secure.getBluetoothA2dpSinkPriorityKey(device.getAddress()), priority);
  /frameworks/base/services/java/com/android/server/
BatteryService.java 418 String dischargeThresholdString = Settings.Secure.getString(cr,
419 Settings.Secure.BATTERY_DISCHARGE_THRESHOLD);
420 String durationThresholdString = Settings.Secure.getString(cr,
421 Settings.Secure.BATTERY_DISCHARGE_DURATION_THRESHOLD);
NotificationManagerService.java 380 resolver.registerContentObserver(Settings.Secure.getUriFor(
381 Settings.Secure.ADB_ENABLED), false, this);
393 boolean adbEnabled = Settings.Secure.getInt(resolver,
394 Settings.Secure.ADB_ENABLED, 0) != 0;
439 if (0 == Settings.Secure.getInt(mContext.getContentResolver(),
440 Settings.Secure.DEVICE_PROVISIONED, 0)) {
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
DataConnectionTracker.java 238 Settings.Secure.putInt(phone.getContext().getContentResolver(),
239 Settings.Secure.DATA_ROAMING, enabled ? 1 : 0);
252 return Settings.Secure.getInt(phone.getContext().getContentResolver(),
253 Settings.Secure.DATA_ROAMING) > 0;
  /packages/apps/IM/plugin/com/android/im/plugin/
ImpsConfigNames.java 87 public static final String SECURE_LOGIN = "imps.secure-login";
  /dalvik/libcore/x-net/src/main/java/javax/net/ssl/
SSLSocket.java 26 * The extension of {@code Socket} providing secure protocols like SSL (Secure
  /dalvik/libcore/xml/src/main/java/javax/xml/
XMLConstants.java 165 * <p>Feature for secure processing.</p>
178 public static final String FEATURE_SECURE_PROCESSING = "http://javax.xml.XMLConstants/feature/secure-processing";
  /external/apache-http/src/org/apache/http/conn/
MultihomePlainSocketFactory.java 155 * Checks whether a socket connection is secure.
157 * which are not considered secure.
  /frameworks/base/tests/CoreTests/android/core/
DatabaseSessionCache.java 139 // String sslCache = Settings.Secure.getString(androidContext.getContentResolver(),
140 // Settings.Secure.SSL_SESSION_CACHE);
  /packages/apps/Settings/src/com/android/settings/
ProxySelector.java 225 Settings.Secure.putString(res, Settings.Secure.HTTP_PROXY, hostname);
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/
TransformerFactoryImpl.java 84 * <p>State of secure processing feature.</p>
410 // secure processing?
415 // the secure processing feature.
465 // secure processing?
1035 * Return the state of the secure processing feature.
1037 * @return state of the secure processing feature.
  /external/bluetooth/bluez/rfcomm/
main.c 59 static int secure = 0; variable
506 if (secure)
714 "\t-S, --secure Secure connection\n"
736 { "secure", 0, 0, 'S' },
783 secure = 1;
  /frameworks/base/docs/html/guide/publishing/
app-signing.jd 32 <li><a href="#secure-key">Securing Your Private Key</a></li>
147 data in a secure manner. </li>
320 <p class="warning"><strong>Warning:</strong> Keep your private key secure.
322 <a href="#secure-key">Securing Your Private Key</a> for a discussion of how to keep
323 your key secure and why doing so is critically important to you and to users. In
474 in your command line unless you are working at a secure computer.
481 in your command line unless you are working at a secure computer.
584 <h2 id="secure-key">Securing Your Private Key</h2>
600 keeping your key secure: </p>
616 and storing your key, it will remain secure. </p
    [all...]
  /external/apache-http/src/org/apache/http/impl/client/
DefaultRequestDirector.java 604 boolean secure = createTunnelToTarget(route, context);
606 managedConn.tunnelTarget(secure, this.params);
615 boolean secure = createTunnelToProxy(route, hop, context);
618 secure, this.params); local
657 * @return <code>true</code> if the tunnelled route is secure,
777 // Even if that is secure, the hop to the target may be insecure.
797 * is secure, <code>false</code> otherwise.
    [all...]
  /external/webkit/WebCore/websockets/
WebSocketHandshake.cpp 128 bool WebSocketHandshake::secure() const function in class:WebCore::WebSocketHandshake
133 void WebSocketHandshake::setSecure(bool secure)
135 m_secure = secure;
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PowerUsageDetail.java 211 // check if error reporting is enabled in secure settings
212 int enabled = Settings.Secure.getInt(getContentResolver(),
213 Settings.Secure.SEND_ACTION_APP_ERROR, 0);
  /external/bluetooth/bluez/test/
l2test.c 96 static int secure = 0; variable
263 if (secure)
358 if (secure)
985 if (secure)
1043 "\t[-S] secure connection\n"
1183 secure = 1;
  /external/openssl/android.testssl/
server2.pem 205 subject=/C=US/O=RSA Data Security, Inc./OU=Secure Server Certification Authority
206 issuer= /C=US/O=RSA Data Security, Inc./OU=Secure Server Certification Authority
  /external/openssl/apps/
server.pem 198 subject=/C=US/O=RSA Data Security, Inc./OU=Secure Server Certification Authority
199 issuer= /C=US/O=RSA Data Security, Inc./OU=Secure Server Certification Authority
server2.pem 205 subject=/C=US/O=RSA Data Security, Inc./OU=Secure Server Certification Authority
206 issuer= /C=US/O=RSA Data Security, Inc./OU=Secure Server Certification Authority
  /external/wpa_supplicant_6/wpa_supplicant/
README-WPS 23 not very secure. As such, use of WPS may not be suitable for
24 environments that require secure network access without chance for
  /frameworks/base/services/java/com/android/server/status/
StorageNotification.java 246 final boolean adbOn = 1 == Settings.Secure.getInt(
248 Settings.Secure.ADB_ENABLED,
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
PackageInstallerActivity.java 206 return Settings.Secure.getInt(getContentResolver(),
207 Settings.Secure.INSTALL_NON_MARKET_APPS, 0) > 0;

Completed in 382 milliseconds

1 2 3 4 5 67 8 91011>>