Searched refs:RecordType (Results 1 - 5 of 5) sorted by relevance

/openjdk10/jdk/src/java.base/share/classes/sun/security/ssl/
H A DCiphertext.java37 RecordType recordType;
48 Ciphertext(RecordType recordType, long recordSN) {
54 static enum RecordType { enum in class:Ciphertext
95 private RecordType(byte contentType, byte handshakeType) { method in class:Ciphertext.RecordType
100 static RecordType valueOf(byte contentType, byte handshakeType) {
H A DSSLEngineOutputRecord.java35 import static sun.security.ssl.Ciphertext.RecordType;
243 return new Ciphertext(RecordType.RECORD_APPLICATION_DATA, recordSN);
262 return new Ciphertext(RecordType.RECORD_ALERT, -1L);
286 return new Ciphertext(RecordType.RECORD_CLIENT_HELLO, -1L);
337 return new Ciphertext(RecordType.RECORD_ALERT, recordSN);
529 return new Ciphertext(RecordType.valueOf(
533 RecordType.RECORD_CHANGE_CIPHER_SPEC, recordSN);
H A DDTLSOutputRecord.java37 import static sun.security.ssl.Ciphertext.RecordType;
211 return new Ciphertext(RecordType.RECORD_APPLICATION_DATA, recordSN);
260 return new Ciphertext(RecordType.RECORD_ALERT, recordSN);
495 return new Ciphertext(RecordType.valueOf(
500 RecordType.RECORD_CHANGE_CIPHER_SPEC, recordSN);
H A DSSLEngineImpl.java1428 Ciphertext.RecordType recordType = ciphertext.recordType;
/openjdk10/jdk/src/java.desktop/share/native/libsplashscreen/giflib/
H A Ddgif_lib.c1108 GifRecordType RecordType; local
1117 if (DGifGetRecordType(GifFile, &RecordType) == GIF_ERROR)
1120 switch (RecordType) {
1206 } while (RecordType != TERMINATE_RECORD_TYPE);

Completed in 103 milliseconds