Home
last modified time | relevance | path

Searched refs:stm32_bsec_shadow_read_otp (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/drivers/
H A Dstm32mp15_huk.c42 stm32_bsec_shadow_read_otp(q++, otp_idx)) in stm32mp15_read_uid()
46 stm32_bsec_shadow_read_otp(q++, otp_idx + 1)) in stm32mp15_read_uid()
50 stm32_bsec_shadow_read_otp(q++, otp_idx + 2)) in stm32mp15_read_uid()
76 if (stm32_bsec_shadow_read_otp(key, otp)) in stm32mp15_read_otp()
H A Dstm32_bsec.c313 TEE_Result stm32_bsec_shadow_read_otp(uint32_t *otp_value, uint32_t otp_id) in stm32_bsec_shadow_read_otp() function
/optee_os/core/include/drivers/
H A Dstm32_bsec.h39 TEE_Result stm32_bsec_shadow_read_otp(uint32_t *value, uint32_t otp_id);
/optee_os/core/pta/stm32mp/
H A Dbsec_pta.c77 res = stm32_bsec_shadow_read_otp(buf, otp_id); in bsec_read_mem()