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

  /external/openssl/crypto/bn/
bn.h 693 * "internal" macro, bn_check_top(), for verifying that there are no leading
700 * bn_check_top() is as before.
702 * - bn_check_top() tries to pollute unused words even if the bignum 'top' is
704 * - bn_fix_top() maps to bn_check_top() rather than "fixing" anything.
709 * was not appropriate, we convert it permanently to bn_check_top() and track
750 #define bn_check_top(a) \ macro
760 #define bn_fix_top(a) bn_check_top(a)
765 #define bn_check_top(a) macro
    [all...]
  /external/openssl/include/openssl/
bn.h 693 * "internal" macro, bn_check_top(), for verifying that there are no leading
700 * bn_check_top() is as before.
702 * - bn_check_top() tries to pollute unused words even if the bignum 'top' is
704 * - bn_fix_top() maps to bn_check_top() rather than "fixing" anything.
709 * was not appropriate, we convert it permanently to bn_check_top() and track
750 #define bn_check_top(a) \ macro
760 #define bn_fix_top(a) bn_check_top(a)
765 #define bn_check_top(a) macro
    [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/openssl/
bn.h 651 * "internal" macro, bn_check_top(), for verifying that there are no leading
658 * bn_check_top() is as before.
660 * - bn_check_top() tries to pollute unused words even if the bignum 'top' is
662 * - bn_fix_top() maps to bn_check_top() rather than "fixing" anything.
667 * was not appropriate, we convert it permanently to bn_check_top() and track
708 #define bn_check_top(a) \ macro
718 #define bn_fix_top(a) bn_check_top(a)
723 #define bn_check_top(a) macro

Completed in 43 milliseconds