Searched defs:bn_correct_top (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/bn/
H A Dbn.h713 * - 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
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dbn.h713 * - 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
/external/openssl/crypto/bn/
H A Dbn.h713 * - 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
/external/openssl/include/openssl/
H A Dbn.h713 * - 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

Completed in 63 milliseconds