Searched refs:rspParamsSize (Results 1 – 3 of 3) sorted by relevance
26 UINT32 rspParamsSize; in Tss2_Sys_GetRspAuths() local41 memcpy(&rspParamsSize, ctx->rspParamsSize, sizeof(rspParamsSize)); in Tss2_Sys_GetRspAuths()42 offset += BE_TO_HOST_32(rspParamsSize); in Tss2_Sys_GetRspAuths()
46 UINT32 *rspParamsSize; member
89 ctx->rspParamsSize = (UINT32 *)(ctx->cmdBuffer + sizeof(TPM20_Header_Out) + in CommonPreparePrologue()126 ctx->nextData = (UINT8 *)ctx->rspParamsSize - ctx->cmdBuffer; in CommonComplete()