func crypto/internal/boring.Unreachable
15 uses
crypto/internal/boring (current package)
notboring.go#L20: func Unreachable() {
crypto/aes
cipher_asm.go#L71: boring.Unreachable()
cipher_asm.go#L85: boring.Unreachable()
crypto/ecdh
nist.go#L106: boring.Unreachable()
nist.go#L203: boring.Unreachable()
crypto/rand
rand_unix.go#L49: boring.Unreachable()
crypto/rsa
rsa.go#L479: boring.Unreachable()
rsa.go#L643: boring.Unreachable()
crypto/sha1
boring.go#L23: func boringUnreachable() { boring.Unreachable() }
crypto/sha256
sha256.go#L180: boring.Unreachable()
sha256.go#L204: boring.Unreachable()
crypto/sha512
sha512.go#L258: boring.Unreachable()
sha512.go#L284: boring.Unreachable()
crypto/tls
cipher_suites.go#L515: boring.Unreachable()
cipher_suites.go#L577: boring.Unreachable()
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |