Searched refs:bn_correct_top (Results 1 - 15 of 15) sorted by relevance

/freebsd-current/crypto/openssl/crypto/bn/
H A Dbn_intern.c185 bn_correct_top(a);
197 bn_correct_top(a);
H A Dbn_conv.c189 bn_correct_top(ret);
260 bn_correct_top(ret);
H A Dbn_shift.c92 bn_correct_top(r);
161 bn_correct_top(r);
H A Dbn_gf2m.c279 bn_correct_top(r);
380 bn_correct_top(r);
448 bn_correct_top(s);
513 bn_correct_top(s);
708 bn_correct_top(b);
720 bn_correct_top(c);
721 bn_correct_top(u);
722 bn_correct_top(v);
H A Dbn_lib.c474 bn_correct_top(ret);
499 bn_correct_top(&temp);
587 bn_correct_top(ret);
722 bn_correct_top(a);
758 bn_correct_top(a);
864 * BN_FLG_FIXED_TOP: indicates that we haven't called bn_correct_top() on
1046 void bn_correct_top(BIGNUM *a) function
H A Dbn_mont.c31 bn_correct_top(r);
168 bn_correct_top(ret);
H A Dbn_div.c233 bn_correct_top(dv);
235 bn_correct_top(rm);
H A Dbn_sqr.c21 bn_correct_top(r);
H A Dbn_nist.c468 bn_correct_top(r);
642 bn_correct_top(r);
875 bn_correct_top(r);
1147 bn_correct_top(r);
1219 bn_correct_top(r);
H A Dbn_mod.c110 bn_correct_top(r);
H A Dbn_exp.c696 bn_correct_top(rr);
705 bn_correct_top(rr);
920 bn_correct_top(&tmp);
1497 bn_correct_top(rr1);
1502 bn_correct_top(rr2);
H A Dbn_mul.c501 bn_correct_top(r);
H A Dbn_local.h150 * - bn_fix_top()s implementation has been moved to bn_correct_top()
151 * - if BN_DEBUG isn't defined, bn_fix_top() maps to bn_correct_top(), and
160 * that manipulates the bignum) it is converted to bn_correct_top(), and if it
173 * bn_correct_top, in other words such vectors are permitted to have zeros
229 # define bn_fix_top(a) bn_correct_top(a)
/freebsd-current/crypto/openssl/include/crypto/
H A Dbn.h20 void bn_correct_top(BIGNUM *a);
66 * is customarily arranged by bn_correct_top. Output from below functions
67 * is not processed with bn_correct_top, and for this reason it may not be
/freebsd-current/crypto/openssl/crypto/rsa/
H A Drsa_ossl.c919 bn_correct_top(r0);
933 bn_correct_top(r0);
964 * It's unfortunate that we have to bn_correct_top(r0). What hopefully
971 bn_correct_top(r0);

Completed in 197 milliseconds