Home
last modified time | relevance | path

Searched refs:aKeysLength (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/posix/platform/
Dsettings.hpp42 …formSettingsGetSensitiveKeys(otInstance *aInstance, const uint16_t **aKeys, uint16_t *aKeysLength);
Dsettings.cpp235 …tformSettingsGetSensitiveKeys(otInstance *aInstance, const uint16_t **aKeys, uint16_t *aKeysLength) in PlatformSettingsGetSensitiveKeys() argument
240 assert(aKeysLength != nullptr); in PlatformSettingsGetSensitiveKeys()
243 *aKeysLength = sSensitiveKeysLength; in PlatformSettingsGetSensitiveKeys()
/openthread-latest/src/core/common/
Dsettings.cpp573 …d otPlatSettingsSetCriticalKeys(otInstance *aInstance, const uint16_t *aKeys, uint16_t aKeysLength) in otPlatSettingsSetCriticalKeys() argument
577 OT_UNUSED_VARIABLE(aKeysLength); in otPlatSettingsSetCriticalKeys()