Home
last modified time | relevance | path

Searched refs:IFAPI_NV_Cmds (Results 1 – 10 of 10) sorted by relevance

/external/tpm2-tss/src/tss2-fapi/api/
DFapi_NvWrite.c168 IFAPI_NV_Cmds * command = &context->nv_cmd; in Fapi_NvWrite_Async()
176 memset(&context->nv_cmd, 0, sizeof(IFAPI_NV_Cmds)); in Fapi_NvWrite_Async()
248 IFAPI_NV_Cmds * command = &context->nv_cmd; in Fapi_NvWrite_Finish()
DFapi_NvRead.c164 IFAPI_NV_Cmds * command = &context->nv_cmd; in Fapi_NvRead_Async()
170 memset(command, 0, sizeof(IFAPI_NV_Cmds)); in Fapi_NvRead_Async()
242 IFAPI_NV_Cmds *command = &context->nv_cmd; in Fapi_NvRead_Finish()
DFapi_NvIncrement.c155 IFAPI_NV_Cmds * command = &context->nv_cmd; in Fapi_NvIncrement_Async()
162 memset(&context->nv_cmd, 0, sizeof(IFAPI_NV_Cmds)); in Fapi_NvIncrement_Async()
227 IFAPI_NV_Cmds * command = &context->nv_cmd; in Fapi_NvIncrement_Finish()
DFapi_NvSetBits.c162 IFAPI_NV_Cmds * command = &context->nv_cmd; in Fapi_NvSetBits_Async()
169 memset(&context->nv_cmd, 0, sizeof(IFAPI_NV_Cmds)); in Fapi_NvSetBits_Async()
235 IFAPI_NV_Cmds * command = &context->nv_cmd; in Fapi_NvSetBits_Finish()
DFapi_CreateNv.c181 IFAPI_NV_Cmds * nvCmd = &(context->nv_cmd); in Fapi_CreateNv_Async()
195 memset(&context->nv_cmd, 0, sizeof(IFAPI_NV_Cmds)); in Fapi_CreateNv_Async()
273 IFAPI_NV_Cmds * nvCmd = &(context->nv_cmd); in Fapi_CreateNv_Finish()
DFapi_NvExtend.c182 IFAPI_NV_Cmds * command = &context->nv_cmd; in Fapi_NvExtend_Async()
184 memset(command, 0 ,sizeof(IFAPI_NV_Cmds)); in Fapi_NvExtend_Async()
265 IFAPI_NV_Cmds * command = &context->nv_cmd; in Fapi_NvExtend_Finish()
DFapi_WriteAuthorizeNV.c154 IFAPI_NV_Cmds * nvCmd = &context->nv_cmd; in Fapi_WriteAuthorizeNv_Async()
220 IFAPI_NV_Cmds * nvCmd = &context->nv_cmd; in Fapi_WriteAuthorizeNv_Finish()
DFapi_Provision.c249 IFAPI_NV_Cmds * nvCmd = &context->nv_cmd; in Fapi_Provision_Finish()
/external/tpm2-tss/src/tss2-fapi/
Difapi_policy_callbacks.h34 IFAPI_NV_Cmds nv_cmd_state;
35 IFAPI_NV_Cmds nv_cmd_state_sav; /**< backup for state of fapi nv commands */
Dfapi_int.h230 } IFAPI_NV_Cmds; typedef
991 IFAPI_NV_Cmds nv_cmd;