Home
last modified time | relevance | path

Searched refs:dataSizeInput (Results 1 – 2 of 2) sorted by relevance

/external/tpm2/
DObject_spt.c952 UINT16 dataSizeInput; in PrivateToSensitive() local
985 result = UINT16_Unmarshal(&dataSizeInput, &buffer, &size); in PrivateToSensitive()
988 if((dataSizeInput + sizeof(UINT16)) != dataSize) in PrivateToSensitive()
1171 UINT16 dataSizeInput; in DuplicateToSensitive() local
1217 result = UINT16_Unmarshal(&dataSizeInput, &buffer, &size); in DuplicateToSensitive()
1220 if((dataSizeInput + sizeof(UINT16)) != dataSize) in DuplicateToSensitive()
Dpart4.txt7829 836 UINT16 dataSizeInput;
7870 877 result = UINT16_Unmarshal(&dataSizeInput, &buffer, &size);
7873 880 if((dataSizeInput + sizeof(UINT16)) != dataSize)
8091 1053 UINT16 dataSizeInput;
8149 1111 result = UINT16_Unmarshal(&dataSizeInput, &buffer, &size);
8152 1114 if((dataSizeInput + sizeof(UINT16)) != dataSize)