Searched refs:prepareCipherSpec (Results 1 – 3 of 3) sorted by relevance
/external/boringssl/src/ssl/test/runner/ |
D | handshake_client.go | 1515 c.in.prepareCipherSpec(c.wireVersion, serverCipher, serverHash) 1516 c.out.prepareCipherSpec(c.wireVersion, clientCipher, clientHash)
|
D | handshake_server.go | 1847 c.in.prepareCipherSpec(c.wireVersion, clientCipher, clientHash) 1848 c.out.prepareCipherSpec(c.wireVersion, serverCipher, serverHash)
|
D | conn.go | 208 func (hc *halfConn) prepareCipherSpec(version uint16, cipher interface{}, mac macFunction) { func
|