11.12.3.1.4. Struct _sss_se05x_object¶
Defined in File fsl_sss_se05x_types.h
11.12.3.1.4.1. Struct Documentation¶
-
struct
_sss_se05x_object
¶ An object (secure / non-secure) within a Key Store.
Public Members
-
uint32_t
cipherType
¶ cipherType type from sss_cipher_type_t
-
SE05x_ECCurve_t
curve_id
¶ If this is an ECC Key, the Curve ID of the key
-
uint8_t
isPersistant
¶ Whether this is a persistant or tansient object
-
uint32_t
keyId
¶ Application specific key identifier. The keyId is kept in the key store along with the key data and other properties.
-
sss_se05x_key_store_t *
keyStore
¶ key store holding the data and other properties
-
uint32_t
objectType
¶ The type/part of object is referneced from sss_key_part_t
-
uint32_t