Home
last modified time | relevance | path

Searched defs:otp (Results 1 – 8 of 8) sorted by relevance

/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/common/
Dtests_hw_access.c150 unsigned int testBurnOtp(unsigned int *otp, unsigned int nextLcs) in testBurnOtp()
236 unsigned int testSetScpInOtpBuff(unsigned int *otp, unsigned char *scpBuff) in testSetScpInOtpBuff()
270 unsigned int testSetKdrInOtpBuff(unsigned int *otp, unsigned char *kdrBuff) in testSetKdrInOtpBuff()
304 unsigned int testSetHbkInOtpBuff(unsigned int *otp, unsigned char *hbkBuff, OtpHbkTypes_t type) in testSetHbkInOtpBuff()
384 unsigned int testSetSecureInOtpBuff(unsigned int *otp, unsigned char enFlag) in testSetSecureInOtpBuff()
Dtests_otp.c237 uint32_t Test_SetHbkInOtpBuff(uint32_t *otp, uint8_t *hbkBuff, OtpHbkTypes_t type) in Test_SetHbkInOtpBuff()
308 uint32_t Test_SetSwVerInOtpBuff(uint32_t *otp, uint32_t offset, uint32_t max_size) in Test_SetSwVerInOtpBuff()
Dtests_hw_access_iot.c243 unsigned int testSetKdrInOtpBuff(unsigned int *otp, unsigned char *kdrBuff) in testSetKdrInOtpBuff()
277 unsigned int testSetHbkInOtpBuff(unsigned int *otp, unsigned char *hbkBuff, OtpHbkTypes_t type) in testSetHbkInOtpBuff()
/trusted-firmware-m-latest/platform/ext/accelerator/cc312/
Dotp_cc312.c473 struct plat_otp_layout_t *otp = get_cc312_otp_ptr(); in check_keys_for_tampering() local
665 struct plat_otp_layout_t *otp = get_cc312_otp_ptr(); in tfm_plat_otp_read() local
797 struct plat_otp_layout_t *otp = get_cc312_otp_ptr(); in otp_write_lcs() local
896 struct plat_otp_layout_t *otp = get_cc312_otp_ptr(); in tfm_plat_otp_write() local
1033 struct plat_otp_layout_t *otp = get_cc312_otp_ptr(); in tfm_plat_otp_get_size() local
/trusted-firmware-m-latest/lib/ext/cryptocell-312-runtime/host/src/tests/proj/cc3x/cc312_r1/
Dtest_proj_otp.c319 uint32_t Test_ProjSetKdrInOtpBuff(uint32_t *otp, uint8_t *kdrBuff) in Test_ProjSetKdrInOtpBuff()
342 uint32_t Test_ProjSetHbkInOtpBuff(uint32_t *otp, in Test_ProjSetHbkInOtpBuff()
577 uint32_t Test_ProjSetSwVerInOtpBuff(uint32_t *otp, uint32_t offset, uint32_t max_size) in Test_ProjSetSwVerInOtpBuff()
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32h5xx/bl2/
Dboot_hal_bl2.c577 __IO uint32_t otp = OTP_KEEP; in boot_platform_init() local
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/bl2/
Dboot_hal_bl2.c593 __IO uint32_t otp = OTP_KEEP; in boot_platform_init() local
/trusted-firmware-m-latest/platform/ext/target/arm/drivers/lcm/
Dlcm_drv.c108 struct lcm_otp_layout_t otp; member