Home
last modified time | relevance | path

Searched defs:otpBuf (Results 1 – 4 of 4) sorted by relevance

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/proj/cc3x/cc312_r1/
Dtest_proj_otp.c48 uint32_t Test_ProjSetZeroBitsOtpBuff(uint32_t *otpBuf, uint32_t keyType, uint32_t value) in Test_ProjSetZeroBitsOtpBuff()
86 uint32_t Test_ProjSetNotInUseOtpBuff(uint32_t *otpBuf, uint32_t keyType, uint32_t value) in Test_ProjSetNotInUseOtpBuff()
122 uint32_t Test_ProjSetKeyOtpBuff(uint32_t *otpBuf, uint32_t *keyBuff, uint32_t keyType) in Test_ProjSetKeyOtpBuff()
172 uint32_t Test_ProjBurnOtpPlain(uint32_t *otpBuf, uint32_t nextLcs, OtpChipState_t chipIndication) in Test_ProjBurnOtpPlain()
210 uint32_t Test_ProjBurnOtp(uint32_t *otpBuf, uint32_t nextLcs, OtpChipState_t chipIndication) in Test_ProjBurnOtp()
260 uint32_t Test_ProjBurnDmOtp(uint32_t *otpBuf, OtpChipState_t chipIndication) in Test_ProjBurnDmOtp()
411 uint32_t Test_ProjSetKpicvInOtpBuff(uint32_t *otpBuf, uint8_t *kpicvBuff) in Test_ProjSetKpicvInOtpBuff()
432 uint32_t Test_ProjSetKceicvOtpBuff(uint32_t *otpBuf, uint8_t *kceicvBuff) in Test_ProjSetKceicvOtpBuff()
453 uint32_t Test_ProjSetKcpOtpBuff(uint32_t *otpBuf, uint8_t *kcpBuff) in Test_ProjSetKcpOtpBuff()
474 uint32_t Test_ProjSetKceOtpBuff(uint32_t *otpBuf, uint8_t *kceBuff) in Test_ProjSetKceOtpBuff()
[all …]
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/common/
Dtests_otp.c21 uint32_t Test_SetLcsOtpBuff(uint32_t *otpBuf, uint32_t lcsState) in Test_SetLcsOtpBuff()
58 uint32_t Test_SetNotInUseOtpBuff(uint32_t *otpBuf, uint32_t keyType, uint32_t value) in Test_SetNotInUseOtpBuff()
93 uint32_t Test_SetZeroBitsOtpBuff(uint32_t *otpBuf, uint32_t keyType, uint32_t value) in Test_SetZeroBitsOtpBuff()
132 uint32_t Test_SetKeyOtpBuff(uint32_t *otpBuf, uint32_t *keyBuff, uint32_t keyType) in Test_SetKeyOtpBuff()
193 uint32_t Test_GetKeyOtpBuff(uint32_t *otpBuf, uint32_t keyType, uint32_t *keySizeInWords, uint32_t … in Test_GetKeyOtpBuff()
353 uint32_t Test_BurnOtp(uint32_t *otpBuf, uint32_t nextLcs) in Test_BurnOtp()
Dtests_hw_access_iot.c174 unsigned int testBurnOtp(unsigned int *otpBuf, unsigned int nextLcs) in testBurnOtp()
350 unsigned int testSetKpicvInOtpBuff(unsigned int *otpBuf, unsigned int *kpicvBuff) in testSetKpicvInOtpBuff()
379 unsigned int testSetKceicvOtpBuff(unsigned int *otpBuf, unsigned int *kceicvBuff) in testSetKceicvOtpBuff()
409 unsigned int testSetKcpOtpBuff(unsigned int *otpBuf, unsigned int *kcpBuff) in testSetKcpOtpBuff()
439 unsigned int testSetKceOtpBuff(unsigned int *otpBuf, unsigned int *kceBuff) in testSetKceOtpBuff()
469 unsigned int testSetLcsOtpBuff(unsigned int *otpBuf, unsigned int lcsState) in testSetLcsOtpBuff()
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/integration_cc3x/runtime_integration_test/
Drun_integration_otp.c113 RunItError_t runIt_burnOtp(unsigned int *otpBuf, unsigned int nextLcs) in runIt_burnOtp()