Home
last modified time | relevance | path

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

/third_party/openssl/test/
H A Dbntest.c1504 BIGNUM *ret = NULL, *ret2 = NULL, *nnmod = NULL; in file_quotient() local
1514 || !TEST_ptr(nnmod = BN_new())) in file_quotient()
1565 if (!TEST_true(BN_copy(nnmod, remainder)) in file_quotient()
1566 || (BN_is_negative(nnmod) in file_quotient()
1567 && !TEST_true(BN_add(nnmod, nnmod, b))) in file_quotient()
1569 || !equalBN("A % B (non-negative)", nnmod, ret)) in file_quotient()
1581 BN_free(nnmod); in file_quotient()
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dbn.rs557 pub fn nnmod( in nnmod() functions
1467 remainder.nnmod(&a, &b, &mut cxt).unwrap(); in test_secure_bn_ctx()

Completed in 6 milliseconds