linuxOS_AP06/external/security/librkcrypto/test/test_hash.h

13 lines
204 B
C
Raw Normal View History

2025-06-03 04:28:32 +00:00
/*
* Copyright (c) 2022 Rockchip Electronics Co. Ltd.
*/
#ifndef _TEST_HASH_H_
#define _TEST_HASH_H_
#include "rkcrypto_common.h"
RK_RES test_hash(int verbose);
RK_RES test_hmac(int verbose);
#endif