Home
last modified time | relevance | path

Searched defs:modulo (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dbntest.c2827 BIGNUM *base = NULL, *exponent = NULL, *modulo = NULL; in test_mod_exp() local
2861 BIGNUM *base = NULL, *exponent = NULL, *modulo = NULL; in test_mod_exp_consttime() local
/freebsd/crypto/libecc/scripts/
H A Dexpand_libecc.py322 def getrandomint(modulo): argument