11.12.3.2.77. Enum sss_type_t¶
Defined in File fsl_sss_api.h
11.12.3.2.77.1. Enum Documentation¶
-
enum
sss_type_t
¶ Cryptographic sub system
Values:
-
kType_SSS_SubSystem_NONE
¶
-
kType_SSS_Software
= ((0x01 << 8) | (0x00))¶ Software based
-
kType_SSS_mbedTLS
= ((kType_SSS_Software) | (0x01))¶
-
kType_SSS_OpenSSL
= ((kType_SSS_Software) | (0x02))¶
-
kType_SSS_HW
= ((0x02 << 8) | (0x00))¶ HOST HW Based
-
kType_SSS_SECO
= ((kType_SSS_HW) | (0x01))¶
-
kType_SSS_Isolated_HW
= ((0x04 << 8) | (0x00))¶ Isolated HW
-
kType_SSS_Sentinel
= ((kType_SSS_Isolated_HW) | (0x01))¶
-
kType_SSS_Sentinel200
= ((kType_SSS_Isolated_HW) | (0x02))¶
-
kType_SSS_Sentinel300
= ((kType_SSS_Isolated_HW) | (0x03))¶
-
kType_SSS_Sentinel400
= ((kType_SSS_Isolated_HW) | (0x04))¶
-
kType_SSS_Sentinel500
= ((kType_SSS_Isolated_HW) | (0x05))¶
-
kType_SSS_SecureElement
= (( 0x08 << 8 ) | ( 0x00 ))¶ Secure Element
-
kType_SSS_SE_A71CH
= ((kType_SSS_SecureElement) | (0x01))¶ To connect to https://www.nxp.com/products/:A71CH
-
kType_SSS_SE_A71CL
= ((kType_SSS_SecureElement) | (0x02))¶
-
kType_SSS_SE_SE05x
= ((kType_SSS_SecureElement) | (0x03))¶ To connect to https://www.nxp.com/products/:SE050
-
kType_SSS_SubSystem_LAST
¶
-