Home
last modified time | relevance | path

Searched refs:statusType (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Dhandshake_messages.go1620 var statusType byte
1621 if !body.readU8(&statusType) ||
1622 statusType != statusTypeOCSP ||
1667 statusType uint8 member
1677 if m.statusType == statusTypeOCSP {
1685 x = []byte{typeCertificateStatus, 0, 0, 1, m.statusType}
1695 if !reader.readU8(&m.statusType) ||
1696 m.statusType != statusTypeOCSP ||
Dhandshake_client.go1116 if cs.statusType == statusTypeOCSP {
Dhandshake_server.go1570 certStatus.statusType = statusTypeOCSP