Home
last modified time | relevance | path

Searched refs:MaxHandshakeRecordLength (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Ddtls.go124 maxLen := c.config.Bugs.MaxHandshakeRecordLength
267 maxLen := c.config.Bugs.MaxHandshakeRecordLength
Drunner.go515 MaxHandshakeRecordLength: 1,
753 MaxHandshakeRecordLength: 2,
765 MaxHandshakeRecordLength: 2048,
776 MaxHandshakeRecordLength: 2,
878 MaxHandshakeRecordLength: 2,
890 MaxHandshakeRecordLength: 2,
1120 MaxHandshakeRecordLength: 2,
2344 test.config.Bugs.MaxHandshakeRecordLength = maxHandshakeRecordLength
3329 MaxHandshakeRecordLength: 2,
Dconn.go864 …= recordTypeHandshake && c.config.Bugs.MaxHandshakeRecordLength > 0 && m > c.config.Bugs.MaxHandsh…
865 m = c.config.Bugs.MaxHandshakeRecordLength
Dcommon.go485 MaxHandshakeRecordLength int member