Home
last modified time | relevance | path

Searched refs:mindex (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-hdcp.c121 int mindex; member
147 sha->mindex = 0; in sha_reset()
162 sha->mindex = 0; in sha_processblock()
173 if (sha->mindex > 0x37) { in sha_padmessage()
174 sha->mblock[sha->mindex++] = 0x80; in sha_padmessage()
175 while (sha->mindex < 0x40) { in sha_padmessage()
176 sha->mblock[sha->mindex++] = 0; in sha_padmessage()
180 while (sha->mindex < 0x38) { in sha_padmessage()
181 sha->mblock[sha->mindex++] = 0; in sha_padmessage()
184 sha->mblock[sha->mindex in sha_padmessage()
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-hdcp.c119 int mindex; member
146 sha->mindex = 0; in sha_reset()
160 sha->mindex = 0; in sha_processblock()
171 if (sha->mindex > 55) { in sha_padmessage()
172 sha->mblock[sha->mindex++] = 0x80; in sha_padmessage()
173 while (sha->mindex < 64) in sha_padmessage()
174 sha->mblock[sha->mindex++] = 0; in sha_padmessage()
177 while (sha->mindex < 56) in sha_padmessage()
178 sha->mblock[sha->mindex++] = 0; in sha_padmessage()
180 sha->mblock[sha->mindex in sha_padmessage()
[all...]

Completed in 2 milliseconds