Home
last modified time | relevance | path

Searched refs:Wipe (Results 1 – 14 of 14) sorted by relevance

/openthread-latest/src/core/common/
Dsettings_driver.hpp215 void Wipe(void) in Wipe() function in ot::SettingsDriver
218 mFlash.Wipe(); in Wipe()
Dsettings.cpp221 void Settings::Wipe(void) in Wipe() function in ot::Settings
223 Get<SettingsDriver>().Wipe(); in Wipe()
Dsettings.hpp777 void Wipe(void);
/openthread-latest/tests/nexus/platform/
Dnexus_settings.cpp65 void otPlatSettingsWipe(otInstance *aInstance) { AsNode(aInstance).mSettings.Wipe(); } in otPlatSettingsWipe()
157 void Settings::Wipe(void) { mEntries.Clear(); } in Wipe() function in ot::Nexus::Settings
Dnexus_settings.hpp50 void Wipe(void);
/openthread-latest/src/posix/platform/
Dsettings_file.hpp107 void Wipe(void);
Dsettings_file.cpp305 void SettingsFile::Wipe(void) { VerifyOrDie(0 == ftruncate(mSettingsFd, 0), OT_EXIT_ERROR_ERRNO); } in Wipe() function in ot::Posix::SettingsFile
Dsettings.cpp229 sSettingsFile.Wipe(); in otPlatSettingsWipe()
/openthread-latest/src/core/utils/
Dflash.cpp56 Wipe(); in Init()
298 void Flash::Wipe(void) in Wipe() function in ot::Flash
Dflash.hpp129 void Wipe(void);
/openthread-latest/src/core/instance/
Dinstance.cpp453 Get<Settings>().Wipe(); in FactoryReset()
466 Get<Settings>().Wipe(); in ErasePersistentInfo()
/openthread-latest/tests/unit/
Dtest_flash.cpp160 flash.Wipe(); in TestFlash()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_aes.function36 // Wipe the original context to make sure nothing from it is used
/openthread-latest/third_party/mbedtls/repo/
DChangeLog3020 * Wipe sensitive buffers on the stack in the CTR_DRBG and HMAC_DRBG
3631 * Wipe stack buffer temporarily holding EC private exponent
3924 * Wipe stack buffers in RSA private key operations