]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Code Comment Correction
authorzhoulu <zhou.lu1@zte.com.cn>
Thu, 26 Feb 2026 11:58:41 +0000 (19:58 +0800)
committerTomas Mraz <tomas@openssl.org>
Wed, 4 Mar 2026 09:59:03 +0000 (10:59 +0100)
Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Paul Dale <paul.dale@oracle.com>
MergeDate: Wed Mar  4 09:59:09 2026
(Merged from https://github.com/openssl/openssl/pull/30194)

crypto/aes/asm/aes-riscv64-zvbb-zvkg-zvkned.pl

index 5fb2cc33f34c846862df2310b732cd076c39669c..a78b4d2d0398d28bd402c02607b018c9850d5654 100644 (file)
@@ -633,7 +633,7 @@ aes_xts_dec_128:
     @{[aes_128_dec]}
     @{[vxor_vv $V24, $V24, $V28]}
 
-    # store second to last block plaintext
+    # store last block plaintext
     @{[vse32_v $V24, $OUTPUT]}
 
     ret
@@ -697,7 +697,7 @@ aes_xts_dec_256:
     @{[aes_256_dec]}
     @{[vxor_vv $V24, $V24, $V28]}
 
-    # store second to last block plaintext
+    # store last block plaintext
     @{[vse32_v $V24, $OUTPUT]}
 
     ret