Home
last modified time | relevance | path

Searched refs:Esys_FlushContext_Async (Results 1 – 14 of 14) sorted by relevance

/external/tpm2-tss/src/tss2-esys/api/
DEsys_FlushContext.c65 r = Esys_FlushContext_Async(esysContext, flushHandle); in Esys_FlushContext()
116 Esys_FlushContext_Async( in Esys_FlushContext_Async() function
/external/tpm2-tss/src/tss2-fapi/api/
DFapi_ChangeAuth.c364 r = Esys_FlushContext_Async(context->esys, in Fapi_ChangeAuth_Finish()
381 r = Esys_FlushContext_Async(context->esys, context->loadKey.parent_handle); in Fapi_ChangeAuth_Finish()
DFapi_Unseal.c243 r = Esys_FlushContext_Async(context->esys, command->object->handle); in Fapi_Unseal_Finish()
DFapi_Encrypt.c350 r = Esys_FlushContext_Async(context->esys, in Fapi_Encrypt_Finish()
DFapi_Decrypt.c336 r = Esys_FlushContext_Async(context->esys, in Fapi_Decrypt_Finish()
DFapi_Quote.c378 r = Esys_FlushContext_Async(context->esys, command->handle); in Fapi_Quote_Finish()
DFapi_Provision.c880 r = Esys_FlushContext_Async(context->esys, context->srk_handle); in Fapi_Provision_Finish()
896 r = Esys_FlushContext_Async(context->esys, context->ek_handle); in Fapi_Provision_Finish()
/external/tpm2-tss/lib/
Dtss2-esys.def93 Esys_FlushContext_Async
Dtss2-esys.map91 Esys_FlushContext_Async;
/external/tpm2-tss/src/tss2-fapi/
Dfapi_util.c57 r = Esys_FlushContext_Async(context->esys, handle); in ifapi_flush_object()
971 r = Esys_FlushContext_Async(context->esys, context->session1); in ifapi_cleanup_session()
984 r = Esys_FlushContext_Async(context->esys, context->session2); in ifapi_cleanup_session()
997 r = Esys_FlushContext_Async(context->esys, context->srk_handle); in ifapi_cleanup_session()
2513 r = Esys_FlushContext_Async(context->esys, context->Key_Sign.handle); in ifapi_key_sign()
3090 r = Esys_FlushContext_Async(context->esys, context->loadKey.auth_object.handle); in ifapi_key_create()
Difapi_policy_execute.c489 r = Esys_FlushContext_Async(esys_ctx, current_policy->object_handle); in execute_policy_signed()
648 r = Esys_FlushContext_Async(esys_ctx, current_policy->object_handle); in execute_policy_authorize()
/external/tpm2-tss/test/unit/
Desys-context-null.c1872 r = Esys_FlushContext_Async(NULL, 0); in check_FlushContext()
/external/tpm2-tss/include/tss2/
Dtss2_esys.h2686 Esys_FlushContext_Async(
/external/tpm2-tss/doc/
Ddoxygen.dox313 \fn TSS2_RC Esys_FlushContext_Async(ESYS_CONTEXT *esysContext, ESYS_TR flushHandle)