Home
last modified time | relevance | path

Searched refs:BSEC_STATE_SEC_CLOSED (Results 1 – 5 of 5) sorted by relevance

/optee_os/core/include/drivers/
H A Dstm32_bsec.h28 BSEC_STATE_SEC_CLOSED, enumerator
/optee_os/core/drivers/
H A Dstm32mp15_huk.c64 if (state != BSEC_STATE_SEC_CLOSED) { in stm32mp15_read_otp()
H A Dstm32_bsec.c708 *state = BSEC_STATE_SEC_CLOSED; in stm32_bsec_get_state()
/optee_os/core/arch/arm/plat-stm32mp1/
H A Dmain.c438 if (state == BSEC_STATE_SEC_CLOSED && !stm32_rcc_is_secure()) in init_late_stm32mp1_drivers()
529 if (state != BSEC_STATE_SEC_CLOSED && conf) { in init_debug()
/optee_os/core/pta/stm32mp/
H A Dbsec_pta.c247 case BSEC_STATE_SEC_CLOSED: in bsec_pta_state()