Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/cc_mng/
Dmbedtls_cc_mng.c533 apbcConfig->apbcPart[partId].apbcPartBits.accessAllowLock = 0; in mbedtls_mng_apbc_part_config()
538 apbcConfig->apbcPart[partId].apbcPartBits.accessAllowLock = 0; in mbedtls_mng_apbc_part_config()
543 apbcConfig->apbcPart[partId].apbcPartBits.accessAllowLock = 1; in mbedtls_mng_apbc_part_config()
548 apbcConfig->apbcPart[partId].apbcPartBits.accessAllowLock = 0; in mbedtls_mng_apbc_part_config()
553 apbcConfig->apbcPart[partId].apbcPartBits.accessAllowLock = 1; in mbedtls_mng_apbc_part_config()
617 …C_ACCESS_ALLOW_LOCK, regVal, apbcConfig.apbcPart[CC_MNG_APBC_SEC_ID].apbcPartBits.accessAllowLock); in mbedtls_mng_apbc_config_set()
634 …_ACCESS_ALLOW_LOCK, regVal, apbcConfig.apbcPart[CC_MNG_APBC_PRIV_ID].apbcPartBits.accessAllowLock); in mbedtls_mng_apbc_config_set()
651 …_ACCESS_ALLOW_LOCK, regVal, apbcConfig.apbcPart[CC_MNG_APBC_INST_ID].apbcPartBits.accessAllowLock); in mbedtls_mng_apbc_config_set()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/cc_mng/
Dmbedtls_cc_mng.h126 uint8_t accessAllowLock : 1; member