Home
last modified time | relevance | path

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

/Linux-v6.1/crypto/
Dtestmgr.c680 const char *actual_output; in verify_correct_output() local
692 actual_output = page_address(sg_page(sg)) + offset; in verify_correct_output()
693 if (memcmp(expected_output, actual_output, len) != 0) in verify_correct_output()
696 !testmgr_is_poison(actual_output + len, TESTMGR_POISON_LEN)) in verify_correct_output()