Lines Matching refs:MBps
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()
493 "", MBps, test_data->hash, out, in test_hash_result()
540 ulong MBps = 0; in test_cipher_result() local
542 test_cipher_perf(dev, &ctx, &MBps, true); in test_cipher_result()
568 "encrypt", MBps, test_data->cipher, out, in test_cipher_result()
572 test_cipher_perf(dev, &ctx, &MBps, false); in test_cipher_result()
580 "decrypt", MBps, in test_cipher_result()