Searched refs:MBps (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/cmd/ |
| H A D | crypto.c | 289 const char *crypt, ulong MBps, in print_result_MBps() argument 295 algo_name, mode_name, crypt, MBps); in print_result_MBps() 320 const u8 *key, u32 key_len, ulong *MBps) in test_hash_perf() argument 329 *MBps = 0; in test_hash_perf() 371 *MBps = CALC_RATE_MPBS(total_size, time_cost); in test_hash_perf() 380 ulong *MBps, bool enc) in test_cipher_perf() argument 388 *MBps = 0; in test_cipher_perf() 428 *MBps = CALC_RATE_MPBS(total_size, time_cost); in test_cipher_perf() 488 ulong MBps = 0; in test_hash_result() local 491 test_data->key, test_data->key_len, &MBps); in test_hash_result() [all …]
|