vpaes-[x86_64|ppc].pl: fix typo, which for some reason triggers rkhunter.
This commit is contained in:
parent
cd6bd5ffda
commit
6eebcf3459
@ -154,7 +154,7 @@ Lconsts:
|
|||||||
blr
|
blr
|
||||||
.long 0
|
.long 0
|
||||||
.byte 0,12,0x14,0,0,0,0,0
|
.byte 0,12,0x14,0,0,0,0,0
|
||||||
.asciz "Vector Permutaion AES for AltiVec, Mike Hamburg (Stanford University)"
|
.asciz "Vector Permutation AES for AltiVec, Mike Hamburg (Stanford University)"
|
||||||
.align 6
|
.align 6
|
||||||
___
|
___
|
||||||
|
|
||||||
|
@ -1059,7 +1059,7 @@ _vpaes_consts:
|
|||||||
.Lk_dsbo: # decryption sbox final output
|
.Lk_dsbo: # decryption sbox final output
|
||||||
.quad 0x1387EA537EF94000, 0xC7AA6DB9D4943E2D
|
.quad 0x1387EA537EF94000, 0xC7AA6DB9D4943E2D
|
||||||
.quad 0x12D7560F93441D00, 0xCA4B8159D8C58E9C
|
.quad 0x12D7560F93441D00, 0xCA4B8159D8C58E9C
|
||||||
.asciz "Vector Permutaion AES for x86_64/SSSE3, Mike Hamburg (Stanford University)"
|
.asciz "Vector Permutation AES for x86_64/SSSE3, Mike Hamburg (Stanford University)"
|
||||||
.align 64
|
.align 64
|
||||||
.size _vpaes_consts,.-_vpaes_consts
|
.size _vpaes_consts,.-_vpaes_consts
|
||||||
___
|
___
|
||||||
|
Loading…
x
Reference in New Issue
Block a user