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/ |
D | main.c | 89 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/ |
D | cc_dmpu.h | 73 CCDmpuHbkBuff_t hbkBuff; member
|
D | dmpu.c | 36 … (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/ |
D | run_integration_otp.h | 88 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/ |
D | tests_hw_access.c | 304 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()
|
D | tests_otp.h | 60 uint8_t *hbkBuff, //!< [in] hbk value
|
D | tests_hw_access_iot.c | 277 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()
|
D | tests_otp.c | 237 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()
|
D | tests_hw_access.h | 231 unsigned int testSetHbkInOtpBuff(unsigned int *otp, unsigned char *hbkBuff, OtpHbkTypes_t type);
|
D | tests_hw_access_iot.h | 190 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/ |
D | dmpu_integration_test.c | 119 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/ |
D | test_proj_otp.c | 343 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()
|
D | test_proj_otp.h | 238 uint8_t *hbkBuff,
|