Searched refs:computePSKBinder (Results 1 – 3 of 3) sorted by relevance
/external/boringssl/src/ssl/test/runner/ |
D | prf.go | 471 func computePSKBinder(psk, label []byte, cipherSuite *cipherSuite, transcript, truncatedHello []byt… func
|
D | handshake_client.go | 1806 …binder := computePSKBinder(psk, resumptionPSKBinderLabel, pskCipherSuite, transcript, truncatedHel…
|
D | handshake_server.go | 2035 …binder := computePSKBinder(sessionState.masterSecret, resumptionPSKBinderLabel, pskCipherSuite, tr…
|