Home
last modified time | relevance | path

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

/src/crypto/openssl/test/
H A Dsafe_math_test.c298 } test_muldiv_ints[] = { variable
319 const int a = test_muldiv_ints[n].a; in test_int_muldiv()
320 const int b = test_muldiv_ints[n].b; in test_int_muldiv()
321 const int c = test_muldiv_ints[n].c; in test_int_muldiv()
326 if (!TEST_int_eq(err, test_muldiv_ints[n].err) in test_int_muldiv()
371 ADD_ALL_TESTS(test_int_muldiv, OSSL_NELEM(test_muldiv_ints)); in setup_tests()