HomeSort by relevance Sort by last modified time
    Searched refs:bn_fix_top (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/bn/
bn.h 706 * There is one "API" macro, bn_fix_top(), for stripping leading zeroes from
710 * bn_fix_top() has become an overabused duct-tape because bignum data is
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
719 * - bn_fix_top() maps to bn_check_top() rather than "fixing" anything.
721 * occur. If that occurs in a bn_fix_top(), we examine the code in question; if
722 * the use of bn_fix_top() was appropriate (ie. it follows directly after code
726 * bn_fix_top() macro. External applications and libraries should try this with
775 #define bn_fix_top(a) bn_check_top(a) macro
781 #define bn_fix_top(a) bn_correct_top(a macro
    [all...]
  /external/openssl/include/openssl/
bn.h 706 * There is one "API" macro, bn_fix_top(), for stripping leading zeroes from
710 * bn_fix_top() has become an overabused duct-tape because bignum data is
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
719 * - bn_fix_top() maps to bn_check_top() rather than "fixing" anything.
721 * occur. If that occurs in a bn_fix_top(), we examine the code in question; if
722 * the use of bn_fix_top() was appropriate (ie. it follows directly after code
726 * bn_fix_top() macro. External applications and libraries should try this with
775 #define bn_fix_top(a) bn_check_top(a) macro
781 #define bn_fix_top(a) bn_correct_top(a macro
    [all...]

Completed in 18 milliseconds