Searched refs:STATE_MODE_SET (Results 1 – 2 of 2) sorted by relevance
61 import static org.conscrypt.SSLUtils.EngineStates.STATE_MODE_SET;328 case STATE_MODE_SET: in isHandshakeStarted()372 case STATE_MODE_SET: in beginHandshakeInternal()506 case STATE_MODE_SET: in getHandshakeStatusInternal()630 state = STATE_MODE_SET; in setUseClientMode()698 case STATE_MODE_SET: in unwrap()1346 case STATE_MODE_SET: in wrap()
106 static final int STATE_MODE_SET = 1; field in SSLUtils.EngineStates