HomeSort by relevance Sort by last modified time
    Searched refs:BN_BITS (Results 1 - 5 of 5) sorted by null

  /external/openssl/crypto/bn/
exptest.c 70 #define NUM_BITS (BN_BITS*2)
109 c=(c%BN_BITS)-BN_BITS2;
113 c=(c%BN_BITS)-BN_BITS2;
117 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 256 if (BN_is_odd(n) && (BN_num_bits(n) <= (BN_BITS <= 32 ? 450 : 2048)))
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/openssl/
bn.h 135 #define BN_BITS 128
161 #define BN_BITS 128
186 #define BN_BITS 64
214 #define BN_BITS 32
237 #define BN_BITS 16
  /external/openssl/include/openssl/
bn.h 182 #define BN_BITS 128
210 #define BN_BITS 128
239 #define BN_BITS 64
    [all...]

Completed in 2270 milliseconds