OpenSSL: Regen assembly files for OpenSSL 1.1.1t
This commit is contained in:
parent
fb31345581
commit
f1cf49002d
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user