]> Cypherpunks repositories - gostls13.git/commit
crypto/internal/fips140/aes/gcm: use aes.EncryptBlockInternal on ppc64x and s390x
authorFilippo Valsorda <filippo@golang.org>
Tue, 17 Dec 2024 16:55:01 +0000 (17:55 +0100)
committerGopher Robot <gobot@golang.org>
Tue, 17 Dec 2024 19:35:53 +0000 (11:35 -0800)
commitb2c0168893a7f27927630198cdf63911374035c3
tree3b41f58add39cc57990fab7e8b2be4ec3c4e7743
parentb9e2ffdcd2520c136c4e98f67f0c714f989d31ab
crypto/internal/fips140/aes/gcm: use aes.EncryptBlockInternal on ppc64x and s390x

Left them out of CL 636775 because I did a search by reference, which
does not span architectures.

Fixes crypto/cipher.TestFIPSServiceIndicator failure on ppc64x and s390x.

For #69536

Change-Id: I34b49705a7099066e8c3871a7a34b394a9298e98
Reviewed-on: https://go-review.googlesource.com/c/go/+/637175
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Roland Shoemaker <roland@golang.org>
Auto-Submit: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Daniel McCarney <daniel@binaryparadox.net>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/crypto/internal/fips140/aes/gcm/gcm_ppc64x.go
src/crypto/internal/fips140/aes/gcm/gcm_s390x.go