What does Synology 'Secure Erase' actually do?

On my DS1812+ with a ST8000NE001, this is what Synology’s “Secure Erase” actually does in the background. The following example is for secure erasing /dev/sde:

/usr/bin/hdparm --user-master u --security-erase synology /dev/erasesde

Notably, it uses the secure erase password synology. So if the process is interrrupted in any way, you might need to unlock your partially secure-erased drive with the password synology.

Also note that Synology does not use enhanced secure erase. See this StackExchange post for a detailed explanation. However, for many modern-ish drives, both methods likely do the same.