Searched refs:randomBytes1 (Results 1 – 1 of 1) sorted by relevance
34 TPM2B_DIGEST randomBytes1 = {sizeof (TPM2B_DIGEST) - 2,}; in test_invoke() local39 rc = Tss2_Sys_GetRandom(sapi_context, 0, bytes, &randomBytes1, 0); in test_invoke()49 if(memcmp(&randomBytes1, &randomBytes2, bytes) == 0) { in test_invoke()50 …LOG_ERROR("Comparison FAILED! randomBytes 0x%p & 0x%p are the same.", &randomBytes1, &randomBytes2… in test_invoke()