Home
last modified time | relevance | path

Searched defs:mod_sqrt (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/libecc/src/arithmetic_tests/
H A Darithmetic_tests_generator.py1159 def mod_sqrt(a, p): function
/freebsd/crypto/libecc/scripts/
H A Dexpand_libecc.py123 def mod_sqrt(a, p): function
/freebsd/crypto/openssl/test/
H A Dbntest.c1726 BIGNUM *a = NULL, *p = NULL, *mod_sqrt = NULL, *ret = NULL, *ret2 = NULL; in file_modsqrt() local