Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Ddtls.go130 maxLen := c.config.Bugs.MaxHandshakeRecordLength
270 maxLen := c.config.Bugs.MaxHandshakeRecordLength
Drunner.go1187 MaxHandshakeRecordLength: 1,
1499 MaxHandshakeRecordLength: 2,
1511 MaxHandshakeRecordLength: 2048,
1522 MaxHandshakeRecordLength: 2,
1624 MaxHandshakeRecordLength: 2,
1636 MaxHandshakeRecordLength: 2,
1861 MaxHandshakeRecordLength: 2,
3068 test.config.Bugs.MaxHandshakeRecordLength = 1
4401 MaxHandshakeRecordLength: 2,
Dconn.go892 …= recordTypeHandshake && c.config.Bugs.MaxHandshakeRecordLength > 0 && m > c.config.Bugs.MaxHandsh…
893 m = c.config.Bugs.MaxHandshakeRecordLength
Dcommon.go510 MaxHandshakeRecordLength int member