2025-05-10 21:49:39 +08:00

13 lines
184 B
C

/*
* Copyright (c) 2022 Rockchip Electronics Co. Ltd.
*/
#ifndef _TEST_AE_H_
#define _TEST_AE_H_
#include "rkcrypto_common.h"
RK_RES test_ae(int verbose);
#endif /*_TEST_AE_H_*/