Home
last modified time | relevance | path

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

/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/host/src/cc_mng/
Dmbedtls_cc_mng_int.c71 *pLcs = CC_MNG_LCS_DM; in mbedtls_mng_lcsGet()
262 if (lcs == CC_MNG_LCS_DM) { in mbedtls_mng_pubKeyHashGet()
292 if (lcs == CC_MNG_LCS_DM) in mbedtls_mng_pubKeyHashGet()
Dmbedtls_cc_mng_int.h28 #define CC_MNG_LCS_DM 0x1 /*! Device manufacturer (DM LCS). */ macro
Dmbedtls_cc_mng.c170 if ((CC_MNG_LCS_DM != lcsVal) && (CC_MNG_LCS_SEC_ENABLED != lcsVal)) { in mbedtls_mng_pending_rma_status_get()
414 if ((CC_MNG_LCS_DM != lcsVal) && (CC_MNG_LCS_CM != lcsVal)) { in mbedtls_mng_debug_key_set()
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/codesafe/src/secure_boot_debug/platform/stage/rt/cc3x/
Dsecureboot_stage_defs.h36 #define CC_BSV_DEVICE_MANUFACTURE_LCS CC_MNG_LCS_DM
/trusted-firmware-m-3.6.0/lib/ext/cryptocell-312-runtime/host/src/cc3x_productionlib/dmpu/
Ddmpu.c160 if (lcs != CC_MNG_LCS_DM) { in CCProd_Dmpu()