HomeSort by: relevance | last modified time | path
    Searched refs:parse_bigBN (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
bntest.c 72 static int parse_bigBN(BIGNUM **out, const char *bn_strings[])
527 if (!(TEST_true(parse_bigBN(&n, bn1strings))
528 && TEST_true(parse_bigBN(&a, bn2strings))))
571 if (!(TEST_true(parse_bigBN(&a, ahex))
572 && TEST_true(parse_bigBN(&n, nhex))))
684 if (!TEST_true(parse_bigBN(&e, ehex))
685 || !TEST_true(parse_bigBN(&p, phex))
686 || !TEST_true(parse_bigBN(&m, mhex))
  /src/crypto/external/bsd/openssl/dist/test/
bntest.c 68 static int parse_bigBN(BIGNUM **out, const char *bn_strings[])
508 if (!(TEST_true(parse_bigBN(&n, bn1strings))
509 && TEST_true(parse_bigBN(&a, bn2strings))))
552 if (!(TEST_true(parse_bigBN(&a, ahex))
553 && TEST_true(parse_bigBN(&n, nhex))))
662 if (!TEST_true(parse_bigBN(&e, ehex))
663 || !TEST_true(parse_bigBN(&p, phex))
664 || !TEST_true(parse_bigBN(&m, mhex))
  /src/crypto/external/bsd/openssl.old/dist/test/
bntest.c 72 static int parse_bigBN(BIGNUM **out, const char *bn_strings[])
512 if (!(TEST_true(parse_bigBN(&n, bn1strings))
513 && TEST_true(parse_bigBN(&a, bn2strings))))
556 if (!(TEST_true(parse_bigBN(&a, ahex))
557 && TEST_true(parse_bigBN(&n, nhex))))
666 if (!TEST_true(parse_bigBN(&e, ehex))
667 || !TEST_true(parse_bigBN(&p, phex))
668 || !TEST_true(parse_bigBN(&m, mhex))

Completed in 29 milliseconds