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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue