Home
last modified time | relevance | path

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

/src/crypto/openssl/test/
H A Dparams_test.c569 int expected_res; member
623 if (a.expected_res) in check_int_from_text()
626 return !a.expected_res; in check_int_from_text()
639 if (res ^ a.expected_res) { in check_int_from_text()
642 a.argname, a.strval, a.expected_res, res); in check_int_from_text()
657 return a.expected_res; in check_int_from_text()