type google.golang.org/grpc/credentials/alts/internal/conn.aes128gcmRekey
5 uses
google.golang.org/grpc/credentials/alts/internal/conn (current package)
aes128gcmrekey.go#L42: type aes128gcmRekey struct {
aes128gcmrekey.go#L67: return &aes128gcmRekey{
aes128gcmrekey.go#L80: func (s *aes128gcmRekey) Encrypt(dst, plaintext []byte) ([]byte, error) {
aes128gcmrekey.go#L101: func (s *aes128gcmRekey) EncryptionOverhead() int {
aes128gcmrekey.go#L105: func (s *aes128gcmRekey) Decrypt(dst, ciphertext []byte) ([]byte, 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. |