Home
last modified time | relevance | path

Searched refs:req_header_from_cxt (Results 1 – 5 of 5) sorted by relevance

/external/tpm2-tss/src/tss2-sys/api/
DTss2_Sys_SetDecryptParam.c43 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()
DTss2_Sys_SetCmdAuths.c44 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()
DTss2_Sys_Execute.c33 HOST_TO_BE_32(req_header_from_cxt(ctx)->commandSize), in Tss2_Sys_ExecuteAsync()
/external/tpm2-tss/src/tss2-sys/
Dsysapi_util.c39 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()
Dsysapi_util.h76 req_header_from_cxt(_TSS2_SYS_CONTEXT_BLOB *ctx) in req_header_from_cxt() function