HomeSort by relevance Sort by last modified time
    Searched full:bn_is_word (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/dh/
dh_check.c 86 if (BN_is_word(dh->g,DH_GENERATOR_2))
92 else if (BN_is_word(dh->g,DH_GENERATOR_3))
98 else if (BN_is_word(dh->g,DH_GENERATOR_5))
  /external/openssl/crypto/dh/
dh_check.c 86 if (BN_is_word(dh->g,DH_GENERATOR_2))
92 else if (BN_is_word(dh->g,DH_GENERATOR_3))
98 else if (BN_is_word(dh->g,DH_GENERATOR_5))
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_gcd.c 436 if (BN_is_word(D,2))
440 else if (BN_is_word(D,4))
bn_prime.c 262 return BN_is_word(a, 2);
bn.h 409 #define BN_is_word(a,w) (BN_abs_is_word((a),(w)) && (!(w) || !(a)->neg))
    [all...]
bntest.c     [all...]
  /external/openssl/crypto/bn/
bn_gcd.c 436 if (BN_is_word(D,2))
440 else if (BN_is_word(D,4))
bn_prime.c 262 return BN_is_word(a, 2);
bn.h 409 #define BN_is_word(a,w) (BN_abs_is_word((a),(w)) && (!(w) || !(a)->neg))
    [all...]
bntest.c     [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
bn.h 409 #define BN_is_word(a,w) (BN_abs_is_word((a),(w)) && (!(w) || !(a)->neg))
    [all...]
  /external/openssl/include/openssl/
bn.h 409 #define BN_is_word(a,w) (BN_abs_is_word((a),(w)) && (!(w) || !(a)->neg))
    [all...]

Completed in 380 milliseconds