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.go1902 writeIntPadded(channelID[0:32], c.config.ChannelID.X)
1903 writeIntPadded(channelID[32:64], c.config.ChannelID.Y)
1904 writeIntPadded(channelID[64:96], r)
1905 writeIntPadded(channelID[96:128], s)
1986 func writeIntPadded(b []byte, x *big.Int) { func
Drunner.go244 writeIntPadded(channelIDBytes[:32], channelIDKey.X)
245 writeIntPadded(channelIDBytes[32:], channelIDKey.Y)