13 lines
170 B
C
13 lines
170 B
C
|
/*
|
||
|
* 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
|
||
|
|