google.golang.org/grpc/credentials/alts/internal/conn.rekeyAEAD.gcmAEAD (field)
8 uses
google.golang.org/grpc/credentials/alts/internal/conn (current package)
aeadrekey.go#L40: gcmAEAD cipher.AEAD
aeadrekey.go#L64: gcmAEAD: nil,
aeadrekey.go#L75: return s.gcmAEAD.Seal(dst, s.nonceBuf, plaintext, additionalData)
aeadrekey.go#L85: return s.gcmAEAD.Open(dst, s.nonceBuf, ciphertext, additionalData)
aeadrekey.go#L92: if s.gcmAEAD != nil && bytes.Equal(newKdfCounter, s.kdfCounter) {
aeadrekey.go#L100: s.gcmAEAD, err = cipher.NewGCM(a)
aeadrekey.go#L116: return s.gcmAEAD.NonceSize()
aeadrekey.go#L121: return s.gcmAEAD.Overhead()
![]() |
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. |