linuxOS_AP06/external/security/librkcrypto/test/test_throughput.h
2025-06-03 12:28:32 +08:00

21 lines
302 B
C

/*
* Copyright (c) 2022 Rockchip Electronics Co. Ltd.
*/
#ifndef _TEST_THROUGHPUT_H_
#define _TEST_THROUGHPUT_H_
#include <stdint.h>
#include "rkcrypto_common.h"
enum {
T_DMA_FD = 0,
T_VIRT,
T_OTP,
T_ALL,
T_MAX,
};
RK_RES test_throughput(int throughput_mode);
#endif /*_TEST_THROUGHPUT_H_*/