OpenSSL: Regen assembly files for OpenSSL 1.1.1t

This commit is contained in:
Jung-uk Kim 2023-02-07 13:55:17 -05:00
parent fb31345581
commit f1cf49002d
2 changed files with 6 additions and 0 deletions

View file

@ -45,6 +45,8 @@ padlock_capability:
.align 16
padlock_key_bswap:
movl 240(%rdi),%edx
incl %edx
shll $2,%edx
.Lbswap_loop:
movl (%rdi),%eax
bswapl %eax

View file

@ -69,6 +69,8 @@ padlock_key_bswap:
.L_padlock_key_bswap_begin:
movl 4(%esp),%edx
movl 240(%edx),%ecx
incl %ecx
shll $2,%ecx
.L003bswap_loop:
movl (%edx),%eax
bswap %eax
@ -1109,6 +1111,8 @@ padlock_key_bswap:
.L_padlock_key_bswap_begin:
movl 4(%esp),%edx
movl 240(%edx),%ecx
incl %ecx
shll $2,%ecx
.L003bswap_loop:
movl (%edx),%eax
bswap %eax