Lines Matching refs:time_cost
270 const char *crypt, ulong time_cost, in print_result_ms() argument
275 algo_name, mode_name, crypt, time_cost); in print_result_ms()
334 ulong time_cost = get_timer(start); in test_hash_perf() local
336 *MBps = CALC_RATE_MPBS(total_size, time_cost); in test_hash_perf()
391 ulong time_cost = get_timer(start); in test_cipher_perf() local
393 *MBps = CALC_RATE_MPBS(total_size, time_cost); in test_cipher_perf()
563 ulong start, time_cost; in test_rsa_result() local
613 time_cost = get_timer(start); in test_rsa_result()
615 "sign", time_cost, test_data->sign_out, in test_rsa_result()
636 time_cost = get_timer(start); in test_rsa_result()
639 "verify", time_cost, test_data->sign_in, in test_rsa_result()