MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / setIntegrityProtectionMode

Method setIntegrityProtectionMode

app/src/Licensing/SimpleCrypt.cpp:129–132  ·  view source on GitHub ↗

* @brief Sets the integrity mode to use when encrypting data. The default mode is */

Source from the content-addressed store, hash-verified

127 * @brief Sets the integrity mode to use when encrypting data. The default mode is
128 */
129void Licensing::SimpleCrypt::setIntegrityProtectionMode(IntegrityProtectionMode mode)
130{
131 m_protectionMode = mode;
132}
133
134//--------------------------------------------------------------------------------------------------
135// Data encryption

Callers 8

KeyVaultMethod · 0.80
nowMethod · 0.80
runClockRewindCheckFunction · 0.80
MachineID.cppFile · 0.80
OfflineLicenseMethod · 0.80
TrialMethod · 0.80
LemonSqueezyMethod · 0.80
CredentialVaultMethod · 0.80

Calls

no outgoing calls

Tested by 1

runClockRewindCheckFunction · 0.64