Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DSelfTest.h81 const UINT32 dataInOutSize; // size to encrypt/decrypt member
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DAlgorithmTests.c176 mode, test->dataInOutSize, test->dataIn); in TestSymmetricAlgorithm()
179 test->dataInOutSize)) in TestSymmetricAlgorithm()
184 mode, test->dataInOutSize, in TestSymmetricAlgorithm()
187 if(!MemoryEqual(decrypted, test->dataIn, test->dataInOutSize)) in TestSymmetricAlgorithm()