Home
last modified time | relevance | path

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

/openssl/test/
H A Dbntests.pl68 my $quotient = bn($s{'Quotient'});
74 $b->bmul($quotient);
88 return if $rempassed && $quotient == $a;
H A Dbntest.c1530 BIGNUM *a = NULL, *b = NULL, *quotient = NULL, *remainder = NULL; in file_quotient() local
1537 || !TEST_ptr(quotient = getBN(s, "Quotient")) in file_quotient()
1545 || !equalBN("A / B", quotient, ret) in file_quotient()
1547 || !TEST_true(BN_mul(ret, quotient, b, ctx)) in file_quotient()
1574 if (!equalBN ("A / B (word)", quotient, ret)) in file_quotient()
1604 BN_free(quotient); in file_quotient()
/openssl/doc/man3/
H A DBN_mod_mul_reciprocal.pod43 BN_div_recp() divides B<a> by B<m> using B<recp>. It places the quotient
/openssl/crypto/bn/asm/
H A Dbn-c64xplus.asm193 [!A2] MV B4,A4 ; reassign lo, will be quotient
210 ||[!A1] OR 1,A4,A4 ; quotient
/openssl/doc/internal/man3/
H A DOSSL_SAFE_MATH_SIGNED.pod54 I.e. it computes the quotient of I<a> and I<b> rounding any remainder towards

Completed in 26 milliseconds