Searched refs:Unmarshal32 (Results 1 – 1 of 1) sorted by relevance
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/ |
D | TpmFail.c | 141 static BOOL Unmarshal32( in Unmarshal32() function 280 && Unmarshal32(&header.size, &buffer, &size) in TpmFailureMode() 281 && Unmarshal32(&header.code, &buffer, &size))) in TpmFailureMode() 307 || !Unmarshal32(&capability, &buffer, &size) in TpmFailureMode() 309 || !Unmarshal32(&pt, &buffer, &size) in TpmFailureMode() 310 || !Unmarshal32(&count, &buffer, &size)) in TpmFailureMode()
|