Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/optee_include/
H A Dtee_client_api.h147 #define TEEC_ERROR_NOT_SUPPORTED 0xFFFF000A macro
/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientApiLib.c343 TeecResult = TEEC_ERROR_NOT_SUPPORTED; in TEEC_OpenSession()
H A DOpteeClientInterface.c804 else if (TeecResult == TEEC_ERROR_NOT_SUPPORTED) in trusty_select_security_level()