Searched refs:total_gen_tests (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/libecc/scripts/ |
H A D | expand_libecc.py | 1056 def pretty_print_curr_test(num_test, total_gen_tests): argument 1057 num_decimal = int(math.log10(total_gen_tests))+1 1061 sys.stdout.write(format_buf % (num_test, total_gen_tests)) 1062 if num_test == total_gen_tests: 1066 …g_alg_sign, sig_alg_verify, sig_alg_genkeypair, num, hashfunc_name, sig_alg_name, total_gen_tests): argument 1070 pretty_print_curr_test(curr_test, total_gen_tests) 1183 total_gen_tests = len(all_hash_funcs) * len(all_sig_algs) 1184 … [[ gen_self_test(curve, hashf, sign, verify, genkp, num, hash_name, sig_alg_name, total_gen_tests)
|