var google.golang.org/grpc/credentials.cipherSuiteLookup
5 uses
google.golang.org/grpc/credentials (current package)
go12.go#L27: cipherSuiteLookup[tls.TLS_AES_128_GCM_SHA256] = "TLS_AES_128_GCM_SHA256"
go12.go#L28: cipherSuiteLookup[tls.TLS_AES_256_GCM_SHA384] = "TLS_AES_256_GCM_SHA384"
go12.go#L29: cipherSuiteLookup[tls.TLS_CHACHA20_POLY1305_SHA256] = "TLS_CHACHA20_POLY1305_SHA256"
tls.go#L50: StandardName: cipherSuiteLookup[t.State.CipherSuite],
tls.go#L206: var cipherSuiteLookup = map[uint16]string{
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |