Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/crypt/include/
H A Dcryp_taf.h99 TEE_Result ta_entry_is_algo_supported(uint32_t param_type, TEE_Param params[4]);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/crypt/
H A Dta_entry.c284 return ta_entry_is_algo_supported(nParamTypes, pParams); in TA_InvokeCommandEntryPoint()
H A Dcryp_taf.c708 TEE_Result ta_entry_is_algo_supported(uint32_t param_type, in ta_entry_is_algo_supported() function