OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TlsRecord
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/security/src/android/security/cts/
OpenSSLEarlyCCSTest.java
23
import android.security.cts.OpenSSLHeartbleedTest.
TlsRecord
;
87
private
TlsRecord
mFirstRecordReceivedAfterCCSWasInjected;
150
TlsRecord
firstRecordReceivedAfterCCSWasInjected =
394
TlsRecord
record =
TlsRecord
.parse(recordBytes);
414
TlsRecord
record,
450
private static String getRecordInfo(
TlsRecord
record, boolean mayBeEncrypted) {
473
private static String getFragmentInfo(
TlsRecord
record, boolean mayBeEncrypted) {
559
TlsRecord
record, boolean mayBeEncrypted) {
566
private synchronized
TlsRecord
getFirstRecordReceivedAfterCCSWasInjected()
[
all
...]
OpenSSLHeartbleedTest.java
394
TlsRecord
record =
TlsRecord
.parse(recordBytes);
417
TlsRecord
record,
466
TlsRecord
.parse(heartbeatRequestRecordBytes), false));
474
private static String getRecordInfo(
TlsRecord
record, boolean mayBeEncrypted) {
499
private static String getFragmentInfo(
TlsRecord
record, boolean mayBeEncrypted) {
620
public static class
TlsRecord
{
626
public static
TlsRecord
parse(byte[] record) throws IOException {
627
TlsRecord
result = new
TlsRecord
();
[
all
...]
Completed in 33 milliseconds