Lines Matching refs:hdcp2
372 &hdcp->auth.msg.hdcp2.hdcp2version_hdmi, in mod_hdcp_read_hdcp2version()
373 sizeof(hdcp->auth.msg.hdcp2.hdcp2version_hdmi)); in mod_hdcp_read_hdcp2version()
386 hdcp->auth.msg.hdcp2.rxcaps_dp, in mod_hdcp_read_rxcaps()
387 sizeof(hdcp->auth.msg.hdcp2.rxcaps_dp)); in mod_hdcp_read_rxcaps()
398 &hdcp->auth.msg.hdcp2.rxstatus_dp, in mod_hdcp_read_rxstatus()
402 (uint8_t *)&hdcp->auth.msg.hdcp2.rxstatus, in mod_hdcp_read_rxstatus()
403 sizeof(hdcp->auth.msg.hdcp2.rxstatus)); in mod_hdcp_read_rxstatus()
413 hdcp->auth.msg.hdcp2.ake_cert[0] = HDCP_2_2_AKE_SEND_CERT; in mod_hdcp_read_ake_cert()
415 hdcp->auth.msg.hdcp2.ake_cert+1, in mod_hdcp_read_ake_cert()
416 sizeof(hdcp->auth.msg.hdcp2.ake_cert)-1); in mod_hdcp_read_ake_cert()
420 hdcp->auth.msg.hdcp2.ake_cert, in mod_hdcp_read_ake_cert()
421 sizeof(hdcp->auth.msg.hdcp2.ake_cert)); in mod_hdcp_read_ake_cert()
431 hdcp->auth.msg.hdcp2.ake_h_prime[0] = HDCP_2_2_AKE_SEND_HPRIME; in mod_hdcp_read_h_prime()
433 hdcp->auth.msg.hdcp2.ake_h_prime+1, in mod_hdcp_read_h_prime()
434 sizeof(hdcp->auth.msg.hdcp2.ake_h_prime)-1); in mod_hdcp_read_h_prime()
438 hdcp->auth.msg.hdcp2.ake_h_prime, in mod_hdcp_read_h_prime()
439 sizeof(hdcp->auth.msg.hdcp2.ake_h_prime)); in mod_hdcp_read_h_prime()
449 hdcp->auth.msg.hdcp2.ake_pairing_info[0] = HDCP_2_2_AKE_SEND_PAIRING_INFO; in mod_hdcp_read_pairing_info()
451 hdcp->auth.msg.hdcp2.ake_pairing_info+1, in mod_hdcp_read_pairing_info()
452 sizeof(hdcp->auth.msg.hdcp2.ake_pairing_info)-1); in mod_hdcp_read_pairing_info()
456 hdcp->auth.msg.hdcp2.ake_pairing_info, in mod_hdcp_read_pairing_info()
457 sizeof(hdcp->auth.msg.hdcp2.ake_pairing_info)); in mod_hdcp_read_pairing_info()
467 hdcp->auth.msg.hdcp2.lc_l_prime[0] = HDCP_2_2_LC_SEND_LPRIME; in mod_hdcp_read_l_prime()
469 hdcp->auth.msg.hdcp2.lc_l_prime+1, in mod_hdcp_read_l_prime()
470 sizeof(hdcp->auth.msg.hdcp2.lc_l_prime)-1); in mod_hdcp_read_l_prime()
474 hdcp->auth.msg.hdcp2.lc_l_prime, in mod_hdcp_read_l_prime()
475 sizeof(hdcp->auth.msg.hdcp2.lc_l_prime)); in mod_hdcp_read_l_prime()
489 hdcp->auth.msg.hdcp2.rx_id_list[0] = HDCP_2_2_REP_SEND_RECVID_LIST; in mod_hdcp_read_rx_id_list()
491 hdcp->auth.msg.hdcp2.rx_id_list+1, in mod_hdcp_read_rx_id_list()
495 device_count = HDCP_2_2_DEV_COUNT_LO(hdcp->auth.msg.hdcp2.rx_id_list[2]) + in mod_hdcp_read_rx_id_list()
496 (HDCP_2_2_DEV_COUNT_HI(hdcp->auth.msg.hdcp2.rx_id_list[1]) << 4); in mod_hdcp_read_rx_id_list()
498 (sizeof(hdcp->auth.msg.hdcp2.rx_id_list) - 1)); in mod_hdcp_read_rx_id_list()
500 hdcp->auth.msg.hdcp2.rx_id_list + 1 + bytes_read, in mod_hdcp_read_rx_id_list()
505 hdcp->auth.msg.hdcp2.rx_id_list, in mod_hdcp_read_rx_id_list()
506 hdcp->auth.msg.hdcp2.rx_id_list_size); in mod_hdcp_read_rx_id_list()
516 hdcp->auth.msg.hdcp2.repeater_auth_stream_ready[0] = HDCP_2_2_REP_STREAM_READY; in mod_hdcp_read_stream_ready()
518 hdcp->auth.msg.hdcp2.repeater_auth_stream_ready+1, in mod_hdcp_read_stream_ready()
519 sizeof(hdcp->auth.msg.hdcp2.repeater_auth_stream_ready)-1); in mod_hdcp_read_stream_ready()
523 hdcp->auth.msg.hdcp2.repeater_auth_stream_ready, in mod_hdcp_read_stream_ready()
524 sizeof(hdcp->auth.msg.hdcp2.repeater_auth_stream_ready)); in mod_hdcp_read_stream_ready()
535 hdcp->auth.msg.hdcp2.ake_init+1, in mod_hdcp_write_ake_init()
536 sizeof(hdcp->auth.msg.hdcp2.ake_init)-1); in mod_hdcp_write_ake_init()
539 hdcp->auth.msg.hdcp2.ake_init, in mod_hdcp_write_ake_init()
540 sizeof(hdcp->auth.msg.hdcp2.ake_init)); in mod_hdcp_write_ake_init()
550 hdcp->auth.msg.hdcp2.ake_no_stored_km+1, in mod_hdcp_write_no_stored_km()
551 sizeof(hdcp->auth.msg.hdcp2.ake_no_stored_km)-1); in mod_hdcp_write_no_stored_km()
554 hdcp->auth.msg.hdcp2.ake_no_stored_km, in mod_hdcp_write_no_stored_km()
555 sizeof(hdcp->auth.msg.hdcp2.ake_no_stored_km)); in mod_hdcp_write_no_stored_km()
565 hdcp->auth.msg.hdcp2.ake_stored_km+1, in mod_hdcp_write_stored_km()
566 sizeof(hdcp->auth.msg.hdcp2.ake_stored_km)-1); in mod_hdcp_write_stored_km()
569 hdcp->auth.msg.hdcp2.ake_stored_km, in mod_hdcp_write_stored_km()
570 sizeof(hdcp->auth.msg.hdcp2.ake_stored_km)); in mod_hdcp_write_stored_km()
580 hdcp->auth.msg.hdcp2.lc_init+1, in mod_hdcp_write_lc_init()
581 sizeof(hdcp->auth.msg.hdcp2.lc_init)-1); in mod_hdcp_write_lc_init()
584 hdcp->auth.msg.hdcp2.lc_init, in mod_hdcp_write_lc_init()
585 sizeof(hdcp->auth.msg.hdcp2.lc_init)); in mod_hdcp_write_lc_init()
596 hdcp->auth.msg.hdcp2.ske_eks+1, in mod_hdcp_write_eks()
597 sizeof(hdcp->auth.msg.hdcp2.ske_eks)-1); in mod_hdcp_write_eks()
601 hdcp->auth.msg.hdcp2.ske_eks, in mod_hdcp_write_eks()
602 sizeof(hdcp->auth.msg.hdcp2.ske_eks)); in mod_hdcp_write_eks()
612 hdcp->auth.msg.hdcp2.repeater_auth_ack+1, in mod_hdcp_write_repeater_auth_ack()
613 sizeof(hdcp->auth.msg.hdcp2.repeater_auth_ack)-1); in mod_hdcp_write_repeater_auth_ack()
616 hdcp->auth.msg.hdcp2.repeater_auth_ack, in mod_hdcp_write_repeater_auth_ack()
617 sizeof(hdcp->auth.msg.hdcp2.repeater_auth_ack)); in mod_hdcp_write_repeater_auth_ack()
628 hdcp->auth.msg.hdcp2.repeater_auth_stream_manage+1, in mod_hdcp_write_stream_manage()
629 hdcp->auth.msg.hdcp2.stream_manage_size-1); in mod_hdcp_write_stream_manage()
633 hdcp->auth.msg.hdcp2.repeater_auth_stream_manage, in mod_hdcp_write_stream_manage()
634 hdcp->auth.msg.hdcp2.stream_manage_size); in mod_hdcp_write_stream_manage()
644 hdcp->auth.msg.hdcp2.content_stream_type_dp+1, in mod_hdcp_write_content_type()
645 sizeof(hdcp->auth.msg.hdcp2.content_stream_type_dp)-1); in mod_hdcp_write_content_type()