Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/cc_mng/
Dmbedtls_cc_mng_int.c69 *pLcs = CC_MNG_LCS_CM; in mbedtls_mng_lcsGet()
136 if ((lcs != CC_MNG_LCS_CM) && (isHbkFull != CC_TRUE)) { in mbedtls_mng_swVersionGet()
147 if ((lcs != CC_MNG_LCS_CM) && (isHbkFull == CC_TRUE)) { in mbedtls_mng_swVersionGet()
158 if ((lcs != CC_MNG_LCS_CM) && (isHbkFull == CC_TRUE)) { in mbedtls_mng_swVersionGet()
225 if (lcs == CC_MNG_LCS_CM) { in mbedtls_mng_pubKeyHashGet()
Dmbedtls_cc_mng_int.h27 #define CC_MNG_LCS_CM 0x0 /*! Chip manufacturer (CM LCS). */ macro
Dmbedtls_cc_mng.c414 if ((CC_MNG_LCS_DM != lcsVal) && (CC_MNG_LCS_CM != lcsVal)) { in mbedtls_mng_debug_key_set()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/platform/stage/rt/cc3x/
Dsecureboot_stage_defs.h35 #define CC_BSV_CHIP_MANUFACTURE_LCS CC_MNG_LCS_CM
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/cc3x_productionlib/cmpu/
Dcmpu.c257 if (lcs != CC_MNG_LCS_CM) { in CCProd_Cmpu()