Lines Matching refs:esys_context
46 test_esys_policy_nv_undefine_special(ESYS_CONTEXT * esys_context) in test_esys_policy_nv_undefine_special() argument
71 r = Esys_StartAuthSession(esys_context, ESYS_TR_NONE, ESYS_TR_NONE, in test_esys_policy_nv_undefine_special()
78 r = Esys_PolicyAuthValue(esys_context, in test_esys_policy_nv_undefine_special()
86 r = Esys_PolicyCommandCode(esys_context, in test_esys_policy_nv_undefine_special()
95 r = Esys_PolicyGetDigest(esys_context, in test_esys_policy_nv_undefine_special()
128 r = Esys_NV_DefineSpace(esys_context, in test_esys_policy_nv_undefine_special()
158 r = Esys_StartAuthSession(esys_context, ESYS_TR_NONE, ESYS_TR_NONE, in test_esys_policy_nv_undefine_special()
168 r = Esys_TRSess_SetAttributes(esys_context, session, sessionAttributes, 0xFF); in test_esys_policy_nv_undefine_special()
171 r = Esys_StartAuthSession(esys_context, ESYS_TR_NONE, ESYS_TR_NONE, in test_esys_policy_nv_undefine_special()
178 r = Esys_PolicyAuthValue(esys_context, in test_esys_policy_nv_undefine_special()
186 r = Esys_PolicyCommandCode(esys_context, in test_esys_policy_nv_undefine_special()
195 r = Esys_NV_UndefineSpaceSpecial(esys_context, in test_esys_policy_nv_undefine_special()
212 r = Esys_FlushContext(esys_context, sessionTrial); in test_esys_policy_nv_undefine_special()
215 r = Esys_FlushContext(esys_context, session); in test_esys_policy_nv_undefine_special()
218 r = Esys_FlushContext(esys_context, policySession); in test_esys_policy_nv_undefine_special()
227 if (Esys_FlushContext(esys_context, sessionTrial) != TSS2_RC_SUCCESS) { in test_esys_policy_nv_undefine_special()
233 if (Esys_FlushContext(esys_context, session) != TSS2_RC_SUCCESS) { in test_esys_policy_nv_undefine_special()
239 if (Esys_FlushContext(esys_context, policySession) != TSS2_RC_SUCCESS) { in test_esys_policy_nv_undefine_special()
249 test_invoke_esapi(ESYS_CONTEXT * esys_context) { in test_invoke_esapi() argument
250 return test_esys_policy_nv_undefine_special(esys_context); in test_invoke_esapi()