Home
last modified time | relevance | path

Searched refs:otp (Results 1 – 9 of 9) sorted by relevance

/optee_os/core/drivers/
H A Dstm32mp15_huk.c56 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 Dstm32mp157a-dk1.dts33 st,non-secure-otp;
35 huk_otp: huk-otp@f0 {
H A Dstm32mp157c-dk2.dts35 st,non-secure-otp;
37 huk_otp: huk-otp@f0 {
H A Dstm32mp157c-ed1.dts128 st,non-secure-otp;
130 huk_otp: huk-otp@f0 {
H A Dstm32mp135f-dk.dts70 st,non-secure-otp;
331 st,non-secure-otp-provisioning;
H A Dstm32mp131.dtsi394 st,non-secure-otp;
H A Dstm32mp151.dtsi435 st,non-secure-otp;
/optee_os/core/pta/k3/
H A Dsub.mk1 srcs-$(CFG_K3_OTP_KEYWRITING) += otp.c
/optee_os/core/arch/arm/plat-stm32mp1/
H A Dmain.c626 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()