Home
last modified time | relevance | path

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

/src/crypto/openssl/test/
H A Dbntest.c1534 BIGNUM *ret = NULL, *ret2 = NULL, *nnmod = NULL; in file_quotient() local
1544 || !TEST_ptr(nnmod = BN_new())) in file_quotient()
1595 if (!TEST_true(BN_copy(nnmod, remainder)) in file_quotient()
1596 || (BN_is_negative(nnmod) in file_quotient()
1597 && !TEST_true(BN_add(nnmod, nnmod, b))) in file_quotient()
1599 || !equalBN("A % B (non-negative)", nnmod, ret)) in file_quotient()
1611 BN_free(nnmod); in file_quotient()