Home | History | Annotate | Download | only in tls

Lines Matching full:mp_exptmod

591 static int mp_exptmod (mp_int * G, mp_int * X, mp_int * P, mp_int * Y)
629 err = mp_exptmod(&tmpG, &tmpX, P, Y);
633 #error mp_exptmod would always fail
672 #error mp_exptmod could fail