Searched refs:bn_fix_top (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/libbcmcrypto/openssl/
H A Dbn.h631 * There is one "API" macro, bn_fix_top(), for stripping leading zeroes from
635 * bn_fix_top() has become an overabused duct-tape because bignum data is
638 * - bn_fix_top()s implementation has been moved to bn_correct_top()
639 * - if BN_DEBUG isn't defined, bn_fix_top() maps to bn_correct_top(), and
644 * - bn_fix_top() maps to bn_check_top() rather than "fixing" anything.
646 * occur. If that occurs in a bn_fix_top(), we examine the code in question; if
647 * the use of bn_fix_top() was appropriate (ie. it follows directly after code
651 * bn_fix_top() macro. External applications and libraries should try this with
700 #define bn_fix_top(a) bn_check_top(a) macro
706 #define bn_fix_top( macro
[all...]
/asus-wl-520gu-7.0.1.45/src/router/shared/bcmcrypto/
H A Dbn.h486 #define bn_fix_top(a) \ macro
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/bcmcrypto/
H A Dbn.h486 #define bn_fix_top(a) \ macro
/asus-wl-520gu-7.0.1.45/src/router/shared.asus/openssl/
H A Dbn.h464 #define bn_fix_top(a) \ macro

Completed in 56 milliseconds