Lines Matching refs:ftmn
258 struct ftmn ftmn = { }; in ree_fs_ta_open() local
278 FTMN_CALL_FUNC(res, &ftmn, FTMN_INCR0, shdr_verify_signature, shdr); in ree_fs_ta_open()
326 FTMN_CALL_FUNC(res, &ftmn, FTMN_INCR0, in ree_fs_ta_open()
487 FTMN_CALLEE_DONE_CHECK(&ftmn, FTMN_INCR1, in ree_fs_ta_open()
500 FTMN_SET_CHECK_RES_NOT_ZERO(&ftmn, FTMN_INCR1, res); in ree_fs_ta_open()
501 FTMN_CALLEE_DONE_CHECK(&ftmn, FTMN_INCR1, in ree_fs_ta_open()
696 struct ftmn ftmn = { }; in buf_ta_open() local
702 FTMN_PUSH_LINKED_CALL(&ftmn, FTMN_FUNC_HASH("ree_fs_ta_open")); in buf_ta_open()
705 FTMN_SET_CHECK_RES_FROM_CALL(&ftmn, FTMN_INCR0, res); in buf_ta_open()
706 FTMN_POP_LINKED_CALL(&ftmn); in buf_ta_open()
709 ftmn_checkpoint(&ftmn, FTMN_INCR1); in buf_ta_open()
741 FTMN_PUSH_LINKED_CALL(&ftmn, FTMN_FUNC_HASH("check_digest")); in buf_ta_open()
744 FTMN_SET_CHECK_RES_FROM_CALL(&ftmn, FTMN_INCR0, res); in buf_ta_open()
745 FTMN_POP_LINKED_CALL(&ftmn); in buf_ta_open()
748 ftmn_checkpoint(&ftmn, FTMN_INCR1); in buf_ta_open()
752 return ftmn_return_res(&ftmn, FTMN_STEP_COUNT(2, 2), TEE_SUCCESS); in buf_ta_open()