Searched refs:bn_fix_top (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_local.h | 143 * There is one "API" macro, bn_fix_top(), for stripping leading zeroes from 147 * bn_fix_top() has become an overabused duct-tape because bignum data is 150 * - bn_fix_top()s implementation has been moved to bn_correct_top() 151 * - if BN_DEBUG isn't defined, bn_fix_top() maps to bn_correct_top(), and 156 * - bn_fix_top() maps to bn_check_top() rather than "fixing" anything. 158 * occur. If that occurs in a bn_fix_top(), we examine the code in question; if 159 * the use of bn_fix_top() was appropriate (ie. it follows directly after code 163 * bn_fix_top() macro. External applications and libraries should try this with 212 # define bn_fix_top(a) bn_check_top(a) macro 229 # define bn_fix_top( macro [all...] |
/third_party/openssl/crypto/bn/ |
H A D | bn_local.h | 143 * There is one "API" macro, bn_fix_top(), for stripping leading zeroes from 147 * bn_fix_top() has become an overabused duct-tape because bignum data is 150 * - bn_fix_top()s implementation has been moved to bn_correct_top() 151 * - if BN_DEBUG isn't defined, bn_fix_top() maps to bn_correct_top(), and 156 * - bn_fix_top() maps to bn_check_top() rather than "fixing" anything. 158 * occur. If that occurs in a bn_fix_top(), we examine the code in question; if 159 * the use of bn_fix_top() was appropriate (ie. it follows directly after code 163 * bn_fix_top() macro. External applications and libraries should try this with 212 # define bn_fix_top(a) bn_check_top(a) macro 229 # define bn_fix_top( macro [all...] |
Completed in 2 milliseconds