Lines Matching full:ea
245 unsigned char ep[100], ea[100], eb[100], ev[100]; in test_modint() local
260 mpz_export(ea, &alen, 1, 1, 0, 0, a); in test_modint()
265 if (impl->decode_mod(ma, ea, alen, mp) != 1) { in test_modint()
267 printf(" ea = "); in test_modint()
292 impl->decode_mod(ma, ea, alen, mp); in test_modint()
301 impl->decode_mod(ma, ea, alen, mp); in test_modint()
317 impl->decode_mod(ma, ea, alen, mp); in test_modint()
326 impl->decode_mod(ma, ea, alen, mp); in test_modint()
334 impl->decode_mod(ma, ea, alen, mp); in test_modint()
340 br_modint_decode(ma, mp, ea, alen); in test_modint()
352 br_modint_decode(ma, mp, ea, alen); in test_modint()