提交 6eebcf34 编写于 作者: A Andy Polyakov

vpaes-[x86_64|ppc].pl: fix typo, which for some reason triggers rkhunter.

上级 cd6bd5ff
...@@ -154,7 +154,7 @@ Lconsts: ...@@ -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: ...@@ -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
___ ___
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册