Searched refs:CC_OTP_KCEICV_OFFSET (Results 1 – 5 of 5) sorted by relevance
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/tests/proj/cc3x/cc312_r1/ |
D | test_proj_otp.c | 148 keyOffsetInOtp = CC_OTP_KCEICV_OFFSET; in Test_ProjSetKeyOtpBuff() 288 Test_ProjWriteOtpField(CC_OTP_KCEICV_OFFSET, in Test_ProjBurnDmOtp() 290 &otpBuf[CC_OTP_KCEICV_OFFSET]); in Test_ProjBurnDmOtp() 441 memcpy((uint8_t *) (otpBuf + CC_OTP_KCEICV_OFFSET), in Test_ProjSetKceicvOtpBuff() 445 TEST_CALC_BUFF_ZEROS(&otpBuf[CC_OTP_KCEICV_OFFSET], CC_OTP_KCEICV_SIZE_IN_WORDS, zeroCount); in Test_ProjSetKceicvOtpBuff() 561 keyOffsetInOtp = CC_OTP_KCEICV_OFFSET; in Test_ProjGetKeyOtpBuff()
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/shared/include/proj/cc3x/ |
D | cc_otp_defs.h | 36 #define CC_OTP_KCEICV_OFFSET 0x0CUL macro
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/tests/common/ |
D | tests_hw_access_iot.c | 389 …memcpy((uint8_t *)(otpBuf+CC_OTP_KCEICV_OFFSET), (uint8_t *)kceicvBuff, CC_OTP_KCEICV_SIZE_IN_WORD… in testSetKceicvOtpBuff() 391 TEST_CALC_BUFF_ZEROS(&otpBuf[CC_OTP_KCEICV_OFFSET], CC_OTP_KCEICV_SIZE_IN_WORDS, zeroCount); in testSetKceicvOtpBuff()
|
D | tests_otp.c | 166 keyOffsetInOtp = CC_OTP_KCEICV_OFFSET; in Test_SetKeyOtpBuff() 223 keyOffsetInOtp = CC_OTP_KCEICV_OFFSET; in Test_GetKeyOtpBuff()
|
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/cc3x_productionlib/cmpu/ |
D | cmpu.c | 338 …CC_PROD_OTP_WRITE_VERIFY_WORD_BUFF(CC_OTP_KCEICV_OFFSET, kceicvBuffForOtp, CC_OTP_KCEICV_SIZE_IN_W… in CCProd_Cmpu()
|