git: 7c83b34ab36e - stable/13 - OpenSSL: Regen assembly files for OpenSSL 1.1.1t
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 07 Feb 2023 22:40:55 UTC
The branch stable/13 has been updated by jkim: URL: https://cgit.FreeBSD.org/src/commit/?id=7c83b34ab36ee2941360a170d4b806df19648947 commit 7c83b34ab36ee2941360a170d4b806df19648947 Author: Jung-uk Kim <jkim@FreeBSD.org> AuthorDate: 2023-02-07 18:55:17 +0000 Commit: Jung-uk Kim <jkim@FreeBSD.org> CommitDate: 2023-02-07 22:39:41 +0000 OpenSSL: Regen assembly files for OpenSSL 1.1.1t (cherry picked from commit f1cf49002dbb0b1976ef1ebd8e689a7825e3e06f) --- sys/crypto/openssl/amd64/e_padlock-x86_64.S | 2 ++ sys/crypto/openssl/i386/e_padlock-x86.S | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/sys/crypto/openssl/amd64/e_padlock-x86_64.S b/sys/crypto/openssl/amd64/e_padlock-x86_64.S index de2866844652..b19cf1d0b2d3 100644 --- a/sys/crypto/openssl/amd64/e_padlock-x86_64.S +++ b/sys/crypto/openssl/amd64/e_padlock-x86_64.S @@ -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 diff --git a/sys/crypto/openssl/i386/e_padlock-x86.S b/sys/crypto/openssl/i386/e_padlock-x86.S index 4ddc50bcaf58..58085b33679b 100644 --- a/sys/crypto/openssl/i386/e_padlock-x86.S +++ b/sys/crypto/openssl/i386/e_padlock-x86.S @@ -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