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

/barrelfish-master/lib/openssl-1.0.0d/crypto/bn/
H A Dbn_shift.c127 bn_correct_top(r);
163 bn_correct_top(r);
217 bn_correct_top(r);
H A Dbn_print.c228 bn_correct_top(ret);
288 bn_correct_top(ret);
H A Dbn_mont.c144 bn_correct_top(r);
242 bn_correct_top(r);
300 bn_correct_top(r);
301 bn_correct_top(ret);
H A Dbn_nist.c413 bn_correct_top(r);
525 bn_correct_top(r);
643 bn_correct_top(r);
768 bn_correct_top(r);
833 bn_correct_top(r);
H A Dbn_div.c402 bn_correct_top(snum);
629 bn_correct_top(snum);
641 bn_correct_top(res);
H A Dbn_lib.c636 bn_correct_top(ret);
753 bn_correct_top(a);
786 bn_correct_top(a);
H A Dbn_add.c259 bn_correct_top(r);
H A Dbn_gf2m.c248 bn_correct_top(r);
350 bn_correct_top(r);
421 bn_correct_top(s);
479 bn_correct_top(s);
H A Dbn_exp.c541 bn_correct_top(b);
558 bn_correct_top(b);
H A Dbn.h680 * - bn_fix_top()s implementation has been moved to bn_correct_top()
681 * - if BN_DEBUG isn't defined, bn_fix_top() maps to bn_correct_top(), and
690 * that manipulates the bignum) it is converted to bn_correct_top(), and if it
748 #define bn_fix_top(a) bn_correct_top(a)
752 #define bn_correct_top(a) \ macro
H A Dbn_mul.c1095 bn_correct_top(rr);
/barrelfish-master/lib/openssl-1.0.0d/engines/
H A De_gmp.c299 bn_correct_top(bn);
/barrelfish-master/include/openssl/
H A Dbn.h680 * - bn_fix_top()s implementation has been moved to bn_correct_top()
681 * - if BN_DEBUG isn't defined, bn_fix_top() maps to bn_correct_top(), and
690 * that manipulates the bignum) it is converted to bn_correct_top(), and if it
748 #define bn_fix_top(a) bn_correct_top(a)
752 #define bn_correct_top(a) \ macro

Completed in 107 milliseconds