Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
common.h File Reference

Common definitions of the secure storage subsystem. More...

#include <stdint.h>

Go to the source code of this file.

Macros

#define SECURE_STORAGE_ALL_CREATE_FLAGS
 

Typedefs

typedef uint8_t secure_storage_packed_create_flags_t
 

Detailed Description

Common definitions of the secure storage subsystem.

Macro Definition Documentation

◆ SECURE_STORAGE_ALL_CREATE_FLAGS

#define SECURE_STORAGE_ALL_CREATE_FLAGS
Value:
#define PSA_STORAGE_FLAG_WRITE_ONCE
The data associated with the UID will not be able to be modified or deleted.
Definition storage_common.h:31
#define PSA_STORAGE_FLAG_NO_REPLAY_PROTECTION
The data associated with the UID does not require replay protection.
Definition storage_common.h:35
#define PSA_STORAGE_FLAG_NONE
No flag to pass.
Definition storage_common.h:29
#define PSA_STORAGE_FLAG_NO_CONFIDENTIALITY
The data associated with the UID is public, requiring only integrity.
Definition storage_common.h:33

Typedef Documentation

◆ secure_storage_packed_create_flags_t