go/src/crypto
root a40404da74 cmd/asm: add KMA and KMCTR instructions on s390x.
This CL is to add assembly instruction mnemonics for the following instructions, mainly used in crypto packages.

 * KMA    - cipher message with authentication
 * KMCTR  - cipher message with counter

Fixes #61163

Change-Id: Iff9a69911aeb4fab4bca8755b23a106eaebb2332
Reviewed-on: https://go-review.googlesource.com/c/go/+/515195
Reviewed-by: Carlos Amedee <carlos@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
2023-09-05 16:41:03 +00:00
..
aes cmd/asm: add KMA and KMCTR instructions on s390x. 2023-09-05 16:41:03 +00:00
boring crypto/internal/boring: update to newer boringcrypto, add arm64 2022-08-18 21:28:09 +00:00
cipher crypto: use bytes.Clone 2022-09-28 03:55:33 +00:00
des crypto/des: test using the public API 2023-08-29 16:49:56 +00:00
dsa
ecdh crypto: document non-determinism of GenerateKey 2023-06-23 16:12:46 +00:00
ecdsa cmd/asm: add KDSA instruction support 2023-08-11 20:48:28 +00:00
ed25519 crypto: document non-determinism of GenerateKey 2023-06-23 16:12:46 +00:00
elliptic crypto: use t.Parallel() to increase speed 2023-04-27 02:00:03 +00:00
hmac all: fix some problematic comments 2023-03-13 16:49:45 +00:00
internal crypto/internal/edwards25519: shorten quick.Check tests in short mode 2023-08-28 17:26:17 +00:00
md5 crypto/md5: optimize amd64 assembly 2023-08-04 16:02:36 +00:00
rand crypto/rand, internal/syscall/unix: use simpler random seed on NetBSD 2023-08-07 00:26:43 +00:00
rc4 crypto/internal/subtle: rename to crypto/internal/alias 2022-08-17 18:46:05 +00:00
rsa all: remove redundant string conversions when formatting []byte with %s 2023-08-22 22:52:37 +00:00
sha1 cmd/asm: add s390x crypto related instructions 2023-08-02 19:58:18 +00:00
sha256 cmd/asm: add s390x crypto related instructions 2023-08-02 19:58:18 +00:00
sha512 cmd/asm: add s390x crypto related instructions 2023-08-02 19:58:18 +00:00
subtle crypto/subtle: don't cast to *uintptr when word size is 0 2023-03-31 23:25:07 +00:00
tls crypto/tls: QUIC: fix panics when processing post-handshake messages 2023-08-25 17:57:53 +00:00
x509 crypto/x509: rename duplicated test 2023-06-23 19:48:23 +00:00
crypto.go all: gofmt main repo 2022-04-11 16:34:30 +00:00
issue21104_test.go