luckfox-pico-sdk/media/security/librkcrypto/test/test_ae.h
2023-08-08 20:36:47 +08:00

12 lines
183 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_*/