/* * Copyright (c) 2022 Rockchip Electronics Co. Ltd. */ #ifndef _TEST_THROUGHPUT_H_ #define _TEST_THROUGHPUT_H_ #include #include "rkcrypto_common.h" RK_RES test_throughput(void); #endif /*_TEST_THROUGHPUT_H_*/