Searched refs:BN_is_word (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/openssl/openssl/crypto/dh/
H A Ddh_check.c86 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/
H A Ddh_check.c86 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/
H A Dbn_gcd.c436 if (BN_is_word(D,2))
440 else if (BN_is_word(D,4))
H A Dbn_prime.c262 return BN_is_word(a, 2);
H A Dbn.h409 #define BN_is_word(a,w) (BN_abs_is_word((a),(w)) && (!(w) || !(a)->neg)) macro
H A Dbntest.c1698 if (BN_is_word(r, 1))
/external/openssl/crypto/bn/
H A Dbn_gcd.c436 if (BN_is_word(D,2))
440 else if (BN_is_word(D,4))
H A Dbn_prime.c262 return BN_is_word(a, 2);
H A Dbn.h409 #define BN_is_word(a,w) (BN_abs_is_word((a),(w)) && (!(w) || !(a)->neg)) macro
H A Dbntest.c1698 if (BN_is_word(r, 1))
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Dbn.h409 #define BN_is_word(a,w) (BN_abs_is_word((a),(w)) && (!(w) || !(a)->neg)) macro
/external/openssl/include/openssl/
H A Dbn.h409 #define BN_is_word(a,w) (BN_abs_is_word((a),(w)) && (!(w) || !(a)->neg)) macro

Completed in 590 milliseconds