Searched refs:req_header_from_cxt (Results 1 – 5 of 5) sorted by relevance
43 if (BE_TO_HOST_32(req_header_from_cxt(ctx)->commandSize) + in Tss2_Sys_SetDecryptParam()69 command_size = BE_TO_HOST_32(req_header_from_cxt(ctx)->commandSize); in Tss2_Sys_SetDecryptParam()71 req_header_from_cxt(ctx)->commandSize = HOST_TO_BE_32(command_size); in Tss2_Sys_SetDecryptParam()
44 req_header_from_cxt(ctx)->tag = HOST_TO_BE_16(TPM2_ST_SESSIONS); in Tss2_Sys_SetCmdAuths()57 newCmdSize += BE_TO_HOST_32(req_header_from_cxt(ctx)->commandSize); in Tss2_Sys_SetCmdAuths()91 req_header_from_cxt(ctx)->commandSize = HOST_TO_BE_32(newCmdSize); in Tss2_Sys_SetCmdAuths()
33 HOST_TO_BE_32(req_header_from_cxt(ctx)->commandSize), in Tss2_Sys_ExecuteAsync()
39 return BE_TO_HOST_32(req_header_from_cxt(ctx)->commandSize); in GetCommandSize()57 req_header_from_cxt(ctx)->commandCode = HOST_TO_BE_32(commandCode); in CopyCommandHeader()101 req_header_from_cxt(ctx)->commandSize = HOST_TO_BE_32(ctx->nextData); in CommonPrepareEpilogue()
76 req_header_from_cxt(_TSS2_SYS_CONTEXT_BLOB *ctx) in req_header_from_cxt() function