Home
last modified time | relevance | path

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

/openssl/test/
H A Dtest_test.c513 static const char *bn_output_tests[] = { variable
526 if (bn_output_tests[n] != NULL in test_bn_output()
527 && !TEST_true(BN_hex2bn(&b, bn_output_tests[n]))) in test_bn_output()
529 test_output_bignum(bn_output_tests[n], b); in test_bn_output()
574 ADD_ALL_TESTS(test_bn_output, OSSL_NELEM(bn_output_tests)); in setup_tests()

Completed in 1788 milliseconds