Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/hdmi/hal/curry/hdcp/
H A DhalHDCP.c345 MS_U8 u8LmCnt = 0; in MHal_HDCP_HDCP14TxGenerateCipher() local
360 for (u8LmCnt = 0; u8LmCnt < 7; u8LmCnt++) in MHal_HDCP_HDCP14TxGenerateCipher()
362 u8Seed = (u8LmCnt + gu8Hdcp1xKey[7]) % 7; in MHal_HDCP_HDCP14TxGenerateCipher()
363 u8Tmp = gu8Hdcp1xKey[u16Offset + u8LmCnt] ^ gu8Hdcp1xKey[u8Seed]; in MHal_HDCP_HDCP14TxGenerateCipher()
365 u8Lm[u8LmCnt] = u8Lm[u8LmCnt] + u8Tmp + u8CarryBit; in MHal_HDCP_HDCP14TxGenerateCipher()
366 …if (((u8CarryBit == 0) && (u8Lm[u8LmCnt] >= u8Tmp)) || ((u8CarryBit == 1) && (u8Lm[u8LmCnt] > u8Tm… in MHal_HDCP_HDCP14TxGenerateCipher()
377 for (u8LmCnt = 0; u8LmCnt < 7; u8LmCnt++) in MHal_HDCP_HDCP14TxGenerateCipher()
379 if (u8LmCnt < 6) in MHal_HDCP_HDCP14TxGenerateCipher()
380 u8Lm[u8LmCnt] = u8Lm[u8LmCnt] ^ u8Tmp; in MHal_HDCP_HDCP14TxGenerateCipher()
382 u8Lm[u8LmCnt] = u8Lm[u8LmCnt] ^ (~u8Tmp); in MHal_HDCP_HDCP14TxGenerateCipher()
[all …]
/utopia/UTPA2-700.0.x/modules/hdmi/hal/k6/hdcp/
H A DhalHDCP.c345 MS_U8 u8LmCnt = 0; in MHal_HDCP_HDCP14TxGenerateCipher() local
360 for (u8LmCnt = 0; u8LmCnt < 7; u8LmCnt++) in MHal_HDCP_HDCP14TxGenerateCipher()
362 u8Seed = (u8LmCnt + gu8Hdcp1xKey[7]) % 7; in MHal_HDCP_HDCP14TxGenerateCipher()
363 u8Tmp = gu8Hdcp1xKey[u16Offset + u8LmCnt] ^ gu8Hdcp1xKey[u8Seed]; in MHal_HDCP_HDCP14TxGenerateCipher()
365 u8Lm[u8LmCnt] = u8Lm[u8LmCnt] + u8Tmp + u8CarryBit; in MHal_HDCP_HDCP14TxGenerateCipher()
366 …if (((u8CarryBit == 0) && (u8Lm[u8LmCnt] >= u8Tmp)) || ((u8CarryBit == 1) && (u8Lm[u8LmCnt] > u8Tm… in MHal_HDCP_HDCP14TxGenerateCipher()
377 for (u8LmCnt = 0; u8LmCnt < 7; u8LmCnt++) in MHal_HDCP_HDCP14TxGenerateCipher()
379 if (u8LmCnt < 6) in MHal_HDCP_HDCP14TxGenerateCipher()
380 u8Lm[u8LmCnt] = u8Lm[u8LmCnt] ^ u8Tmp; in MHal_HDCP_HDCP14TxGenerateCipher()
382 u8Lm[u8LmCnt] = u8Lm[u8LmCnt] ^ (~u8Tmp); in MHal_HDCP_HDCP14TxGenerateCipher()
[all …]
/utopia/UTPA2-700.0.x/modules/hdmi/hal/k6lite/hdcp/
H A DhalHDCP.c345 MS_U8 u8LmCnt = 0; in MHal_HDCP_HDCP14TxGenerateCipher() local
360 for (u8LmCnt = 0; u8LmCnt < 7; u8LmCnt++) in MHal_HDCP_HDCP14TxGenerateCipher()
362 u8Seed = (u8LmCnt + gu8Hdcp1xKey[7]) % 7; in MHal_HDCP_HDCP14TxGenerateCipher()
363 u8Tmp = gu8Hdcp1xKey[u16Offset + u8LmCnt] ^ gu8Hdcp1xKey[u8Seed]; in MHal_HDCP_HDCP14TxGenerateCipher()
365 u8Lm[u8LmCnt] = u8Lm[u8LmCnt] + u8Tmp + u8CarryBit; in MHal_HDCP_HDCP14TxGenerateCipher()
366 …if (((u8CarryBit == 0) && (u8Lm[u8LmCnt] >= u8Tmp)) || ((u8CarryBit == 1) && (u8Lm[u8LmCnt] > u8Tm… in MHal_HDCP_HDCP14TxGenerateCipher()
377 for (u8LmCnt = 0; u8LmCnt < 7; u8LmCnt++) in MHal_HDCP_HDCP14TxGenerateCipher()
379 if (u8LmCnt < 6) in MHal_HDCP_HDCP14TxGenerateCipher()
380 u8Lm[u8LmCnt] = u8Lm[u8LmCnt] ^ u8Tmp; in MHal_HDCP_HDCP14TxGenerateCipher()
382 u8Lm[u8LmCnt] = u8Lm[u8LmCnt] ^ (~u8Tmp); in MHal_HDCP_HDCP14TxGenerateCipher()
[all …]
/utopia/UTPA2-700.0.x/modules/hdmi/hal/M7621/hdcp/
H A DhalHDCP.c339 MS_U8 u8LmCnt = 0; in MHal_HDCP_HDCP14TxGenerateCipher() local
354 for (u8LmCnt = 0; u8LmCnt < 7; u8LmCnt++) in MHal_HDCP_HDCP14TxGenerateCipher()
356 u8Seed = (u8LmCnt + gu8Hdcp1xKey[7]) % 7; in MHal_HDCP_HDCP14TxGenerateCipher()
357 u8Tmp = gu8Hdcp1xKey[u16Offset + u8LmCnt] ^ gu8Hdcp1xKey[u8Seed]; in MHal_HDCP_HDCP14TxGenerateCipher()
359 u8Lm[u8LmCnt] = u8Lm[u8LmCnt] + u8Tmp + u8CarryBit; in MHal_HDCP_HDCP14TxGenerateCipher()
360 …if (((u8CarryBit == 0) && (u8Lm[u8LmCnt] >= u8Tmp)) || ((u8CarryBit == 1) && (u8Lm[u8LmCnt] > u8Tm… in MHal_HDCP_HDCP14TxGenerateCipher()
371 for (u8LmCnt = 0; u8LmCnt < 7; u8LmCnt++) in MHal_HDCP_HDCP14TxGenerateCipher()
373 if (u8LmCnt < 6) in MHal_HDCP_HDCP14TxGenerateCipher()
374 u8Lm[u8LmCnt] = u8Lm[u8LmCnt] ^ u8Tmp; in MHal_HDCP_HDCP14TxGenerateCipher()
376 u8Lm[u8LmCnt] = u8Lm[u8LmCnt] ^ (~u8Tmp); in MHal_HDCP_HDCP14TxGenerateCipher()
[all …]
/utopia/UTPA2-700.0.x/modules/hdmi/hal/maxim/hdcp/
H A DhalHDCP.c339 MS_U8 u8LmCnt = 0; in MHal_HDCP_HDCP14TxGenerateCipher() local
354 for (u8LmCnt = 0; u8LmCnt < 7; u8LmCnt++) in MHal_HDCP_HDCP14TxGenerateCipher()
356 u8Seed = (u8LmCnt + gu8Hdcp1xKey[7]) % 7; in MHal_HDCP_HDCP14TxGenerateCipher()
357 u8Tmp = gu8Hdcp1xKey[u16Offset + u8LmCnt] ^ gu8Hdcp1xKey[u8Seed]; in MHal_HDCP_HDCP14TxGenerateCipher()
359 u8Lm[u8LmCnt] = u8Lm[u8LmCnt] + u8Tmp + u8CarryBit; in MHal_HDCP_HDCP14TxGenerateCipher()
360 …if (((u8CarryBit == 0) && (u8Lm[u8LmCnt] >= u8Tmp)) || ((u8CarryBit == 1) && (u8Lm[u8LmCnt] > u8Tm… in MHal_HDCP_HDCP14TxGenerateCipher()
371 for (u8LmCnt = 0; u8LmCnt < 7; u8LmCnt++) in MHal_HDCP_HDCP14TxGenerateCipher()
373 if (u8LmCnt < 6) in MHal_HDCP_HDCP14TxGenerateCipher()
374 u8Lm[u8LmCnt] = u8Lm[u8LmCnt] ^ u8Tmp; in MHal_HDCP_HDCP14TxGenerateCipher()
376 u8Lm[u8LmCnt] = u8Lm[u8LmCnt] ^ (~u8Tmp); in MHal_HDCP_HDCP14TxGenerateCipher()
[all …]
/utopia/UTPA2-700.0.x/modules/hdmi/hal/kano/hdcp/
H A DhalHDCP.c345 MS_U8 u8LmCnt = 0; in MHal_HDCP_HDCP14TxGenerateCipher() local
360 for (u8LmCnt = 0; u8LmCnt < 7; u8LmCnt++) in MHal_HDCP_HDCP14TxGenerateCipher()
362 u8Seed = (u8LmCnt + gu8Hdcp1xKey[7]) % 7; in MHal_HDCP_HDCP14TxGenerateCipher()
363 u8Tmp = gu8Hdcp1xKey[u16Offset + u8LmCnt] ^ gu8Hdcp1xKey[u8Seed]; in MHal_HDCP_HDCP14TxGenerateCipher()
365 u8Lm[u8LmCnt] = u8Lm[u8LmCnt] + u8Tmp + u8CarryBit; in MHal_HDCP_HDCP14TxGenerateCipher()
366 …if (((u8CarryBit == 0) && (u8Lm[u8LmCnt] >= u8Tmp)) || ((u8CarryBit == 1) && (u8Lm[u8LmCnt] > u8Tm… in MHal_HDCP_HDCP14TxGenerateCipher()
377 for (u8LmCnt = 0; u8LmCnt < 7; u8LmCnt++) in MHal_HDCP_HDCP14TxGenerateCipher()
379 if (u8LmCnt < 6) in MHal_HDCP_HDCP14TxGenerateCipher()
380 u8Lm[u8LmCnt] = u8Lm[u8LmCnt] ^ u8Tmp; in MHal_HDCP_HDCP14TxGenerateCipher()
382 u8Lm[u8LmCnt] = u8Lm[u8LmCnt] ^ (~u8Tmp); in MHal_HDCP_HDCP14TxGenerateCipher()
[all …]