Searched refs:mod_sqrt (Results 1 – 1 of 1) sorted by relevance
1745 BIGNUM *a = NULL, *p = NULL, *mod_sqrt = NULL, *ret = NULL, *ret2 = NULL; in file_modsqrt() local1750 || !TEST_ptr(mod_sqrt = getBN(s, "ModSqrt")) in file_modsqrt()1755 if (BN_is_negative(mod_sqrt)) { in file_modsqrt()1770 if (BN_cmp(ret2, mod_sqrt) != 0 in file_modsqrt()1771 && !equalBN("sqrt(A) (mod P)", mod_sqrt, ret)) in file_modsqrt()1778 BN_free(mod_sqrt); in file_modsqrt()
Completed in 11 milliseconds