Home | History | Annotate | Download | only in bn

Lines Matching defs:bn_correct_top

713  * - bn_fix_top()s implementation has been moved to bn_correct_top()
714 * - if BN_DEBUG isn't defined, bn_fix_top() maps to bn_correct_top(), and
723 * that manipulates the bignum) it is converted to bn_correct_top(), and if it
781 #define bn_fix_top(a) bn_correct_top(a)
785 #define bn_correct_top(a) \