Searched defs:mp_clear (Results 1 - 8 of 8) sorted by relevance

/external/dropbear/libtommath/
H A Dbn_mp_clear.c20 mp_clear (mp_int * a) function
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_math.h446 #define mp_clear(a) ltc_mp.deinit(a) macro
/external/dropbear/libtommath/mtest/
H A Dmpi.c262 mp_clear(&mp[pos]);
412 /* {{{ mp_clear(mp) */
415 mp_clear(mp)
418 if someone calls mp_clear() again for the same int later, we won't
422 void mp_clear(mp_int *mp) function
438 } /* end mp_clear() */
449 mp_clear(&mp[count]);
719 mp_clear(&qp);
787 mp_clear(&x);
789 mp_clear(
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
H A Dlibtommath.c388 static void mp_clear (mp_int * a) function
537 mp_clear (&t);
541 mp_clear (&t);
557 mp_clear (&t);
568 mp_clear (&t);
601 mp_clear(&tmpG);
607 mp_clear(&tmpG);
998 mp_clear (&t);
1003 mp_clear (&t);
1032 mp_clear (
[all...]
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dlibtommath.c396 static void mp_clear (mp_int * a) function
545 mp_clear (&t);
549 mp_clear (&t);
565 mp_clear (&t);
576 mp_clear (&t);
609 mp_clear(&tmpG);
615 mp_clear(&tmpG);
1006 mp_clear (&t);
1011 mp_clear (&t);
1040 mp_clear (
[all...]
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c396 static void mp_clear (mp_int * a) function
545 mp_clear (&t);
549 mp_clear (&t);
565 mp_clear (&t);
576 mp_clear (&t);
609 mp_clear(&tmpG);
615 mp_clear(&tmpG);
1006 mp_clear (&t);
1011 mp_clear (&t);
1040 mp_clear (
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c396 static void mp_clear (mp_int * a) function
545 mp_clear (&t);
549 mp_clear (&t);
565 mp_clear (&t);
576 mp_clear (&t);
609 mp_clear(&tmpG);
615 mp_clear(&tmpG);
1006 mp_clear (&t);
1011 mp_clear (&t);
1040 mp_clear (
[all...]
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c1013 mp_clear (&t);
1017 mp_clear (&t);
1078 mp_clear (&t);
1157 mp_clear (mp_int * a) function
1210 mp_clear(next_mp);
1833 LBL_Y:mp_clear (&y);
1834 LBL_X:mp_clear (&x);
1835 LBL_T2:mp_clear (&t2);
1836 LBL_T1:mp_clear (&t1);
1837 LBL_Q:mp_clear (
[all...]

Completed in 220 milliseconds