| commit | 0faffc7a30eeb195248ea43056f4848e2a9b1c6d | [log] [tgz] |
|---|---|---|
| author | David Benjamin <davidben@google.com> | Fri Nov 11 14:12:37 2022 +0000 |
| committer | Boringssl LUCI CQ <boringssl-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 11 17:18:40 2022 +0000 |
| tree | 14815657bedf17de1bd3d5797edea7987edc4d93 | |
| parent | 6b785f6e07189d56c3dd15f9de3b7fc9b61f0e31 [diff] |
Fix the comment in ecp_nistz256_ord_sqr_mont to match code and prototype. The counter is accessed as x2, not w2, so this is a uint64_t parameter. Change-Id: I97a5dabc521fc00fc366a67712bc4932b256532f Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/55145 Auto-Submit: David Benjamin <davidben@google.com> Commit-Queue: Bob Beck <bbe@google.com> Reviewed-by: Bob Beck <bbe@google.com>
diff --git a/crypto/fipsmodule/ec/asm/p256-armv8-asm.pl b/crypto/fipsmodule/ec/asm/p256-armv8-asm.pl index 0d628e7..d4e3a7c 100644 --- a/crypto/fipsmodule/ec/asm/p256-armv8-asm.pl +++ b/crypto/fipsmodule/ec/asm/p256-armv8-asm.pl
@@ -1365,7 +1365,7 @@ //////////////////////////////////////////////////////////////////////// // void ecp_nistz256_ord_sqr_mont(uint64_t res[4], uint64_t a[4], -// int rep); +// uint64_t rep); .globl ecp_nistz256_ord_sqr_mont .type ecp_nistz256_ord_sqr_mont,%function .align 4