Home
last modified time | relevance | path

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/
Dtest_proj_otp.c148 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/
Dcc_otp_defs.h36 #define CC_OTP_KCEICV_OFFSET 0x0CUL macro
/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/host/src/tests/common/
Dtests_hw_access_iot.c389 …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()
Dtests_otp.c166 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/
Dcmpu.c338 …CC_PROD_OTP_WRITE_VERIFY_WORD_BUFF(CC_OTP_KCEICV_OFFSET, kceicvBuffForOtp, CC_OTP_KCEICV_SIZE_IN_W… in CCProd_Cmpu()