Lines Matching refs:hdcp2
398 &hdcp->auth.msg.hdcp2.hdcp2version_hdmi, in mod_hdcp_read_hdcp2version()
399 sizeof(hdcp->auth.msg.hdcp2.hdcp2version_hdmi)); in mod_hdcp_read_hdcp2version()
412 hdcp->auth.msg.hdcp2.rxcaps_dp, in mod_hdcp_read_rxcaps()
413 sizeof(hdcp->auth.msg.hdcp2.rxcaps_dp)); in mod_hdcp_read_rxcaps()
424 &hdcp->auth.msg.hdcp2.rxstatus_dp, in mod_hdcp_read_rxstatus()
428 (uint8_t *)&hdcp->auth.msg.hdcp2.rxstatus, in mod_hdcp_read_rxstatus()
429 sizeof(hdcp->auth.msg.hdcp2.rxstatus)); in mod_hdcp_read_rxstatus()
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()
457 hdcp->auth.msg.hdcp2.ake_h_prime[0] = HDCP_2_2_AKE_SEND_HPRIME; in mod_hdcp_read_h_prime()
459 hdcp->auth.msg.hdcp2.ake_h_prime+1, in mod_hdcp_read_h_prime()
460 sizeof(hdcp->auth.msg.hdcp2.ake_h_prime)-1); in mod_hdcp_read_h_prime()
464 hdcp->auth.msg.hdcp2.ake_h_prime, in mod_hdcp_read_h_prime()
465 sizeof(hdcp->auth.msg.hdcp2.ake_h_prime)); in mod_hdcp_read_h_prime()
475 hdcp->auth.msg.hdcp2.ake_pairing_info[0] = HDCP_2_2_AKE_SEND_PAIRING_INFO; in mod_hdcp_read_pairing_info()
477 hdcp->auth.msg.hdcp2.ake_pairing_info+1, in mod_hdcp_read_pairing_info()
478 sizeof(hdcp->auth.msg.hdcp2.ake_pairing_info)-1); in mod_hdcp_read_pairing_info()
482 hdcp->auth.msg.hdcp2.ake_pairing_info, in mod_hdcp_read_pairing_info()
483 sizeof(hdcp->auth.msg.hdcp2.ake_pairing_info)); in mod_hdcp_read_pairing_info()
493 hdcp->auth.msg.hdcp2.lc_l_prime[0] = HDCP_2_2_LC_SEND_LPRIME; in mod_hdcp_read_l_prime()
495 hdcp->auth.msg.hdcp2.lc_l_prime+1, in mod_hdcp_read_l_prime()
496 sizeof(hdcp->auth.msg.hdcp2.lc_l_prime)-1); in mod_hdcp_read_l_prime()
500 hdcp->auth.msg.hdcp2.lc_l_prime, in mod_hdcp_read_l_prime()
501 sizeof(hdcp->auth.msg.hdcp2.lc_l_prime)); in mod_hdcp_read_l_prime()
515 hdcp->auth.msg.hdcp2.rx_id_list[0] = HDCP_2_2_REP_SEND_RECVID_LIST; in mod_hdcp_read_rx_id_list()
517 hdcp->auth.msg.hdcp2.rx_id_list+1, in mod_hdcp_read_rx_id_list()
521 device_count = HDCP_2_2_DEV_COUNT_LO(hdcp->auth.msg.hdcp2.rx_id_list[2]) + in mod_hdcp_read_rx_id_list()
522 (HDCP_2_2_DEV_COUNT_HI(hdcp->auth.msg.hdcp2.rx_id_list[1]) << 4); in mod_hdcp_read_rx_id_list()
524 (sizeof(hdcp->auth.msg.hdcp2.rx_id_list) - 1)); in mod_hdcp_read_rx_id_list()
526 hdcp->auth.msg.hdcp2.rx_id_list + 1 + bytes_read, in mod_hdcp_read_rx_id_list()
531 hdcp->auth.msg.hdcp2.rx_id_list, in mod_hdcp_read_rx_id_list()
532 hdcp->auth.msg.hdcp2.rx_id_list_size); in mod_hdcp_read_rx_id_list()
542 hdcp->auth.msg.hdcp2.repeater_auth_stream_ready[0] = HDCP_2_2_REP_STREAM_READY; in mod_hdcp_read_stream_ready()
544 hdcp->auth.msg.hdcp2.repeater_auth_stream_ready+1, in mod_hdcp_read_stream_ready()
545 sizeof(hdcp->auth.msg.hdcp2.repeater_auth_stream_ready)-1); in mod_hdcp_read_stream_ready()
549 hdcp->auth.msg.hdcp2.repeater_auth_stream_ready, in mod_hdcp_read_stream_ready()
550 sizeof(hdcp->auth.msg.hdcp2.repeater_auth_stream_ready)); in mod_hdcp_read_stream_ready()
561 hdcp->auth.msg.hdcp2.ake_init+1, in mod_hdcp_write_ake_init()
562 sizeof(hdcp->auth.msg.hdcp2.ake_init)-1); in mod_hdcp_write_ake_init()
565 hdcp->auth.msg.hdcp2.ake_init, in mod_hdcp_write_ake_init()
566 sizeof(hdcp->auth.msg.hdcp2.ake_init)); in mod_hdcp_write_ake_init()
576 hdcp->auth.msg.hdcp2.ake_no_stored_km+1, in mod_hdcp_write_no_stored_km()
577 sizeof(hdcp->auth.msg.hdcp2.ake_no_stored_km)-1); in mod_hdcp_write_no_stored_km()
580 hdcp->auth.msg.hdcp2.ake_no_stored_km, in mod_hdcp_write_no_stored_km()
581 sizeof(hdcp->auth.msg.hdcp2.ake_no_stored_km)); in mod_hdcp_write_no_stored_km()
591 hdcp->auth.msg.hdcp2.ake_stored_km+1, in mod_hdcp_write_stored_km()
592 sizeof(hdcp->auth.msg.hdcp2.ake_stored_km)-1); in mod_hdcp_write_stored_km()
595 hdcp->auth.msg.hdcp2.ake_stored_km, in mod_hdcp_write_stored_km()
596 sizeof(hdcp->auth.msg.hdcp2.ake_stored_km)); in mod_hdcp_write_stored_km()
606 hdcp->auth.msg.hdcp2.lc_init+1, in mod_hdcp_write_lc_init()
607 sizeof(hdcp->auth.msg.hdcp2.lc_init)-1); in mod_hdcp_write_lc_init()
610 hdcp->auth.msg.hdcp2.lc_init, in mod_hdcp_write_lc_init()
611 sizeof(hdcp->auth.msg.hdcp2.lc_init)); in mod_hdcp_write_lc_init()
622 hdcp->auth.msg.hdcp2.ske_eks+1, in mod_hdcp_write_eks()
623 sizeof(hdcp->auth.msg.hdcp2.ske_eks)-1); in mod_hdcp_write_eks()
627 hdcp->auth.msg.hdcp2.ske_eks, in mod_hdcp_write_eks()
628 sizeof(hdcp->auth.msg.hdcp2.ske_eks)); in mod_hdcp_write_eks()
638 hdcp->auth.msg.hdcp2.repeater_auth_ack+1, in mod_hdcp_write_repeater_auth_ack()
639 sizeof(hdcp->auth.msg.hdcp2.repeater_auth_ack)-1); in mod_hdcp_write_repeater_auth_ack()
642 hdcp->auth.msg.hdcp2.repeater_auth_ack, in mod_hdcp_write_repeater_auth_ack()
643 sizeof(hdcp->auth.msg.hdcp2.repeater_auth_ack)); in mod_hdcp_write_repeater_auth_ack()
654 hdcp->auth.msg.hdcp2.repeater_auth_stream_manage+1, in mod_hdcp_write_stream_manage()
655 hdcp->auth.msg.hdcp2.stream_manage_size-1); in mod_hdcp_write_stream_manage()
659 hdcp->auth.msg.hdcp2.repeater_auth_stream_manage, in mod_hdcp_write_stream_manage()
660 hdcp->auth.msg.hdcp2.stream_manage_size); in mod_hdcp_write_stream_manage()
670 hdcp->auth.msg.hdcp2.content_stream_type_dp+1, in mod_hdcp_write_content_type()
671 sizeof(hdcp->auth.msg.hdcp2.content_stream_type_dp)-1); in mod_hdcp_write_content_type()