1 /* 2 * Copyright (c) 2022 Rockchip Electronics Co. Ltd. 3 */ 4 #ifndef _TEST_HASH_H_ 5 #define _TEST_HASH_H_ 6 7 #include "rkcrypto_common.h" 8 9 RK_RES test_hash(int verbose); 10 RK_RES test_hmac(int verbose); 11 12 #endif 13