Searched refs:SendClientHelloSessionID (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/boringssl/src/ssl/test/runner/ |
H A D | common.go | 1113 SendClientHelloSessionID []byte member
|
H A D | handshake_client.go | 816 if c.config.Bugs.SendClientHelloSessionID != nil { 817 hello.sessionID = c.config.Bugs.SendClientHelloSessionID
|
H A D | runner.go | 13738 SendClientHelloSessionID: []byte{}, 13749 SendClientHelloSessionID: make([]byte, 16), 13760 SendClientHelloSessionID: make([]byte, 32), 13772 SendClientHelloSessionID: make([]byte, 33), 13785 SendClientHelloSessionID: make([]byte, 33),
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/ |
H A D | common.go | 1102 SendClientHelloSessionID []byte member
|
H A D | handshake_client.go | 812 if c.config.Bugs.SendClientHelloSessionID != nil { 813 hello.sessionID = c.config.Bugs.SendClientHelloSessionID
|
H A D | runner.go | 13594 SendClientHelloSessionID: []byte{}, 13605 SendClientHelloSessionID: make([]byte, 16), 13616 SendClientHelloSessionID: make([]byte, 32), 13628 SendClientHelloSessionID: make([]byte, 33), 13641 SendClientHelloSessionID: make([]byte, 33),
|