func crypto/cipher.xorBytesARM64

2 uses

	crypto/cipher (current package)
		xor_arm64.go#L20: 	xorBytesARM64(&dst[0], &a[0], &b[0], n)
		xor_arm64.go#L29: func xorBytesARM64(dst, a, b *byte, n int)