Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dprf.go434 func (h *finishedHash) certificateVerifyInput(context []byte) []byte { func
Dhandshake_client.go822 input := hs.finishedHash.certificateVerifyInput(serverCertificateVerifyContextTLS13)
933 input := hs.finishedHash.certificateVerifyInput(clientCertificateVerifyContextTLS13)
950 channelIDHash.Write(hs.finishedHash.certificateVerifyInput(channelIDContextTLS13))
Dhandshake_server.go847 input := hs.finishedHash.certificateVerifyInput(serverCertificateVerifyContextTLS13)
964 input := hs.finishedHash.certificateVerifyInput(clientCertificateVerifyContextTLS13)
984 channelIDHash.Write(hs.finishedHash.certificateVerifyInput(channelIDContextTLS13))