Searched defs:mp_clear (Results 1 - 7 of 7) 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_8/hostapd/src/tls/
H A Dlibtommath.c401 static void mp_clear (mp_int * a) function
550 mp_clear (&t);
554 mp_clear (&t);
570 mp_clear (&t);
581 mp_clear (&t);
614 mp_clear(&tmpG);
620 mp_clear(&tmpG);
1014 mp_clear (&t);
1019 mp_clear (&t);
1048 mp_clear (
[all...]
/external/wpa_supplicant_8/src/tls/
H A Dlibtommath.c401 static void mp_clear (mp_int * a) function
550 mp_clear (&t);
554 mp_clear (&t);
570 mp_clear (&t);
581 mp_clear (&t);
614 mp_clear(&tmpG);
620 mp_clear(&tmpG);
1014 mp_clear (&t);
1019 mp_clear (&t);
1048 mp_clear (
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dlibtommath.c401 static void mp_clear (mp_int * a) function
550 mp_clear (&t);
554 mp_clear (&t);
570 mp_clear (&t);
581 mp_clear (&t);
614 mp_clear(&tmpG);
620 mp_clear(&tmpG);
1014 mp_clear (&t);
1019 mp_clear (&t);
1048 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 1313 milliseconds