Searched refs:ake_init (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/hdcp/ |
H A D | hdcp_ddc.c | 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()
|
H A D | hdcp_log.h | 140 HDCP_DDC_WRITE_TRACE(hdcp, "AKE Init", hdcp->auth.msg.hdcp2.ake_init, \ 141 sizeof(hdcp->auth.msg.hdcp2.ake_init)); \
|
H A D | hdcp.h | 137 uint8_t ake_init[12]; member
|
H A D | hdcp_psp.c | 492 memcpy(&hdcp->auth.msg.hdcp2.ake_init[0], &msg_out->prepare.transmitter_message[0], in mod_hdcp_hdcp2_prepare_ake_init() 493 sizeof(hdcp->auth.msg.hdcp2.ake_init)); in mod_hdcp_hdcp2_prepare_ake_init()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/modules/hdcp/ |
H A D | hdcp_ddc.c | 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()
|
H A D | hdcp_log.c | 86 HDCP_DDC_WRITE_TRACE(hdcp, "AKE Init", hdcp->auth.msg.hdcp2.ake_init, in mod_hdcp_log_ddc_trace() 87 sizeof(hdcp->auth.msg.hdcp2.ake_init)); in mod_hdcp_log_ddc_trace()
|
H A D | hdcp.h | 137 uint8_t ake_init[12]; member
|
H A D | hdcp_psp.c | 600 memcpy(&hdcp->auth.msg.hdcp2.ake_init[0], &msg_out->prepare.transmitter_message[0], in mod_hdcp_hdcp2_prepare_ake_init() 601 sizeof(hdcp->auth.msg.hdcp2.ake_init)); in mod_hdcp_hdcp2_prepare_ake_init()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_hdcp.c | 1309 struct hdcp2_ake_init ake_init; in hdcp2_authentication_key_exchange() member 1323 ret = hdcp2_prepare_ake_init(connector, &msgs.ake_init); in hdcp2_authentication_key_exchange() 1327 ret = shim->write_2_2_msg(dig_port, &msgs.ake_init, in hdcp2_authentication_key_exchange() 1328 sizeof(msgs.ake_init)); in hdcp2_authentication_key_exchange()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_hdcp.c | 1422 struct hdcp2_ake_init ake_init; in hdcp2_authentication_key_exchange() member 1436 ret = hdcp2_prepare_ake_init(connector, &msgs.ake_init); in hdcp2_authentication_key_exchange() 1440 ret = shim->write_2_2_msg(dig_port, &msgs.ake_init, in hdcp2_authentication_key_exchange() 1441 sizeof(msgs.ake_init)); in hdcp2_authentication_key_exchange()
|
Completed in 14 milliseconds