Searched refs:nnmod (Results 1 – 1 of 1) sorted by relevance
1531 BIGNUM *ret = NULL, *ret2 = NULL, *nnmod = NULL; in file_quotient() local1541 || !TEST_ptr(nnmod = BN_new())) in file_quotient()1592 if (!TEST_true(BN_copy(nnmod, remainder)) in file_quotient()1593 || (BN_is_negative(nnmod) in file_quotient()1594 && !TEST_true(BN_add(nnmod, nnmod, b))) in file_quotient()1596 || !equalBN("A % B (non-negative)", nnmod, ret)) in file_quotient()1608 BN_free(nnmod); in file_quotient()
Completed in 9 milliseconds