Searched refs:parse_bigBN (Results 1 – 1 of 1) sorted by relevance
68 static int parse_bigBN(BIGNUM **out, const char *bn_strings[]) in parse_bigBN() function508 if (!(TEST_true(parse_bigBN(&n, bn1strings)) in test_modexp_mont5()509 && TEST_true(parse_bigBN(&a, bn2strings)))) in test_modexp_mont5()552 if (!(TEST_true(parse_bigBN(&a, ahex)) in test_modexp_mont5()553 && TEST_true(parse_bigBN(&n, nhex)))) in test_modexp_mont5()662 if (!TEST_true(parse_bigBN(&e, ehex)) in test_modexp_mont5()663 || !TEST_true(parse_bigBN(&p, phex)) in test_modexp_mont5()664 || !TEST_true(parse_bigBN(&m, mhex)) in test_modexp_mont5()