Searched refs:mp_div (Results 1 – 3 of 3) sorted by relevance
/external/wpa_supplicant_8/src/tls/ |
D | libtommath.c | 172 static int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d); 569 if ((res = mp_div (a, b, NULL, &t)) != MP_OKAY) { in mp_mod() 1609 static int mp_div(mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_div() function 1691 static int mp_div (mp_int * a, mp_int * b, mp_int * c, mp_int * d) in mp_div() function 2250 return mp_div (a, b, a, NULL); in mp_reduce_setup()
|
/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/wolf/ |
D | TpmToWolfMath.c | 268 OK = (mp_div(bnDend , bnSor, bnQ, bnR) == MP_OKAY); in BnDiv()
|
/external/wpa_supplicant_8/src/crypto/ |
D | crypto_wolfssl.c | 1225 return mp_div((mp_int *) a, (mp_int *) b, (mp_int *) d, in crypto_bignum_div()
|