Home
last modified time | relevance | path

Searched refs:TEE_ERROR_CANCEL (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/include/optee_include/
H A Dtee_api_defines.h28 #define TEE_ERROR_CANCEL 0xFFFF0002 macro
/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DOpteeClientInterface.c797 if (TeecResult == TEE_ERROR_CANCEL) { in trusty_select_security_level()