Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/plat/st/common/
Dstm32mp_trusted_boot.c70 if (!stm32mp_is_closed_device() && !valid) { in copy_hash_from_otp()
77 if (!stm32mp_is_closed_device() && !valid) { in copy_hash_from_otp()
166 if ((res == 0) && !stm32mp_is_closed_device()) { in plat_get_rotpk_info()
Dstm32mp_crypto_lib.c61 if (stm32mp_is_closed_device() || stm32mp_is_auth_supported()) { in crypto_lib_init()
325 if (!stm32mp_is_closed_device() && !stm32mp_is_auth_supported()) { in crypto_verify_signature()
/trusted-firmware-a-latest/plat/st/common/include/
Dstm32mp_common.h26 bool stm32mp_is_closed_device(void);
/trusted-firmware-a-latest/plat/st/stm32mp1/
Dbl2_plat_setup.c321 if (stm32mp_is_closed_device()) { in bl2_el3_plat_arch_setup()
350 if (stm32mp_is_closed_device()) { in bl2_el3_plat_arch_setup()
Dstm32mp1_private.c534 bool stm32mp_is_closed_device(void) in stm32mp_is_closed_device() function