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 674 * "internal" macro, bn_check_top(), for verifying that there are no leading
681 * bn_check_top() is as before.
683 * - bn_check_top() tries to pollute unused words even if the bignum 'top' is
685 * - bn_fix_top() maps to bn_check_top() rather than "fixing" anything.
690 * was not appropriate, we convert it permanently to bn_check_top() and track
731 #define bn_check_top(a) \ macro
741 #define bn_fix_top(a) bn_check_top(a)
746 #define bn_check_top(a) macro
    [all...]
  /external/openssl/include/openssl/
bn.h 674 * "internal" macro, bn_check_top(), for verifying that there are no leading
681 * bn_check_top() is as before.
683 * - bn_check_top() tries to pollute unused words even if the bignum 'top' is
685 * - bn_fix_top() maps to bn_check_top() rather than "fixing" anything.
690 * was not appropriate, we convert it permanently to bn_check_top() and track
731 #define bn_check_top(a) \ macro
741 #define bn_fix_top(a) bn_check_top(a)
746 #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 54 milliseconds