12 lines
172 B
C
12 lines
172 B
C
/*
|
|
* Copyright (c) 2022 Rockchip Electronics Co. Ltd.
|
|
*/
|
|
#ifndef _TEST_RANDOM_H_
|
|
#define _TEST_RANDOM_H_
|
|
|
|
#include "rkcrypto_common.h"
|
|
|
|
RK_RES test_random(void);
|
|
|
|
#endif
|