HomeSort by relevance Sort by last modified time
    Searched defs:mp_init (Results 1 - 5 of 5) sorted by null

  /external/dropbear/libtommath/
bn_mp_init.c 19 int mp_init (mp_int * a) function
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_math.h 444 #define mp_init(a) ltc_mp.init(a) macro
  /external/dropbear/libtommath/mtest/
mpi.c 227 /* {{{ mp_init(mp) */
230 mp_init(mp)
236 mp_err mp_init(mp_int *mp) function
240 } /* end mp_init() */
254 if((res = mp_init(&mp[pos])) != MP_OKAY)
765 if((res = mp_init(&s)) != MP_OKAY)
1274 if((res = mp_init(&s)) != MP_OKAY)
    [all...]
  /external/wpa_supplicant_8/src/tls/
libtommath.c 375 static int mp_init (mp_int * a) function
545 if ((res = mp_init (&t)) != MP_OKAY) {
565 if ((res = mp_init (&t)) != MP_OKAY) {
610 if ((err = mp_init(&tmpG)) != MP_OKAY) {
619 if ((err = mp_init(&tmpX)) != MP_OKAY) {
1041 if ((res = mp_init (&t)) != MP_OKAY) {
1105 if ((res = mp_init (a)) != MP_OKAY) {
1458 if (mp_init(cur_arg) != MP_OKAY) {
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 1008 if ((res = mp_init (&t)) != MP_OKAY) {
3393 int mp_init (mp_int * a) function
    [all...]

Completed in 283 milliseconds