Searched refs:computePSKBinder (Results 1 – 3 of 3) sorted by relevance
/external/boringssl/src/ssl/test/runner/ |
D | prf.go | 500 func computePSKBinder(psk []byte, version uint16, label []byte, cipherSuite *cipherSuite, clientHel… func
|
D | handshake_client.go | 2020 …binder := computePSKBinder(psk, version, resumptionPSKBinderLabel, pskCipherSuite, firstClientHell…
|
D | handshake_server.go | 2189 …binder := computePSKBinder(sessionState.masterSecret, version, resumptionPSKBinderLabel, pskCipher…
|