Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dprf.go479 func (h *finishedHash) certificateVerifyInput(context []byte) []byte { func
Dhandshake_client.go1072 input := hs.finishedHash.certificateVerifyInput(serverCertificateVerifyContextTLS13)
1223 input := hs.finishedHash.certificateVerifyInput(clientCertificateVerifyContextTLS13)
1242 channelIDHash.Write(hs.finishedHash.certificateVerifyInput(channelIDContextTLS13))
Dhandshake_server.go981 input := hs.finishedHash.certificateVerifyInput(serverCertificateVerifyContextTLS13)
1145 input := hs.finishedHash.certificateVerifyInput(clientCertificateVerifyContextTLS13)
1165 channelIDHash.Write(hs.finishedHash.certificateVerifyInput(channelIDContextTLS13))