Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dprf.go463 func (h *finishedHash) certificateVerifyInput(context []byte) []byte { func
Dhandshake_client.go998 input := hs.finishedHash.certificateVerifyInput(serverCertificateVerifyContextTLS13)
1124 input := hs.finishedHash.certificateVerifyInput(clientCertificateVerifyContextTLS13)
1143 channelIDHash.Write(hs.finishedHash.certificateVerifyInput(channelIDContextTLS13))
Dhandshake_server.go960 input := hs.finishedHash.certificateVerifyInput(serverCertificateVerifyContextTLS13)
1101 input := hs.finishedHash.certificateVerifyInput(clientCertificateVerifyContextTLS13)
1121 channelIDHash.Write(hs.finishedHash.certificateVerifyInput(channelIDContextTLS13))