var internal/cpu.ARM64
10 uses
internal/cpu (current package)
cpu.go#L75: var ARM64 struct {
crypto/internal/fips140deps/cpu
cpu.go#L21: ARM64HasAES = cpu.ARM64.HasAES
cpu.go#L22: ARM64HasPMULL = cpu.ARM64.HasPMULL
cpu.go#L23: ARM64HasSHA2 = cpu.ARM64.HasSHA2
cpu.go#L24: ARM64HasSHA512 = cpu.ARM64.HasSHA512
cpu.go#L25: ARM64HasSHA3 = cpu.ARM64.HasSHA3
crypto/tls
cipher_suites.go#L372: hasGCMAsmARM64 = cpu.ARM64.HasAES && cpu.ARM64.HasPMULL
runtime
alg.go#L401: if GOARCH == "arm64" && cpu.ARM64.HasAES {
proc.go#L776: arm64HasATOMICS = cpu.ARM64.HasATOMICS
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |