Home
last modified time | relevance | path

Searched refs:mp_exptmod (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dbignum.c218 if (mp_exptmod((mp_int *) a, (mp_int *) b, (mp_int *) c, (mp_int *) d) in bignum_exptmod()
Dlibtommath.h591 mp_exptmod (mp_int * G, mp_int * X, mp_int * P, mp_int * Y) in mp_exptmod() function
631 err = mp_exptmod(&tmpG, &tmpX, P, Y); in mp_exptmod()
635 #error mp_exptmod would always fail in mp_exptmod()
671 #error mp_exptmod could fail in mp_exptmod()