git: 9576bca5834b - main - OpenSSL: Regen assembly file for OpenSSSL 1.1.1q
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Jul 2022 16:08:10 UTC
The branch main has been updated by jkim:
URL: https://cgit.FreeBSD.org/src/commit/?id=9576bca5834b3ccfbf7ff7d3b49db9c05c51d44c
commit 9576bca5834b3ccfbf7ff7d3b49db9c05c51d44c
Author: Jung-uk Kim <jkim@FreeBSD.org>
AuthorDate: 2022-07-05 16:06:50 +0000
Commit: Jung-uk Kim <jkim@FreeBSD.org>
CommitDate: 2022-07-05 16:06:50 +0000
OpenSSL: Regen assembly file for OpenSSSL 1.1.1q
---
sys/crypto/openssl/i386/aesni-x86.S | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/sys/crypto/openssl/i386/aesni-x86.S b/sys/crypto/openssl/i386/aesni-x86.S
index 8506890452f1..acc05d448de1 100644
--- a/sys/crypto/openssl/i386/aesni-x86.S
+++ b/sys/crypto/openssl/i386/aesni-x86.S
@@ -1946,7 +1946,7 @@ aesni_ocb_encrypt:
movdqu %xmm6,-32(%edi,%esi,1)
movdqu %xmm7,-16(%edi,%esi,1)
cmpl %eax,%esi
- jb .L077grandloop
+ jbe .L077grandloop
.L076short:
addl $96,%eax
subl %esi,%eax
@@ -2341,7 +2341,7 @@ aesni_ocb_decrypt:
pxor %xmm7,%xmm1
movdqu %xmm7,-16(%edi,%esi,1)
cmpl %eax,%esi
- jb .L087grandloop
+ jbe .L087grandloop
.L086short:
addl $96,%eax
subl %esi,%eax
@@ -5184,7 +5184,7 @@ aesni_ocb_encrypt:
movdqu %xmm6,-32(%edi,%esi,1)
movdqu %xmm7,-16(%edi,%esi,1)
cmpl %eax,%esi
- jb .L077grandloop
+ jbe .L077grandloop
.L076short:
addl $96,%eax
subl %esi,%eax
@@ -5579,7 +5579,7 @@ aesni_ocb_decrypt:
pxor %xmm7,%xmm1
movdqu %xmm7,-16(%edi,%esi,1)
cmpl %eax,%esi
- jb .L087grandloop
+ jbe .L087grandloop
.L086short:
addl $96,%eax
subl %esi,%eax