Home
last modified time | relevance | path

Searched defs:finishedHash (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/boringssl/src/ssl/test/runner/
H A Dprf.go145 …reMasterSecret(version uint16, suite *cipherSuite, preMasterSecret []byte, h finishedHash) []byte {
208 type finishedHash struct { struct
209 suite *cipherSuite
214 hash hash.Hash
217 md5 hash.Hash
220 buffer []byte
222 version uint16
223 wireVersion uint16
224 isDTLS bool
225 prf func(result, secret, label, seed []byte)
[all …]
H A Dhandshake_client.go36 finishedHash finishedHash member
H A Dhandshake_server.go36 finishedHash finishedHash member
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/test/runner/
H A Dprf.go145 …reMasterSecret(version uint16, suite *cipherSuite, preMasterSecret []byte, h finishedHash) []byte {
208 type finishedHash struct { struct
209 suite *cipherSuite
214 hash hash.Hash
217 md5 hash.Hash
220 buffer []byte
222 version uint16
223 wireVersion uint16
224 isDTLS bool
225 prf func(result, secret, label, seed []byte)
[all …]
H A Dhandshake_server.go36 finishedHash finishedHash member
H A Dhandshake_client.go36 finishedHash finishedHash member
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/tls/
Dprf.go168 type finishedHash struct { struct
169 client hash.Hash
170 server hash.Hash
173 clientMD5 hash.Hash
174 serverMD5 hash.Hash
177 buffer []byte
179 version uint16
180 prf func(result, secret, label, seed []byte)
183 func (h *finishedHash) Write(msg []byte) (n int, err error) {
199 func (h finishedHash) Sum() []byte {
[all …]
Dkey_schedule.go103 func (c *cipherSuiteTLS13) finishedHash(baseKey []byte, transcript hash.Hash) []byte { func
Dhandshake_server.go36 finishedHash finishedHash member
Dhandshake_client.go36 finishedHash finishedHash member