Home
last modified time | relevance | path

Searched refs:writeIntPadded (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Dhandshake_client.go1627 writeIntPadded(channelID[0:32], c.config.ChannelID.X)
1628 writeIntPadded(channelID[32:64], c.config.ChannelID.Y)
1629 writeIntPadded(channelID[64:96], r)
1630 writeIntPadded(channelID[96:128], s)
1772 func writeIntPadded(b []byte, x *big.Int) { func
Drunner.go237 writeIntPadded(channelIDBytes[:32], channelIDKey.X)
238 writeIntPadded(channelIDBytes[32:], channelIDKey.Y)