Home
last modified time | relevance | path

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

/external/tpm2-tss/src/tss2-fapi/
Dfapi_int.h985 enum _FAPI_FLUSH_STATE flush_object_state; /**< The current state of a flush operation */ member
Dfapi_util.c55 switch (context->flush_object_state) { in ifapi_flush_object()
56 statecase(context->flush_object_state, FLUSH_INIT); in ifapi_flush_object()
61 statecase(context->flush_object_state, WAIT_FOR_FLUSH); in ifapi_flush_object()
68 context->flush_object_state = FLUSH_INIT; in ifapi_flush_object()
71 statecasedefault(context->flush_object_state); in ifapi_flush_object()