Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/mcux-secure-subsystem/inc/elemu/
Dfsl_sss_config_elemu.h176 typedef uint32_t sss_sscp_key_property_t; typedef
177 #define kSSS_KeyProp_Locked ((sss_sscp_key_property_t)0x80000000u)
178 #define kSSS_KeyProp_SecAccess_NS_USER ((sss_sscp_key_property_t)0x00000000u)
179 #define kSSS_KeyProp_SecAccess_NS_PRIV ((sss_sscp_key_property_t)0x20000000u)
180 #define kSSS_KeyProp_SecAccess_S_USER ((sss_sscp_key_property_t)0x40000000u)
181 #define kSSS_KeyProp_SecAccess_S_PRIV ((sss_sscp_key_property_t)0x60000000u)
182 #define kSSS_KeyProp_TrustedKey ((sss_sscp_key_property_t)0x10000000u)
183 #define kSSS_KeyProp_NoImportExport ((sss_sscp_key_property_t)0x00010000u)
184 #define kSSS_KeyProp_NoPlainRead ((sss_sscp_key_property_t)0x00008000u)
185 #define kSSS_KeyProp_NoPlainWrite ((sss_sscp_key_property_t)0x00004000u)
[all …]