OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NO_RENEGOTIATION
(Results
1 - 4
of
4
) sorted by null
/libcore/crypto/src/main/java/org/conscrypt/
AlertProtocol.java
127
* Defines the description code of the
no_renegotiation
alert
129
protected static final byte
NO_RENEGOTIATION
= 100;
253
case
NO_RENEGOTIATION
:
254
return "
no_renegotiation
";
SSLEngineImpl.java
502
case AlertProtocol.
NO_RENEGOTIATION
:
510
"Received
no_renegotiation
"
ClientHandshakeImpl.java
120
sendWarningAlert(AlertProtocol.
NO_RENEGOTIATION
);
ServerHandshakeImpl.java
370
sendWarningAlert(AlertProtocol.
NO_RENEGOTIATION
);
Completed in 146 milliseconds