xref: /OK3568_Linux_fs/external/security/librkcrypto/test/test_cipher.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1 /*
2  * Copyright (c) 2022 Rockchip Electronics Co. Ltd.
3  */
4 #ifndef _TEST_CIPHER_H_
5 #define _TEST_CIPHER_H_
6 
7 #include "rkcrypto_common.h"
8 
9 RK_RES test_cipher(int verbose);
10 
11 #endif /*_TEST_CIPHER_H_*/
12 
13