13 lines
200 B
C
Raw Normal View History

2025-05-10 21:49:39 +08:00
/*
* Copyright (c) 2022 Rockchip Electronics Co. Ltd.
*/
#ifndef _TEST_CIPHER_H_
#define _TEST_CIPHER_H_
#include "rkcrypto_common.h"
RK_RES test_cipher(int verbose);
#endif /*_TEST_CIPHER_H_*/