#ifndef HAL_HDCP_H #define HAL_HDCP_H #include "crypto_hdcp_struct.h" td_s32 hal_hdcp_encrypt(crypto_hdcp_attr *attr, const td_u8 *in, td_u8 *out, td_u32 len, td_bool is_decrypt); td_s32 drv_hdcp_encrypt(crypto_hdcp_attr *attr, const td_u8 *in, td_u8 *out, td_u32 len, td_bool is_decrypt); td_s32 kapi_hdcp_encrypt(crypto_hdcp_attr *attr, const td_u8 *in, td_u8 *out, td_u32 len, td_bool is_decrypt); #endif /* end of HAL_HDCP_H */