Searched defs:bn_check_top (Results 1 - 2 of 2) sorted by relevance

/external/openssl/crypto/bn/
H A Dbn.h714 * "internal" macro, bn_check_top(), for verifying that there are no leading
721 * bn_check_top() is as before.
723 * - bn_check_top() tries to pollute unused words even if the bignum 'top' is
725 * - bn_fix_top() maps to bn_check_top() rather than "fixing" anything.
730 * was not appropriate, we convert it permanently to bn_check_top() and track
771 #define bn_check_top(a) \ macro
781 #define bn_fix_top(a) bn_check_top(a)
793 #define bn_check_top(a) macro
/external/openssl/include/openssl/
H A Dbn.h714 * "internal" macro, bn_check_top(), for verifying that there are no leading
721 * bn_check_top() is as before.
723 * - bn_check_top() tries to pollute unused words even if the bignum 'top' is
725 * - bn_fix_top() maps to bn_check_top() rather than "fixing" anything.
730 * was not appropriate, we convert it permanently to bn_check_top() and track
771 #define bn_check_top(a) \ macro
781 #define bn_fix_top(a) bn_check_top(a)
793 #define bn_check_top(a) macro

Completed in 239 milliseconds