HomeSort by: relevance | last modified time | path
    Searched defs:BN_DEBUG (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_local.h 33 * itself. BN_DEBUG - turn on various debugging alterations to the bignum
38 #if defined(BN_RAND_DEBUG) && !defined(BN_DEBUG)
39 #define BN_DEBUG
149 * - if BN_DEBUG isn't defined, bn_fix_top() maps to bn_correct_top(), and
151 * - if BN_DEBUG *is* defined;
163 * with BN_DEBUG defined *and* linking with a version of OpenSSL built with it
168 #ifdef BN_DEBUG
174 * It's BN_DEBUG-only flag, because user application is not supposed to
176 * all operations manipulating the bit in question in non-BN_DEBUG build.
219 #else /* !BN_DEBUG */
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/bn/
bn_local.h 33 * itself. BN_DEBUG - turn on various debugging alterations to the bignum
38 # if defined(BN_RAND_DEBUG) && !defined(BN_DEBUG)
39 # define BN_DEBUG
151 * - if BN_DEBUG isn't defined, bn_fix_top() maps to bn_correct_top(), and
153 * - if BN_DEBUG *is* defined;
165 * with BN_DEBUG defined *and* linking with a version of OpenSSL built with it
170 # ifdef BN_DEBUG
176 * It's BN_DEBUG-only flag, because user application is not supposed to
178 * all operations manipulating the bit in question in non-BN_DEBUG build.
224 # else /* !BN_DEBUG */
    [all...]

Completed in 25 milliseconds