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

  /external/openssl/crypto/bn/
bn.h 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) \ macro
    [all...]
  /external/openssl/include/openssl/
bn.h 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) \ macro
    [all...]

Completed in 36 milliseconds