 |
Wirepas SDK
|
|
Go to the documentation of this file.
22 #ifndef _APP_SECURESTORAGE_H_
23 #define _APP_SECURESTORAGE_H_
102 size_t * max_amount);
119 const uint8_t * data,
135 #endif //_APP_SECURESTORAGE_H_
@ APP_SECURE_STORAGE_RES_NODRIVER
@ APP_SECURE_STORAGE_RES_INVALID_AREA
@ APP_SECURE_STORAGE_NO_ENCRYPT
app_secure_storage_res_e App_SecureStorage_write(uint32_t area_id, uint32_t tag, const uint8_t *data, size_t len, app_secure_storage_flags_e flags)
Write data to the secure storage area.
app_secure_storage_res_e App_SecureStorage_init(uint32_t area_id)
Initialize secure storage area.
app_secure_storage_res_e App_SecureStorage_check(uint32_t area_id)
Check if secure storage area exists.
app_secure_storage_flags_e
Secure storage option flags.
@ APP_SECURE_STORAGE_RES_PARAM
app_secure_storage_res_e App_SecureStorage_erase(uint32_t area_id)
Erase secure storage area.
@ APP_SECURE_STORAGE_RES_ERROR
@ APP_SECURE_STORAGE_NO_AUTH
@ APP_SECURE_STORAGE_RES_OK
@ APP_SECURE_STORAGE_RES_BUSY
app_secure_storage_res_e App_SecureStorage_delete(uint32_t area_id, uint32_t tag)
Delete data from the secure storage area.
app_secure_storage_res_e App_SecureStorage_read(uint32_t area_id, uint32_t tag, uint8_t *data, size_t *max_amount)
Read data from the secure storage area.
@ APP_SECURE_STORAGE_RES_INVALID_TAG
app_secure_storage_res_e
List of return code.