Home
last modified time | relevance | path

Searched refs:BN_DEBUG (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_local.h33 * itself. BN_DEBUG - turn on various debugging alterations to the bignum
38 # if defined(BN_RAND_DEBUG) && !defined(BN_DEBUG)
39 # define BN_DEBUG macro
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...]
H A Dbn_gf2m.c718 # ifdef BN_DEBUG in BN_GF2m_mod_inv_vartime()
/third_party/openssl/crypto/bn/
H A Dbn_local.h33 * itself. BN_DEBUG - turn on various debugging alterations to the bignum
38 # if defined(BN_RAND_DEBUG) && !defined(BN_DEBUG)
39 # define BN_DEBUG macro
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...]
H A Dbn_gf2m.c719 # ifdef BN_DEBUG in BN_GF2m_mod_inv_vartime()

Completed in 5 milliseconds