OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BN_BITS
(Results
1 - 7
of
7
) sorted by null
/external/openssl/crypto/bn/
exptest.c
70
#define NUM_BITS (
BN_BITS
*2)
146
c=(c%
BN_BITS
)-BN_BITS2;
150
c=(c%
BN_BITS
)-BN_BITS2;
154
c=(c%
BN_BITS
)-BN_BITS2;
bn.h
182
#define
BN_BITS
128
210
#define
BN_BITS
128
239
#define
BN_BITS
64
[
all
...]
bn_gcd.c
257
if (BN_is_odd(n) && (BN_num_bits(n) <= (
BN_BITS
<= 32 ? 450 : 2048)))
/external/chromium_org/third_party/boringssl/src/crypto/bn/
internal.h
142
#define
BN_BITS
128
162
#define
BN_BITS
64
gcd.c
283
if (BN_is_odd(n) && (BN_num_bits(n) <= (
BN_BITS
<= 32 ? 450 : 2048))) {
/external/openssl/include/openssl/
bn.h
182
#define
BN_BITS
128
210
#define
BN_BITS
128
239
#define
BN_BITS
64
[
all
...]
/external/openssl/apps/
s_client.c
483
if (BN_num_bits(g) <=
BN_BITS
&& srp_Verify_N_and_g(N,g))
[
all
...]
Completed in 3014 milliseconds