You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
437 B

#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 */