Searched refs:ake_cert (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/modules/hdcp/
H A Damdgpu_hdcp_ddc.c412 hdcp->auth.msg.hdcp2.ake_cert[0] = 3;
414 hdcp->auth.msg.hdcp2.ake_cert+1,
415 sizeof(hdcp->auth.msg.hdcp2.ake_cert)-1);
419 hdcp->auth.msg.hdcp2.ake_cert,
420 sizeof(hdcp->auth.msg.hdcp2.ake_cert));
H A Dhdcp_log.h131 HDCP_DDC_READ_TRACE(hdcp, "AKE Cert", hdcp->auth.msg.hdcp2.ake_cert, \
132 sizeof(hdcp->auth.msg.hdcp2.ake_cert)); \
H A Damdgpu_hdcp_psp.c457 memcpy(&msg_in->process.receiver_message[0], hdcp->auth.msg.hdcp2.ake_cert,
458 sizeof(hdcp->auth.msg.hdcp2.ake_cert));
H A Dhdcp.h142 uint8_t ake_cert[534]; member in struct:mod_hdcp_message_hdcp2
H A Damdgpu_hdcp2_execution.c101 status = (size == sizeof(hdcp->auth.msg.hdcp2.ake_cert)) ?

Completed in 97 milliseconds