type google.golang.org/grpc/credentials/alts/internal/conn.ALTSRecordCrypto
6 uses
google.golang.org/grpc/credentials/alts/internal/conn (current package)
aes128gcm.go#L47: func NewAES128GCM(side core.Side, key []byte) (ALTSRecordCrypto, error) {
aes128gcmrekey.go#L56: func NewAES128GCMRekey(side core.Side, key []byte) (ALTSRecordCrypto, error) {
record.go#L33: type ALTSRecordCrypto interface {
record.go#L47: type ALTSRecordFunc func(s core.Side, keyData []byte) (ALTSRecordCrypto, error)
record.go#L84: crypto ALTSRecordCrypto
google.golang.org/grpc/credentials/alts/internal/handshaker
handshaker.go#L58: rekeyRecordProtocolName: func(s core.Side, keyData []byte) (conn.ALTSRecordCrypto, error) {
![]() |
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. |