Home
last modified time | relevance | path

Searched refs:is_feat_crypto_supported (Results 1 – 3 of 3) sorted by relevance

/rk3399_ARM-atf/bl2/
H A Dbl2_main.c94 if (is_feat_crypto_supported()) { in bl2_main()
103 if (is_feat_crypto_supported()) { in bl2_main()
/rk3399_ARM-atf/bl1/
H A Dbl1_main.c126 if (is_feat_crypto_supported()) { in PMF_REGISTER_SERVICE()
154 if (is_feat_crypto_supported()) { in PMF_REGISTER_SERVICE()
/rk3399_ARM-atf/include/arch/aarch32/
H A Darch_features.h216 static inline bool is_feat_crypto_supported(void) { return false; } in is_feat_crypto_supported() function