Searched refs:parse_bigBN (Results 1 – 1 of 1) sorted by relevance
72 static int parse_bigBN(BIGNUM **out, const char *bn_strings[]) in parse_bigBN() function527 if (!(TEST_true(parse_bigBN(&n, bn1strings)) in test_modexp_mont5()528 && TEST_true(parse_bigBN(&a, bn2strings)))) in test_modexp_mont5()571 if (!(TEST_true(parse_bigBN(&a, ahex)) in test_modexp_mont5()572 && TEST_true(parse_bigBN(&n, nhex)))) in test_modexp_mont5()681 if (!TEST_true(parse_bigBN(&e, ehex)) in test_modexp_mont5()682 || !TEST_true(parse_bigBN(&p, phex)) in test_modexp_mont5()683 || !TEST_true(parse_bigBN(&m, mhex)) in test_modexp_mont5()
Completed in 31 milliseconds