Re: git: e415d255a63c - main - OpenSSL: Regen an assembly file for arm
- In reply to: Jung-uk Kim : "git: e415d255a63c - main - OpenSSL: Regen an assembly file for arm"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Mar 2023 19:22:37 UTC
On 23. 3. 21., Jung-uk Kim wrote:
> The branch main has been updated by jkim:
>
> URL: https://cgit.FreeBSD.org/src/commit/?id=e415d255a63c26cbc5ae1dfc3c1e0ef099ff77e7
>
> commit e415d255a63c26cbc5ae1dfc3c1e0ef099ff77e7
> Author: Jung-uk Kim <jkim@FreeBSD.org>
> AuthorDate: 2023-03-21 19:13:51 +0000
> Commit: Jung-uk Kim <jkim@FreeBSD.org>
> CommitDate: 2023-03-21 19:13:51 +0000
>
> OpenSSL: Regen an assembly file for arm
>
> X-MFC with: af19988f6cd3
X-MFC with: 19a4869d66f5
Sorry for the typo.
Jung-uk Kim
> ---
> sys/crypto/openssl/arm/bsaes-armv7.S | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/sys/crypto/openssl/arm/bsaes-armv7.S b/sys/crypto/openssl/arm/bsaes-armv7.S
> index 8fe75aaf81ca..2e452f75a643 100644
> --- a/sys/crypto/openssl/arm/bsaes-armv7.S
> +++ b/sys/crypto/openssl/arm/bsaes-armv7.S
> @@ -1392,7 +1392,7 @@ bsaes_ctr32_encrypt_blocks:
> .align 2
> add r12, r3, #248
> vld1.8 {q0}, [r8] @ load counter
> - adrl r8, .LREVM0SR @ borrow r8
> + add r8, r6, #.LREVM0SR-.LM0 @ borrow r8
> vldmia r12, {q4} @ load round0 key
> sub sp, #0x10 @ place for adjusted round0 key
> #endif