func crypto/tls.CipherSuites
4 uses
crypto/tls (current package)
cipher_suites.go#L56: func CipherSuites() []*CipherSuite {
cipher_suites.go#L103: for _, c := range CipherSuites() {
google.golang.org/grpc/credentials
tls.go#L71: for _, s := range tls.CipherSuites() {
tls.go#L248: for _, cs := range tls.CipherSuites() {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)