Home
last modified time | relevance | path

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

/optee_os/lib/libutils/ext/
H A Dfault_mitigation.c28 if ((check->res ^ FTMN_DEFAULT_HASH) != res) in ___ftmn_return_res()
36 if ((check->res ^ FTMN_DEFAULT_HASH) != res) in ___ftmn_expect_state()
86 if ((check->res ^ FTMN_DEFAULT_HASH) != res) in ___ftmn_callee_done_check()
94 arg->res = check->res ^ FTMN_DEFAULT_HASH ^ arg->hash; in ___ftmn_callee_done_check()
115 check->res = res ^ FTMN_DEFAULT_HASH; in ___ftmn_copy_linked_call_res()
123 check->res = res ^ FTMN_DEFAULT_HASH; in ___ftmn_set_check_res()
133 check->res = res ^ FTMN_DEFAULT_HASH; in ___ftmn_set_check_res_not_zero()
152 check->res = FTMN_DEFAULT_HASH ^ res; in ___ftmn_set_check_res_memcmp()
/optee_os/lib/libutils/ext/include/
H A Dfault_mitigation.h134 #define FTMN_DEFAULT_HASH 0x9c478bf6UL macro
136 #define FTMN_DEFAULT_HASH 0xc478bf63e9500cb5UL macro
664 assert((ftmn->check.res ^ FTMN_DEFAULT_HASH) == res); in ftmn_expect_state()
693 assert((ftmn->check.res ^ FTMN_DEFAULT_HASH) == res); in ftmn_return_res()