git: f62c92421c93 - stable/12 - 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:42:10 UTC
The branch stable/12 has been updated by jkim:
URL: https://cgit.FreeBSD.org/src/commit/?id=f62c92421c936535c5a1ac4400145d9d706b836e
commit f62c92421c936535c5a1ac4400145d9d706b836e
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:41:43 +0000
OpenSSL: Regen assembly file for OpenSSSL 1.1.1q
(cherry picked from commit 9576bca5834b3ccfbf7ff7d3b49db9c05c51d44c)
---
secure/lib/libcrypto/i386/aesni-x86.S | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/secure/lib/libcrypto/i386/aesni-x86.S b/secure/lib/libcrypto/i386/aesni-x86.S
index 8506890452f1..acc05d448de1 100644
--- a/secure/lib/libcrypto/i386/aesni-x86.S
+++ b/secure/lib/libcrypto/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