Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DKdfTestData.h40 #define TEST_KDF_KEY_SIZE 20 macro
42 TPM2B_TYPE(KDF_TEST_KEY, TEST_KDF_KEY_SIZE);
43 TPM2B_KDF_TEST_KEY c_kdfTestKeyIn = {{TEST_KDF_KEY_SIZE, {
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DAlgorithmTests.c707 TEST_KDF_KEY_SIZE * 8, keyOut.t.buffer, in TestKDFa()
709 if ( keyOut.t.size != TEST_KDF_KEY_SIZE in TestKDFa()
711 TEST_KDF_KEY_SIZE)) in TestKDFa()