Searched refs:rotWords (Results 1 – 1 of 1) sorted by relevance
/external/boringssl/src/ssl/test/runner/hrss/ |
D | hrss.go | 280 func rotWords(out, in *[wordsPerPoly]uint, bits uint) { func 315 func (p *poly3) rotWords(bits uint, in *poly3) { func 316 rotWords(&p.s, &in.s, bits) 317 rotWords(&p.a, &in.a, bits) 338 shifted.rotWords(1<<shift, p) 489 rotWords(&shifted, out, 1<<shift)
|