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) {