Searched refs:Esys_FlushContext_Async (Results 1 – 14 of 14) sorted by relevance
/external/tpm2-tss/src/tss2-esys/api/ |
D | Esys_FlushContext.c | 65 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/ |
D | Fapi_ChangeAuth.c | 364 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()
|
D | Fapi_Unseal.c | 243 r = Esys_FlushContext_Async(context->esys, command->object->handle); in Fapi_Unseal_Finish()
|
D | Fapi_Encrypt.c | 350 r = Esys_FlushContext_Async(context->esys, in Fapi_Encrypt_Finish()
|
D | Fapi_Decrypt.c | 336 r = Esys_FlushContext_Async(context->esys, in Fapi_Decrypt_Finish()
|
D | Fapi_Quote.c | 378 r = Esys_FlushContext_Async(context->esys, command->handle); in Fapi_Quote_Finish()
|
D | Fapi_Provision.c | 880 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/ |
D | tss2-esys.def | 93 Esys_FlushContext_Async
|
D | tss2-esys.map | 91 Esys_FlushContext_Async;
|
/external/tpm2-tss/src/tss2-fapi/ |
D | fapi_util.c | 57 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()
|
D | ifapi_policy_execute.c | 489 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/ |
D | esys-context-null.c | 1872 r = Esys_FlushContext_Async(NULL, 0); in check_FlushContext()
|
/external/tpm2-tss/include/tss2/ |
D | tss2_esys.h | 2686 Esys_FlushContext_Async(
|
/external/tpm2-tss/doc/ |
D | doxygen.dox | 313 \fn TSS2_RC Esys_FlushContext_Async(ESYS_CONTEXT *esysContext, ESYS_TR flushHandle)
|