1 /* 2 * Copyright (c) 2022 Rockchip Electronics Co. Ltd. 3 */ 4 #ifndef _TEST_RANDOM_H_ 5 #define _TEST_RANDOM_H_ 6 7 #include "rkcrypto_common.h" 8 9 RK_RES test_random(void); 10 11 #endif 12
1 /* 2 * Copyright (c) 2022 Rockchip Electronics Co. Ltd. 3 */ 4 #ifndef _TEST_RANDOM_H_ 5 #define _TEST_RANDOM_H_ 6 7 #include "rkcrypto_common.h" 8 9 RK_RES test_random(void); 10 11 #endif 12