/external/dropbear/ |
gendss.c | 180 } while (mp_cmp_d(key->g, 1) != MP_GT);
|
common-kex.c | 527 || mp_cmp_d(dh_pub_them, 0) != MP_GT) {
|
/external/dropbear/libtomcrypt/src/pk/ecc/ |
ecc_import.c | 55 while (mp_cmp_d(t1, 0) == LTC_MP_LT) {
|
ltc_ecc_mulmod.c | 84 if (mp_cmp_d(mu, 1) == LTC_MP_EQ) {
|
/external/dropbear/libtomcrypt/src/headers/ |
tomcrypt_math.h | 459 #define mp_cmp_d(a, b) ltc_mp.compare_d(a, b) macro 496 #define mp_iszero(a) (mp_cmp_d(a, 0) == LTC_MP_EQ ? LTC_MP_YES : LTC_MP_NO)
|
/external/dropbear/libtommath/mtest/ |
mtest.c | 255 if (mp_cmp_d(&c, 1) != 0) continue; 256 if (mp_cmp_d(&b, 1) == 0) continue;
|
mpi.h | 161 int mp_cmp_d(mp_int *a, mp_digit d);
|
mpi.c | 1467 if(mp_cmp_d(a, 0) == MP_EQ || mp_cmp_d(a, 1) == MP_EQ) 1797 int mp_cmp_d(mp_int *a, mp_digit d) function [all...] |
/external/dropbear/libtommath/pre_gen/ |
mpi.c | 177 if (mp_cmp_d (&v, 1) != MP_EQ) { 1289 int mp_cmp_d(mp_int * a, mp_digit b) function [all...] |
/external/dropbear/libtomcrypt/src/math/ |
ltm_desc.c | 137 ret = mp_cmp_d(a, b);
|
/external/dropbear/libtommath/demo/ |
demo.c | 293 if (mp_cmp(&b, &c) || mp_cmp_d(&e, r2)) { 660 if (mp_cmp_d(&e, 1) != MP_EQ) {
|
/external/dropbear/libtommath/ |
tommath.h | 331 int mp_cmp_d(mp_int *a, mp_digit b);
|
bn.tex | [all...] |
/external/wpa_supplicant_8/src/tls/ |
libtommath.c | 708 static int mp_cmp_d(mp_int * a, mp_digit b) function 898 if (mp_cmp_d (&v, 1) != MP_EQ) { 904 while (mp_cmp_d(&C, 0) == MP_LT) { [all...] |
/external/dropbear/libtomcrypt/testprof/ |
der_tests.c | 278 if (mp_cmp_d(l->data, 12345678UL) != LTC_MP_EQ) { [all...] |