linuxOS_AP05/external/security/librkcrypto/test/test_multi.h

13 lines
170 B
C
Raw Permalink Normal View History

2025-06-02 05:59:07 +00:00
/*
* Copyright (c) 2022 Rockchip Electronics Co. Ltd.
*/
#ifndef _TEST_MULTI_H_
#define _TEST_MULTI_H_
#include "rkcrypto_common.h"
RK_RES test_multi(void);
#endif