Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dtestmgr.c688 const char *actual_output; in verify_correct_output() local
700 actual_output = page_address(sg_page(sg)) + offset; in verify_correct_output()
701 if (memcmp(expected_output, actual_output, len) != 0) in verify_correct_output()
704 !testmgr_is_poison(actual_output + len, TESTMGR_POISON_LEN)) in verify_correct_output()