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

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLEngineImpl.java 40 private boolean handshake_started = false; field in class:SSLEngineImpl
106 if (!handshake_started) {
107 handshake_started = true;
138 if (handshake_started) {
168 if (handshake_started) {
261 if (handshake_started) {
348 if (!handshake_started || engine_was_shutteddown) {
419 if (!handshake_started) {
587 if (!handshake_started) {
738 if (handshake_started) {
    [all...]
SSLSocketImpl.java 42 private boolean handshake_started = false; field in class:SSLSocketImpl
265 if (handshake_started) {
351 if (!handshake_started) {
419 if (!handshake_started) {
420 handshake_started = true;
512 if (handshake_started) {
547 if (handshake_started) {
565 if (!handshake_started) {
636 if (!handshake_started) {
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLServerSocketImplTest.java 591 private boolean handshake_started = false; field in class:SSLServerSocketImplTest.Client
613 if (!handshake_started) {
617 handshake_started = true;
633 return handshake_started;
SSLSocketImplTest.java 584 private boolean handshake_started = false; field in class:SSLSocketImplTest.Server
604 if (!handshake_started) {
607 handshake_started = true;
622 return handshake_started;
    [all...]

Completed in 106 milliseconds