Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dprf.go500 func computePSKBinder(psk []byte, version uint16, label []byte, cipherSuite *cipherSuite, clientHel… func
Dhandshake_client.go2020 …binder := computePSKBinder(psk, version, resumptionPSKBinderLabel, pskCipherSuite, firstClientHell…
Dhandshake_server.go2189 …binder := computePSKBinder(sessionState.masterSecret, version, resumptionPSKBinderLabel, pskCipher…