Lines Matching refs:time_cost
305 const char *crypt, ulong time_cost, in print_result_ms() argument
310 algo_name, mode_name, crypt, time_cost); in print_result_ms()
369 ulong time_cost = get_timer(start); in test_hash_perf() local
371 *MBps = CALC_RATE_MPBS(total_size, time_cost); in test_hash_perf()
426 ulong time_cost = get_timer(start); in test_cipher_perf() local
428 *MBps = CALC_RATE_MPBS(total_size, time_cost); in test_cipher_perf()
598 ulong start, time_cost; in test_rsa_result() local
648 time_cost = get_timer(start); in test_rsa_result()
650 "sign", time_cost, test_data->sign_out, in test_rsa_result()
671 time_cost = get_timer(start); in test_rsa_result()
674 "verify", time_cost, test_data->sign_in, in test_rsa_result()
695 ulong start, time_cost; in test_ec_result() local
730 time_cost = get_timer(start); in test_ec_result()
733 test_data->algo_name, "verify", time_cost); in test_ec_result()