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.go1112 statusType uint8 member
1123 m.statusType == m1.statusType &&
1133 if m.statusType == statusTypeOCSP {
1148 x = []byte{typeCertificateStatus, 0, 0, 1, m.statusType}
1160 m.statusType = data[4]
1163 if m.statusType == statusTypeOCSP {
Dhandshake_client.go434 if cs.statusType == statusTypeOCSP {
Dhandshake_server.go532 certStatus.statusType = statusTypeOCSP