Searched refs:binderToVerify (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/ssl/test/runner/ |
D | handshake_server.go | 527 binderToVerify := hs.clientHello.pskBinders[pskIndex] 528 …if err := verifyPSKBinder(c.wireVersion, hs.clientHello, hs.sessionState, binderToVerify, []byte{}… 702 binderToVerify := newClientHello.pskBinders[pskIndex] 703 …if err := verifyPSKBinder(c.wireVersion, newClientHello, hs.sessionState, binderToVerify, oldClien… 2176 …ion uint16, clientHello *clientHelloMsg, sessionState *sessionState, binderToVerify, firstClientHe… argument 2190 if !bytes.Equal(binder, binderToVerify) {
|