Searched refs:check_eqz (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/bearssl/test/ |
H A D | test_math.c | 167 check_eqz(uint32_t *x, mpz_t z) in check_eqz() function 287 check_eqz(mp, p); in test_modint() 288 check_eqz(ma, a); in test_modint() 289 check_eqz(mb, b); in test_modint() 290 check_eqz(mv, v); in test_modint() 299 check_eqz(ma, t1); in test_modint() 306 check_eqz(ma, t1); in test_modint() 310 check_eqz(ma, t1); in test_modint() 315 check_eqz(ma, t1); in test_modint() 322 check_eqz(ma, t1); in test_modint() [all …]
|