Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/hrss/
Dhrss.go26 wordsPerPoly = (N + bitsPerWord - 1) / bitsPerWord const
58 s [wordsPerPoly]uint
59 a [wordsPerPoly]uint
63 p.s[wordsPerPoly-1] &= (1 << bitsInLastWord) - 1
64 p.a[wordsPerPoly-1] &= (1 << bitsInLastWord) - 1
274 func cmovWords(out, in *[wordsPerPoly]uint, mov uint) {
280 func rotWords(out, in *[wordsPerPoly]uint, bits uint) {
288 carry := in[wordsPerPoly-1]
295 out[wordsPerPoly-1] = carry
300 func rotBits(out, in *[wordsPerPoly]uint, bits uint) {
[all …]