Searched refs:otp (Results 1 – 9 of 9) sorted by relevance
| /optee_os/core/drivers/ |
| H A D | stm32mp15_huk.c | 56 static TEE_Result stm32mp15_read_otp(uint32_t otp, uint32_t *key, bool *locked) in stm32mp15_read_otp() argument 69 if (stm32_bsec_read_permanent_lock(otp, &tmp)) in stm32mp15_read_otp() 72 if (tmp && stm32_bsec_read_sw_lock(otp, &tmp)) in stm32mp15_read_otp() 76 if (stm32_bsec_shadow_read_otp(key, otp)) in stm32mp15_read_otp()
|
| /optee_os/core/arch/arm/dts/ |
| H A D | stm32mp157a-dk1.dts | 33 st,non-secure-otp; 35 huk_otp: huk-otp@f0 {
|
| H A D | stm32mp157c-dk2.dts | 35 st,non-secure-otp; 37 huk_otp: huk-otp@f0 {
|
| H A D | stm32mp157c-ed1.dts | 128 st,non-secure-otp; 130 huk_otp: huk-otp@f0 {
|
| H A D | stm32mp135f-dk.dts | 70 st,non-secure-otp; 331 st,non-secure-otp-provisioning;
|
| H A D | stm32mp131.dtsi | 394 st,non-secure-otp;
|
| H A D | stm32mp151.dtsi | 435 st,non-secure-otp;
|
| /optee_os/core/pta/k3/ |
| H A D | sub.mk | 1 srcs-$(CFG_K3_OTP_KEYWRITING) += otp.c
|
| /optee_os/core/arch/arm/plat-stm32mp1/ |
| H A D | main.c | 626 uint32_t otp = 0; in get_part_number() local 642 &otp, NULL, &bit_len); in get_part_number() 646 res = stm32_bsec_read_otp(&part_number, otp); in get_part_number()
|