Lines Matching refs:pttti
106 static uint32_t PassThroughToTPM32(struct pttti *pttti, struct pttto *pttto,
772 struct pttti *pttti = (struct pttti *)TCG_CommandList[idx]; in SendCommand32() local
785 pttti->opblength = size_ptto; in SendCommand32()
789 if (pttti->opblength > size_ptto) { in SendCommand32()
796 rc = PassThroughToTPM32(pttti, in SendCommand32()
864 struct pttti *pttti = (struct pttti*)&_pttti; in _TCG_TPM_Extend() local
867 pttti->ipblength = 8 + 34; in _TCG_TPM_Extend()
868 pttti->reserved = 0; in _TCG_TPM_Extend()
869 pttti->opblength = 4 + 30; in _TCG_TPM_Extend()
870 pttti->reserved2 = 0; in _TCG_TPM_Extend()
879 rc = PassThroughToTPM32(pttti, in _TCG_TPM_Extend()
995 uint32_t PassThroughToTPM32(struct pttti *pttti, struct pttto *pttto, in PassThroughToTPM32() argument
1008 if (pttti->ipblength < 0x8 + 10) { in PassThroughToTPM32()
1015 if (pttti->opblength < 0x4) { in PassThroughToTPM32()
1024 cmd32 = &pttti->tpmoperandin[0]; in PassThroughToTPM32()
1025 resbuflen = pttti->opblength - 4; in PassThroughToTPM32()
1457 PassThroughToTPM32((struct pttti *) in TCGInterruptHandler()