Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/utils/src/dmpu_asset_pkg_util/icv_key_response/lib/
Dmain.c89 uint8_t hbkBuff[HASH_SHA256_DIGEST_SIZE_IN_BYTES]; in generateIcvKeyRespPkg() local
125 hbkBuff, in generateIcvKeyRespPkg()
136 (uint8_t *)hbkBuff, PROD_KEY_TMP_CONTEXT_SIZE, in generateIcvKeyRespPkg()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/cc3x_productionlib/dmpu/
Dcc_dmpu.h73 CCDmpuHbkBuff_t hbkBuff; member
Ddmpu.c36 … (uint8_t *)pDmpuData->hbkBuff.hbk, CC_OTP_HBK1_SIZE_IN_WORDS * CC_32BIT_WORD_SIZE, in CC_PROD_HandleKcp()
80 … (uint8_t *)pDmpuData->hbkBuff.hbk, CC_OTP_HBK1_SIZE_IN_WORDS * CC_32BIT_WORD_SIZE, in CC_PROD_HandleKce()
204 CC_PalMemCopy(hbkBuffForOtp, pDmpuData->hbkBuff.hbk, hbkSizeInWords * CC_32BIT_WORD_SIZE); in CCProd_Dmpu()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/
Drun_integration_otp.h88 RunItError_t runIt_setHbkOtpBuff(uint32_t *otp, uint32_t *hbkBuff, uint8_t isFullHbk);
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/tests/common/
Dtests_hw_access.c304 unsigned int testSetHbkInOtpBuff(unsigned int *otp, unsigned char *hbkBuff, OtpHbkTypes_t type) in testSetHbkInOtpBuff() argument
316 (NULL == hbkBuff)) { in testSetHbkInOtpBuff()
333 …TEST_CONVERT_BYTE_ARR_TO_WORD(&hbkBuff[(hbkStartOffset+i)*sizeof(uint32_t)], otp[otpStartOffset+i]… in testSetHbkInOtpBuff()
Dtests_otp.h60 uint8_t *hbkBuff, //!< [in] hbk value
Dtests_hw_access_iot.c277 unsigned int testSetHbkInOtpBuff(unsigned int *otp, unsigned char *hbkBuff, OtpHbkTypes_t type) in testSetHbkInOtpBuff() argument
287 (NULL == hbkBuff)) { in testSetHbkInOtpBuff()
313 …TEST_CONVERT_BYTE_ARR_TO_WORD(&hbkBuff[(hbkStartOffset+i)*sizeof(uint32_t)], otp[otpStartOffset+i]… in testSetHbkInOtpBuff()
Dtests_otp.c237 uint32_t Test_SetHbkInOtpBuff(uint32_t *otp, uint8_t *hbkBuff, OtpHbkTypes_t type) in Test_SetHbkInOtpBuff() argument
246 if ((NULL == otp) || (NULL == hbkBuff)) in Test_SetHbkInOtpBuff()
281 …TEST_CONVERT_BYTE_ARR_TO_WORD(&hbkBuff[(hbkStartOffset + i) * sizeof(uint32_t)], otp[otpStartOffse… in Test_SetHbkInOtpBuff()
Dtests_hw_access.h231 unsigned int testSetHbkInOtpBuff(unsigned int *otp, unsigned char *hbkBuff, OtpHbkTypes_t type);
Dtests_hw_access_iot.h190 unsigned int testSetHbkInOtpBuff(unsigned int *otp, unsigned char *hbkBuff, OtpHbkTypes_t type);
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/dmpu_integration_test/
Ddmpu_integration_test.c119 memcpy(dmpuData.hbkBuff.hbk, HBK, sizeof(HBK)); in dmpuIt_dmpuTest()
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/tests/proj/cc3x/cc312_r1/
Dtest_proj_otp.c343 uint8_t *hbkBuff, in Test_ProjSetHbkInOtpBuff() argument
355 if ((NULL == otp) || (NULL == hbkBuff)) { in Test_ProjSetHbkInOtpBuff()
386 TEST_CONVERT_BYTE_ARR_TO_WORD(&hbkBuff[(hbkStartOffset + i) * sizeof(uint32_t)], in Test_ProjSetHbkInOtpBuff()
Dtest_proj_otp.h238 uint8_t *hbkBuff,