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

  /external/openssl/crypto/bn/
bn.h 708 * "internal" macro, bn_check_top(), for verifying that there are no leading
715 * bn_check_top() is as before.
717 * - bn_check_top() tries to pollute unused words even if the bignum 'top' is
719 * - bn_fix_top() maps to bn_check_top() rather than "fixing" anything.
724 * was not appropriate, we convert it permanently to bn_check_top() and track
765 #define bn_check_top(a) \ macro
775 #define bn_fix_top(a) bn_check_top(a)
780 #define bn_check_top(a) macro
    [all...]
  /external/openssl/include/openssl/
bn.h 708 * "internal" macro, bn_check_top(), for verifying that there are no leading
715 * bn_check_top() is as before.
717 * - bn_check_top() tries to pollute unused words even if the bignum 'top' is
719 * - bn_fix_top() maps to bn_check_top() rather than "fixing" anything.
724 * was not appropriate, we convert it permanently to bn_check_top() and track
765 #define bn_check_top(a) \ macro
775 #define bn_fix_top(a) bn_check_top(a)
780 #define bn_check_top(a) macro
    [all...]

Completed in 86 milliseconds