type google.golang.org/grpc/credentials/alts/internal/conn.aes128gcm

5 uses

	google.golang.org/grpc/credentials/alts/internal/conn (current package)
		aes128gcm.go#L37: type aes128gcm struct {
		aes128gcm.go#L56: 	return &aes128gcm{
		aes128gcm.go#L68: func (s *aes128gcm) Encrypt(dst, plaintext []byte) ([]byte, error) {
		aes128gcm.go#L89: func (s *aes128gcm) EncryptionOverhead() int {
		aes128gcm.go#L93: func (s *aes128gcm) Decrypt(dst, ciphertext []byte) ([]byte, error) {