1 /* 2 * Copyright (c) 2022 Rockchip Electronics Co. Ltd. 3 */ 4 #ifndef _TEST_KEYLAD_CRYPTO_H_ 5 #define _TEST_KEYLAD_CRYPTO_H_ 6 7 #include <stdint.h> 8 #include "rkcrypto_common.h" 9 10 void test_write_otp_key(void); 11 RK_RES test_otp_key(void); 12 13 #endif /*_TEST_KEYLAD_CRYPTO_H_*/ 14