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)))
  /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 476 if (BN_num_bits(g) <= BN_BITS && srp_Verify_N_and_g(N,g))
    [all...]

Completed in 28 milliseconds