OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:activewritestate
(Results
1 - 1
of
1
) sorted by null
/libcore/crypto/src/main/java/org/conscrypt/
SSLRecordProtocol.java
88
activeReadState,
activeWriteState
, pendingConnectionState;
145
if (
activeWriteState
== null) {
148
int res = 5 +
activeWriteState
.getFragmentSize(data_size);
210
if (
activeWriteState
!= null) {
212
activeWriteState
.encrypt(content_type, fragment, offset, len);
278
if (
activeWriteState
== null) {
286
activeWriteState
.encrypt(ContentType.CHANGE_CIPHER_SPEC,
290
activeWriteState
= pendingConnectionState;
293
logger.println("
activeWriteState
= pendingConnectionState");
475
activeWriteState
= null
[
all
...]
Completed in 47 milliseconds