Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/cc3x_lib/
Dmbedtls_cc_sbrt.c64 uint32_t *pCurrRecAddInfo = NULL; in mbedtls_sb_sw_image_store_address_change() local
90pCurrRecAddInfo = pCert + unsignedDataOffsetWords + indexOfAddress*SW_REC_NONE_SIGNED_DATA_SIZE_IN… in mbedtls_sb_sw_image_store_address_change()
91 if (pCurrRecAddInfo < pCert){ in mbedtls_sb_sw_image_store_address_change()
95 …CC_PAL_LOG_DEBUG("current address is 0x%x, new address is 0x%x\n", (CCAddr_t)(*pCurrRecAddInfo), a… in mbedtls_sb_sw_image_store_address_change()
97 UTIL_MemCopy((uint8_t*)pCurrRecAddInfo, (uint8_t*)&address, sizeof(CCAddr_t)); in mbedtls_sb_sw_image_store_address_change()