1 /* 2 * Copyright (c) 2022 Rockchip Electronics Co. Ltd. 3 */ 4 #ifndef _TEST_CRYPTO_MEM_H_ 5 #define _TEST_CRYPTO_MEM_H_ 6 7 int test_crypto_mem(void); 8 9 #endif /*_TEST_CRYPTO_MEM_H_*/ 10
1 /* 2 * Copyright (c) 2022 Rockchip Electronics Co. Ltd. 3 */ 4 #ifndef _TEST_CRYPTO_MEM_H_ 5 #define _TEST_CRYPTO_MEM_H_ 6 7 int test_crypto_mem(void); 8 9 #endif /*_TEST_CRYPTO_MEM_H_*/ 10