OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AlertType
(Results
1 - 3
of
3
) sorted by null
/external/ukey2/src/main/java/com/google/security/cryptauth/lib/securegcm/
Ukey2Handshake.java
610
throwAlertException(Ukey2Alert.
AlertType
.BAD_MESSAGE,
617
Ukey2Alert.
AlertType
.BAD_MESSAGE_TYPE,
624
throwAlertException(Ukey2Alert.
AlertType
.BAD_MESSAGE_DATA,
631
throwAlertException(Ukey2Alert.
AlertType
.BAD_MESSAGE_DATA,
637
throwAlertException(Ukey2Alert.
AlertType
.BAD_VERSION, "ClientInit missing version");
640
throwAlertException(Ukey2Alert.
AlertType
.BAD_VERSION, "ClientInit version mismatch");
646
throwAlertException(Ukey2Alert.
AlertType
.BAD_RANDOM, "ClientInit missing random");
649
throwAlertException(Ukey2Alert.
AlertType
.BAD_RANDOM, "ClientInit has incorrect nonce length");
660
Ukey2Alert.
AlertType
.BAD_HANDSHAKE_CIPHER, "ClientInit is missing cipher commitments");
666
Ukey2Alert.
AlertType
.BAD_HANDSHAKE_CIPHER
[
all
...]
/external/ukey2/src/main/proto/
ukey.proto
37
enum
AlertType
{
62
optional
AlertType
type = 1;
/external/python/cpython2/Mac/Modules/dlg/
dlgsupport.py
29
AlertType
= Type("
AlertType
", "h")
Completed in 192 milliseconds