Searched refs:time_cost (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/cmd/ |
| H A D | crypto.c | 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() [all …]
|