Home
last modified time | relevance | path

Searched refs:SHABuff (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/
H A Dite-it6161.c2591 static u8 SHABuff[64] ; variable
2914 SHABuff[i] = pKSVList[i] ; in hdmitx_hdcp_CheckSHA()
2916 SHABuff[i++] = BStatus & 0xFF ; in hdmitx_hdcp_CheckSHA()
2917 SHABuff[i++] = (BStatus>>8) & 0xFF ; in hdmitx_hdcp_CheckSHA()
2920 SHABuff[i] = pM0[n] ; in hdmitx_hdcp_CheckSHA()
2926 SHABuff[i] = 0 ; in hdmitx_hdcp_CheckSHA()
2946 SHA_Simple(SHABuff,n,V); in hdmitx_hdcp_CheckSHA()