Lines Matching full:mbps
254 const char *crypt, ulong MBps, in print_result_MBps() argument
260 algo_name, mode_name, crypt, MBps); in print_result_MBps()
285 const u8 *key, u32 key_len, ulong *MBps) in test_hash_perf() argument
294 *MBps = 0; in test_hash_perf()
336 *MBps = CALC_RATE_MPBS(total_size, time_cost); in test_hash_perf()
345 ulong *MBps, bool enc) in test_cipher_perf() argument
353 *MBps = 0; in test_cipher_perf()
393 *MBps = CALC_RATE_MPBS(total_size, time_cost); in test_cipher_perf()
453 ulong MBps = 0; in test_hash_result() local
456 test_data->key, test_data->key_len, &MBps); in test_hash_result()
458 "", MBps, test_data->hash, out, in test_hash_result()
505 ulong MBps = 0; in test_cipher_result() local
507 test_cipher_perf(dev, &ctx, &MBps, true); in test_cipher_result()
533 "encrypt", MBps, test_data->cipher, out, in test_cipher_result()
537 test_cipher_perf(dev, &ctx, &MBps, false); in test_cipher_result()
545 "decrypt", MBps, in test_cipher_result()