Searched refs:stm32mp_is_auth_supported (Results 1 – 3 of 3) sorted by relevance
27 bool stm32mp_is_auth_supported(void);
61 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()
562 bool stm32mp_is_auth_supported(void) in stm32mp_is_auth_supported() function