Searched refs:quotient (Results 1 – 5 of 5) sorted by relevance
/openssl/test/ |
H A D | bntests.pl | 68 my $quotient = bn($s{'Quotient'}); 74 $b->bmul($quotient); 88 return if $rempassed && $quotient == $a;
|
H A D | bntest.c | 1530 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 D | BN_mod_mul_reciprocal.pod | 43 BN_div_recp() divides B<a> by B<m> using B<recp>. It places the quotient
|
/openssl/crypto/bn/asm/ |
H A D | bn-c64xplus.asm | 193 [!A2] MV B4,A4 ; reassign lo, will be quotient 210 ||[!A1] OR 1,A4,A4 ; quotient
|
/openssl/doc/internal/man3/ |
H A D | OSSL_SAFE_MATH_SIGNED.pod | 54 I.e. it computes the quotient of I<a> and I<b> rounding any remainder towards
|
Completed in 12 milliseconds