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

  /libcore/crypto/src/main/java/org/conscrypt/
SSLEngineImpl.java 39 private boolean handshake_started = false; field in class:SSLEngineImpl
105 if (!handshake_started) {
106 handshake_started = true;
137 if (handshake_started) {
167 if (handshake_started) {
260 if (handshake_started) {
347 if (!handshake_started || engine_was_shutteddown) {
418 if (!handshake_started) {
586 if (!handshake_started) {
737 if (handshake_started) {
    [all...]
SSLSocketImpl.java 42 private boolean handshake_started = false; field in class:SSLSocketImpl
302 if (handshake_started) {
388 if (!handshake_started) {
456 if (!handshake_started) {
457 handshake_started = true;
549 if (handshake_started) {
584 if (handshake_started) {
602 if (!handshake_started) {
673 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 50 milliseconds