Searched defs:mod_sqrt (Results 1 – 3 of 3) sorted by relevance
1159 def mod_sqrt(a, p): function
123 def mod_sqrt(a, p): function
1726 BIGNUM *a = NULL, *p = NULL, *mod_sqrt = NULL, *ret = NULL, *ret2 = NULL; in file_modsqrt() local