linuxOS_AP05/external/security/librkcrypto/test/test_throughput.h
2025-06-02 13:59:07 +08:00

13 lines
228 B
C

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