mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
Revert "ppc assembly pack: always increment CTR IV as quadword"
The 32 bit counter behaviour is necessary and was intentional.
This reverts commit e9f148c935
.
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8958)
This commit is contained in:
parent
d3136af3c3
commit
2752c8984c
@ -1331,7 +1331,7 @@ Loop_ctr32_enc:
|
||||
addi $idx,$idx,16
|
||||
bdnz Loop_ctr32_enc
|
||||
|
||||
vadduqm $ivec,$ivec,$one
|
||||
vadduwm $ivec,$ivec,$one
|
||||
vmr $dat,$inptail
|
||||
lvx $inptail,0,$inp
|
||||
addi $inp,$inp,16
|
||||
|
Loading…
Reference in New Issue
Block a user