Home
last modified time | relevance | path

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

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/shared/include/cc_mng/
Dmbedtls_cc_mng.h194 CCBool_t isSecModeLock
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/cc_mng/
Dmbedtls_cc_mng.c239 int mbedtls_mng_cc_sec_mode_set(CCBool_t isSecAccessMode, CCBool_t isSecModeLock) in mbedtls_mng_cc_sec_mode_set() argument
249 if((CC_TRUE != isSecModeLock) && (CC_FALSE != isSecModeLock)) { in mbedtls_mng_cc_sec_mode_set()
289 CC_REG_FLD_SET(0, AO_APB_FILTERING, ONLY_SEC_ACCESS_ALLOW_LOCK, regVal, isSecModeLock); in mbedtls_mng_cc_sec_mode_set()