Searched refs:origresult (Results 1 – 2 of 2) sorted by relevance
137 uint8_t *result = NULL, *origresult = NULL; in test_hmac_prealloc() local150 origresult = result = g_new0(uint8_t, resultlen); in test_hmac_prealloc()161 g_assert(result == origresult); in test_hmac_prealloc()
142 uint8_t *result, *origresult; in test_hash_prealloc() local152 origresult = result = g_new0(uint8_t, resultlen); in test_hash_prealloc()162 g_assert(result == origresult); in test_hash_prealloc()