Searched refs:CC_OTP_KCE_OFFSET (Results 1 – 5 of 5) sorted by relevance
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/shared/include/proj/cc3x/ |
D | cc_otp_defs.h | 58 #define CC_OTP_KCE_OFFSET 0x1DUL macro
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/tests/proj/cc3x/cc312_r1/ |
D | test_proj_otp.c | 140 keyOffsetInOtp = CC_OTP_KCE_OFFSET; in Test_ProjSetKeyOtpBuff() 483 memcpy((uint8_t *) (otpBuf + CC_OTP_KCE_OFFSET), in Test_ProjSetKceOtpBuff() 487 TEST_CALC_BUFF_ZEROS(&otpBuf[CC_OTP_KCE_OFFSET], CC_OTP_KCE_SIZE_IN_WORDS, zeroCount); in Test_ProjSetKceOtpBuff() 553 keyOffsetInOtp = CC_OTP_KCE_OFFSET; in Test_ProjGetKeyOtpBuff()
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/tests/common/ |
D | tests_hw_access_iot.c | 449 …memcpy((uint8_t *)(otpBuf+CC_OTP_KCE_OFFSET), (uint8_t *)kceBuff, CC_OTP_KCE_SIZE_IN_WORDS*sizeof(… in testSetKceOtpBuff() 451 TEST_CALC_BUFF_ZEROS(&otpBuf[CC_OTP_KCE_OFFSET], CC_OTP_KCE_SIZE_IN_WORDS, zeroCount); in testSetKceOtpBuff()
|
D | tests_otp.c | 158 keyOffsetInOtp = CC_OTP_KCE_OFFSET; in Test_SetKeyOtpBuff() 215 keyOffsetInOtp = CC_OTP_KCE_OFFSET; in Test_GetKeyOtpBuff()
|
/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/host/src/cc3x_productionlib/dmpu/ |
D | dmpu.c | 281 …CC_PROD_OTP_WRITE_VERIFY_WORD_BUFF(CC_OTP_KCE_OFFSET, kceBuffForOtp, CC_OTP_KCE_SIZE_IN_WORDS, err… in CCProd_Dmpu()
|