go/src/crypto/rand
Clément Chigot 29907b13db crypto: add AIX operating system
This commit adds AIX operating system to crypto package for ppc64
architecture.

Updates: #25893

Change-Id: I20047ff2fef0051b8b235ec15b064c4a95c2b9c3
Reviewed-on: https://go-review.googlesource.com/c/138722
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2018-10-10 14:55:17 +00:00
..
eagain.go crypto: add AIX operating system 2018-10-10 14:55:17 +00:00
example_test.go
rand.go crypto/rand: warn to stderr if blocked 60+ sec on first Reader.Read call 2018-10-03 22:50:25 +00:00
rand_batched.go crypto/rand: use the new getrandom syscall on FreeBSD 2018-08-22 01:49:02 +00:00
rand_batched_test.go crypto/rand: use the new getrandom syscall on FreeBSD 2018-08-22 01:49:02 +00:00
rand_freebsd.go all: remove unneeded parentheses from package consts and vars 2018-10-06 12:11:53 +00:00
rand_js.go syscall/js: add TypedArrayOf 2018-06-27 20:29:21 +00:00
rand_linux.go crypto/rand: use the new getrandom syscall on FreeBSD 2018-08-22 01:49:02 +00:00
rand_openbsd.go
rand_test.go
rand_unix.go crypto: add AIX operating system 2018-10-10 14:55:17 +00:00
rand_windows.go crypto/rand: warn to stderr if blocked 60+ sec on first Reader.Read call 2018-10-03 22:50:25 +00:00
util.go
util_test.go