Home
last modified time | relevance | path

Searched refs:TEE_ERROR_TIME_NOT_SET (Results 1 – 4 of 4) sorted by relevance

/optee_os/core/tee/
H A Dtee_time_generic.c34 return TEE_ERROR_TIME_NOT_SET; in tee_time_ta_get_offs()
/optee_os/core/pta/tests/
H A Dfs_htree.c213 return TEE_ERROR_TIME_NOT_SET; in read_block()
393 if (res == TEE_ERROR_TIME_NOT_SET) in htree_test_rewrite()
519 if (res == TEE_ERROR_TIME_NOT_SET) { in test_corrupt_type()
/optee_os/lib/libutee/include/
H A Dtee_api_defines.h131 #define TEE_ERROR_TIME_NOT_SET 0xFFFF5000 macro
/optee_os/lib/libutee/
H A Dtee_api.c673 res != TEE_ERROR_TIME_NOT_SET && in TEE_GetTAPersistentTime()