Lines Matching +defs:e +defs:e +defs:a +defs:a

349   ScopedBIGNUM a(BN_new());  in test_add()  local
388 ScopedBIGNUM a(BN_new()); in test_sub() local
434 ScopedBIGNUM a(BN_new()); in test_div() local
438 ScopedBIGNUM e(BN_new()); in test_div() local
515 ScopedBIGNUM a(BN_new()); in test_lshift1() local
550 ScopedBIGNUM a(BN_new()); in test_rshift() local
554 ScopedBIGNUM e(BN_new()); in test_rshift() local
586 ScopedBIGNUM a(BN_new()); in test_rshift1() local
620 static bool test_lshift(FILE *fp, BN_CTX *ctx, ScopedBIGNUM a) { in test_lshift()
672 ScopedBIGNUM a(BN_new()); in test_mul() local
676 ScopedBIGNUM e(BN_new()); in test_mul() local
731 ScopedBIGNUM a(BN_new()); in test_sqr() local
734 ScopedBIGNUM e(BN_new()); in test_sqr() local
833 ScopedBIGNUM a(BN_new()); in test_div_word() local
886 ScopedBIGNUM a(BN_new()); in test_mont() local
939 ScopedBIGNUM a(BN_new()); in test_mod() local
943 ScopedBIGNUM e(BN_new()); in test_mod() local
979 ScopedBIGNUM a(BN_new()); in test_mod_mul() local
983 ScopedBIGNUM e(BN_new()); in test_mod_mul() local
1037 ScopedBIGNUM a(BN_new()); in test_mod_exp() local
1041 ScopedBIGNUM e(BN_new()); in test_mod_exp() local
1077 ScopedBIGNUM a(BN_new()); in test_mod_exp_mont_consttime() local
1081 ScopedBIGNUM e(BN_new()); in test_mod_exp_mont_consttime() local
1120 ScopedBIGNUM a(BN_new()); in test_mod_exp_mont5() local
1124 ScopedBIGNUM e(BN_new()); in test_mod_exp_mont5() local
1185 ScopedBIGNUM a(BN_new()); in test_exp() local
1188 ScopedBIGNUM e(BN_new()); in test_exp() local
1253 ScopedBIGNUM a(BN_new()); in test_mod_sqrt() local