Searched refs:ake_cert (Results 1 – 5 of 5) sorted by relevance
439 hdcp->auth.msg.hdcp2.ake_cert[0] = HDCP_2_2_AKE_SEND_CERT; in mod_hdcp_read_ake_cert()441 hdcp->auth.msg.hdcp2.ake_cert+1, in mod_hdcp_read_ake_cert()442 sizeof(hdcp->auth.msg.hdcp2.ake_cert)-1); in mod_hdcp_read_ake_cert()446 hdcp->auth.msg.hdcp2.ake_cert, in mod_hdcp_read_ake_cert()447 sizeof(hdcp->auth.msg.hdcp2.ake_cert)); in mod_hdcp_read_ake_cert()
88 HDCP_DDC_READ_TRACE(hdcp, "AKE Cert", hdcp->auth.msg.hdcp2.ake_cert, in mod_hdcp_log_ddc_trace()89 sizeof(hdcp->auth.msg.hdcp2.ake_cert)); in mod_hdcp_log_ddc_trace()
138 uint8_t ake_cert[534]; member
627 memcpy(&msg_in->process.receiver_message[0], hdcp->auth.msg.hdcp2.ake_cert, in mod_hdcp_hdcp2_validate_ake_cert()628 sizeof(hdcp->auth.msg.hdcp2.ake_cert)); in mod_hdcp_hdcp2_validate_ake_cert()
96 status = (size == sizeof(hdcp->auth.msg.hdcp2.ake_cert)) ? in check_ake_cert_available()