Searched refs:otp (Results 1 – 10 of 10) sorted by relevance
| /optee_os/core/pta/rockchip/ |
| H A D | rk_secure_boot.c | 34 static __maybe_unused char *otp_to_string(uint32_t *otp, in otp_to_string() argument 40 otp[0], otp[1], otp[2], otp[3], in otp_to_string() 41 otp[4], otp[5], otp[6], otp[7]); in otp_to_string()
|
| /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()
|