Static
getStatic
ncpHost-only API to check whether the NCP uses key storage.
false if keys are in classic key storage, and true if they are located in PSA key storage.
Static
restoreuint32_t
uint8_t
Static
restoreRestores tokens. Only for NVM3-based NCP. XXX: If a previous backup from an NVM3 NCP is attempted on a non-NVM3 NCP, it should just fail (LIBRARY_NOT_PRESENT all on token-related functions).
SLStatus status code
Static
saveSecure key storage needs to export the keys first so backup file has them.
EmberTokenData* [IN/OUT]
uint32_t
uint8_t
Static
saveSaves tokens. Only for NVM3-based NCP.
The binary file format to save the tokens are
Number of Tokens (1 byte) Token0 (4 bytes) Token0Size(1 byte) Token0ArraySize(1 byte) Token0Data(Token0Size * Token0ArraySize) : : TokenM (4 bytes) TokenMSize(1 byte) TokenMArraySize(1 byte) TokenMData(TokenMSize * TokenMArraySize)
Used in place of blank restoredEui64
keys
Saved tokens buffer or null.
Static
write
Matcher for Zigbeed tokens.