Home
last modified time | relevance | path

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

/openbmc/qemu/tests/unit/
H A Dtest-crypto-hmac.c137 uint8_t *result = NULL, *origresult = NULL; in test_hmac_prealloc() local
150 origresult = result = g_new0(uint8_t, resultlen); in test_hmac_prealloc()
161 g_assert(result == origresult); in test_hmac_prealloc()
H A Dtest-crypto-hash.c142 uint8_t *result, *origresult; in test_hash_prealloc() local
152 origresult = result = g_new0(uint8_t, resultlen); in test_hash_prealloc()
162 g_assert(result == origresult); in test_hash_prealloc()