Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32mp15_huk.c41 if (stm32_bsec_set_sw_lock(otp_idx) || in stm32mp15_read_uid()
45 if (stm32_bsec_set_sw_lock(otp_idx + 1) || in stm32mp15_read_uid()
49 if (stm32_bsec_set_sw_lock(otp_idx + 2) || in stm32mp15_read_uid()
H A Dstm32_bsec.c537 TEE_Result stm32_bsec_set_sw_lock(uint32_t otp_id) in stm32_bsec_set_sw_lock() function
/optee_os/core/include/drivers/
H A Dstm32_bsec.h124 TEE_Result stm32_bsec_set_sw_lock(uint32_t otp_id);
/optee_os/core/pta/stm32mp/
H A Dbsec_pta.c204 res = stm32_bsec_set_sw_lock(otp_id); in bsec_write_mem()