HomeSort by relevance Sort by last modified time
    Searched full:mp_iszero (Results 26 - 29 of 29) sorted by null

12

  /external/wpa_supplicant_8/src/tls/
libtommath.c 133 #define mp_iszero(a) (((a)->used == 0) ? MP_YES : MP_NO) macro
736 if (b->sign == MP_NEG || mp_iszero(b) == 1) {
777 if (b->sign == MP_NEG || mp_iszero(b) == 1) {
892 if (mp_iszero (&u) == 0)
1007 while (mp_iszero (&t) == 0) {
    [all...]
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h 496 #define mp_iszero(a) (mp_cmp_d(a, 0) == LTC_MP_EQ ? LTC_MP_YES : LTC_MP_NO) macro
  /external/dropbear/libtommath/
tommath.h 221 #define mp_iszero(a) (((a)->used == 0) ? MP_YES : MP_NO) macro
  /external/dropbear/libtomcrypt/testprof/
der_tests.c 555 /* if (mp_iszero(a) == LTC_MP_NO) { a.sign = buf[0][0] & 1 ? LTC_MP_ZPOS : LTC_MP_NEG; } */
    [all...]

Completed in 189 milliseconds

12