Change-Id: I55a2ad4495f4e1164af6a8504b035cf658f8b822
Reviewed-on: https://go-review.googlesource.com/34536
Run-TryBot: Mikio Hara <mikioh.mikioh@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Mikio Hara 2016-12-19 16:27:34 +09:00 коммит произвёл Brad Fitzpatrick
Родитель abc3c1b020
Коммит 2b786ab9e9
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -1691,7 +1691,7 @@ sealSSETail64:
MOVO D1, ctr0Store MOVO D1, ctr0Store
sealSSETail64LoopA: sealSSETail64LoopA:
// Perform ChaCha rounds, while hashing the prevsiosly encrypted ciphertext // Perform ChaCha rounds, while hashing the previously encrypted ciphertext
polyAdd(0(oup)) polyAdd(0(oup))
polyMul polyMul
LEAQ 16(oup), oup LEAQ 16(oup), oup
@ -1725,7 +1725,7 @@ sealSSETail128:
MOVO A0, A1; MOVO B0, B1; MOVO C0, C1; MOVO D0, D1; PADDL ·sseIncMask<>(SB), D1; MOVO D1, ctr1Store MOVO A0, A1; MOVO B0, B1; MOVO C0, C1; MOVO D0, D1; PADDL ·sseIncMask<>(SB), D1; MOVO D1, ctr1Store
sealSSETail128LoopA: sealSSETail128LoopA:
// Perform ChaCha rounds, while hashing the prevsiosly encrypted ciphertext // Perform ChaCha rounds, while hashing the previously encrypted ciphertext
polyAdd(0(oup)) polyAdd(0(oup))
polyMul polyMul
LEAQ 16(oup), oup LEAQ 16(oup), oup
@ -1771,7 +1771,7 @@ sealSSETail192:
MOVO A1, A2; MOVO B1, B2; MOVO C1, C2; MOVO D1, D2; PADDL ·sseIncMask<>(SB), D2; MOVO D2, ctr2Store MOVO A1, A2; MOVO B1, B2; MOVO C1, C2; MOVO D1, D2; PADDL ·sseIncMask<>(SB), D2; MOVO D2, ctr2Store
sealSSETail192LoopA: sealSSETail192LoopA:
// Perform ChaCha rounds, while hashing the prevsiosly encrypted ciphertext // Perform ChaCha rounds, while hashing the previously encrypted ciphertext
polyAdd(0(oup)) polyAdd(0(oup))
polyMul polyMul
LEAQ 16(oup), oup LEAQ 16(oup), oup