Home
last modified time | relevance | path

Searched refs:u8ByteCnt (Results 1 – 25 of 52) sorted by relevance

123

/utopia/UTPA2-700.0.x/modules/hdmi/hal/curry/hdcp/
H A DhalHDCP.c286 MS_U8 u8ByteCnt = 0; in MHal_HDCP_HDCP14TxGetAKSV() local
291 for (u8ByteCnt = 0; u8ByteCnt < 5; u8ByteCnt++ ) in MHal_HDCP_HDCP14TxGetAKSV()
293 *(pu8Aksv + u8ByteCnt) = gu8Hdcp1xKey[u8ByteCnt]; in MHal_HDCP_HDCP14TxGetAKSV()
343 MS_U8 u8ByteCnt = 0; in MHal_HDCP_HDCP14TxGenerateCipher() local
351 for (u8ByteCnt = 0; u8ByteCnt < 5; u8ByteCnt++) in MHal_HDCP_HDCP14TxGenerateCipher()
355 if (*(pu8Bksv + u8ByteCnt) & (1 << u8BitCnt)) in MHal_HDCP_HDCP14TxGenerateCipher()
358 u16Offset = (u8ByteCnt * 8 + u8BitCnt) * 7 + DEF_HDCP1X_KEY_OFFSET; in MHal_HDCP_HDCP14TxGenerateCipher()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/k6/hdcp/
H A DhalHDCP.c286 MS_U8 u8ByteCnt = 0; in MHal_HDCP_HDCP14TxGetAKSV() local
291 for (u8ByteCnt = 0; u8ByteCnt < 5; u8ByteCnt++ ) in MHal_HDCP_HDCP14TxGetAKSV()
293 *(pu8Aksv + u8ByteCnt) = gu8Hdcp1xKey[u8ByteCnt]; in MHal_HDCP_HDCP14TxGetAKSV()
343 MS_U8 u8ByteCnt = 0; in MHal_HDCP_HDCP14TxGenerateCipher() local
351 for (u8ByteCnt = 0; u8ByteCnt < 5; u8ByteCnt++) in MHal_HDCP_HDCP14TxGenerateCipher()
355 if (*(pu8Bksv + u8ByteCnt) & (1 << u8BitCnt)) in MHal_HDCP_HDCP14TxGenerateCipher()
358 u16Offset = (u8ByteCnt * 8 + u8BitCnt) * 7 + DEF_HDCP1X_KEY_OFFSET; in MHal_HDCP_HDCP14TxGenerateCipher()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/k6lite/hdcp/
H A DhalHDCP.c286 MS_U8 u8ByteCnt = 0; in MHal_HDCP_HDCP14TxGetAKSV() local
291 for (u8ByteCnt = 0; u8ByteCnt < 5; u8ByteCnt++ ) in MHal_HDCP_HDCP14TxGetAKSV()
293 *(pu8Aksv + u8ByteCnt) = gu8Hdcp1xKey[u8ByteCnt]; in MHal_HDCP_HDCP14TxGetAKSV()
343 MS_U8 u8ByteCnt = 0; in MHal_HDCP_HDCP14TxGenerateCipher() local
351 for (u8ByteCnt = 0; u8ByteCnt < 5; u8ByteCnt++) in MHal_HDCP_HDCP14TxGenerateCipher()
355 if (*(pu8Bksv + u8ByteCnt) & (1 << u8BitCnt)) in MHal_HDCP_HDCP14TxGenerateCipher()
358 u16Offset = (u8ByteCnt * 8 + u8BitCnt) * 7 + DEF_HDCP1X_KEY_OFFSET; in MHal_HDCP_HDCP14TxGenerateCipher()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/M7621/hdcp/
H A DhalHDCP.c282 MS_U8 u8ByteCnt = 0; in MHal_HDCP_HDCP14TxGetAKSV() local
286 for (u8ByteCnt = 0; u8ByteCnt < 5; u8ByteCnt++ ) in MHal_HDCP_HDCP14TxGetAKSV()
288 *(pu8Aksv + u8ByteCnt) = gu8Hdcp1xKey[u8ByteCnt]; in MHal_HDCP_HDCP14TxGetAKSV()
337 MS_U8 u8ByteCnt = 0; in MHal_HDCP_HDCP14TxGenerateCipher() local
345 for (u8ByteCnt = 0; u8ByteCnt < 5; u8ByteCnt++) in MHal_HDCP_HDCP14TxGenerateCipher()
349 if (*(pu8Bksv + u8ByteCnt) & (1 << u8BitCnt)) in MHal_HDCP_HDCP14TxGenerateCipher()
352 u16Offset = (u8ByteCnt * 8 + u8BitCnt) * 7 + DEF_HDCP1X_KEY_OFFSET; in MHal_HDCP_HDCP14TxGenerateCipher()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/maxim/hdcp/
H A DhalHDCP.c282 MS_U8 u8ByteCnt = 0; in MHal_HDCP_HDCP14TxGetAKSV() local
286 for (u8ByteCnt = 0; u8ByteCnt < 5; u8ByteCnt++ ) in MHal_HDCP_HDCP14TxGetAKSV()
288 *(pu8Aksv + u8ByteCnt) = gu8Hdcp1xKey[u8ByteCnt]; in MHal_HDCP_HDCP14TxGetAKSV()
337 MS_U8 u8ByteCnt = 0; in MHal_HDCP_HDCP14TxGenerateCipher() local
345 for (u8ByteCnt = 0; u8ByteCnt < 5; u8ByteCnt++) in MHal_HDCP_HDCP14TxGenerateCipher()
349 if (*(pu8Bksv + u8ByteCnt) & (1 << u8BitCnt)) in MHal_HDCP_HDCP14TxGenerateCipher()
352 u16Offset = (u8ByteCnt * 8 + u8BitCnt) * 7 + DEF_HDCP1X_KEY_OFFSET; in MHal_HDCP_HDCP14TxGenerateCipher()
/utopia/UTPA2-700.0.x/modules/hdmi/hal/kano/hdcp/
H A DhalHDCP.c286 MS_U8 u8ByteCnt = 0; in MHal_HDCP_HDCP14TxGetAKSV() local
291 for (u8ByteCnt = 0; u8ByteCnt < 5; u8ByteCnt++ ) in MHal_HDCP_HDCP14TxGetAKSV()
293 *(pu8Aksv + u8ByteCnt) = gu8Hdcp1xKey[u8ByteCnt]; in MHal_HDCP_HDCP14TxGetAKSV()
343 MS_U8 u8ByteCnt = 0; in MHal_HDCP_HDCP14TxGenerateCipher() local
351 for (u8ByteCnt = 0; u8ByteCnt < 5; u8ByteCnt++) in MHal_HDCP_HDCP14TxGenerateCipher()
355 if (*(pu8Bksv + u8ByteCnt) & (1 << u8BitCnt)) in MHal_HDCP_HDCP14TxGenerateCipher()
358 u16Offset = (u8ByteCnt * 8 + u8BitCnt) * 7 + DEF_HDCP1X_KEY_OFFSET; in MHal_HDCP_HDCP14TxGenerateCipher()
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DdrvMVD.h563 MS_U8 u8ByteCnt; member
H A DdrvHVD.h823 MS_U8 u8ByteCnt; // User Data length member
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvMVD.h563 MS_U8 u8ByteCnt; member
H A DdrvHVD.h823 MS_U8 u8ByteCnt; // User Data length member
/utopia/UTPA2-700.0.x/modules/vdec_v2/drv/mvd_ex/
H A DdrvMVD_EX.h617 MS_U8 u8ByteCnt; member
/utopia/UTPA2-700.0.x/modules/vdec_v2/drv/hvd_ex/
H A DdrvHVD_EX.h851 MS_U8 u8ByteCnt; // User Data length member
/utopia/UTPA2-700.0.x/modules/vdec_lite/drv/mvd_lite/
H A DdrvMVD_EX.h665 MS_U8 u8ByteCnt; member
/utopia/UTPA2-700.0.x/modules/vdec_v3/drv/mvd_v3/
H A DdrvMVD_EX.h659 MS_U8 u8ByteCnt; member
/utopia/UTPA2-700.0.x/modules/vdec_v1/drv/mvd/
H A DdrvMVD.c7026 pUsrInfo->u8ByteCnt = stUsrDataExt.userdatabytecnt; in MDrv_MVD_GetUsrDataInfo()
7036 pUsrInfo->u8ByteCnt = stUsrDataInfo.userdatabytecnt; in MDrv_MVD_GetUsrDataInfo()
7047 printf("%d, ", pUsrInfo->u8ByteCnt); in MDrv_MVD_GetUsrDataInfo()
/utopia/UTPA2-700.0.x/modules/vdec_lite/drv/hvd_lite/
H A DdrvHVD_EX.h1031 MS_U8 u8ByteCnt; // User Data length member
/utopia/UTPA2-700.0.x/modules/vdec_v3/drv/hvd_v3/
H A DdrvHVD_EX.h1056 MS_U8 u8ByteCnt; // User Data length member
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/mustang/mvd_ex/
H A DhalMVD_EX.c5076 pUsrInfo->u8ByteCnt = stUsrDataExt.userdatabytecnt; in HAL_MVD_GetUsrDataInfo()
5085 pUsrInfo->u8ByteCnt = stUsrDataInfo.userdatabytecnt; in HAL_MVD_GetUsrDataInfo()
5096 MVD_PRINT("%d, ", pUsrInfo->u8ByteCnt); in HAL_MVD_GetUsrDataInfo()
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/maserati/mvd_ex/
H A DhalMVD_EX.c4985 pUsrInfo->u8ByteCnt = stUsrDataExt.userdatabytecnt; in HAL_MVD_GetUsrDataInfo()
4994 pUsrInfo->u8ByteCnt = stUsrDataInfo.userdatabytecnt; in HAL_MVD_GetUsrDataInfo()
5005 printf("%d, ", pUsrInfo->u8ByteCnt); in HAL_MVD_GetUsrDataInfo()
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/maldives/mvd_ex/
H A DhalMVD_EX.c5076 pUsrInfo->u8ByteCnt = stUsrDataExt.userdatabytecnt; in HAL_MVD_GetUsrDataInfo()
5085 pUsrInfo->u8ByteCnt = stUsrDataInfo.userdatabytecnt; in HAL_MVD_GetUsrDataInfo()
5096 MVD_PRINT("%d, ", pUsrInfo->u8ByteCnt); in HAL_MVD_GetUsrDataInfo()
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/M7821/mvd_ex/
H A DhalMVD_EX.c4985 pUsrInfo->u8ByteCnt = stUsrDataExt.userdatabytecnt; in HAL_MVD_GetUsrDataInfo()
4994 pUsrInfo->u8ByteCnt = stUsrDataInfo.userdatabytecnt; in HAL_MVD_GetUsrDataInfo()
5005 printf("%d, ", pUsrInfo->u8ByteCnt); in HAL_MVD_GetUsrDataInfo()
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/manhattan/mvd_ex/
H A DhalMVD_EX.c4985 pUsrInfo->u8ByteCnt = stUsrDataExt.userdatabytecnt; in HAL_MVD_GetUsrDataInfo()
4994 pUsrInfo->u8ByteCnt = stUsrDataInfo.userdatabytecnt; in HAL_MVD_GetUsrDataInfo()
5005 printf("%d, ", pUsrInfo->u8ByteCnt); in HAL_MVD_GetUsrDataInfo()
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/M7621/mvd_ex/
H A DhalMVD_EX.c4985 pUsrInfo->u8ByteCnt = stUsrDataExt.userdatabytecnt; in HAL_MVD_GetUsrDataInfo()
4994 pUsrInfo->u8ByteCnt = stUsrDataInfo.userdatabytecnt; in HAL_MVD_GetUsrDataInfo()
5005 printf("%d, ", pUsrInfo->u8ByteCnt); in HAL_MVD_GetUsrDataInfo()
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/mainz/mvd_ex/
H A DhalMVD_EX.c4985 pUsrInfo->u8ByteCnt = stUsrDataExt.userdatabytecnt; in HAL_MVD_GetUsrDataInfo()
4994 pUsrInfo->u8ByteCnt = stUsrDataInfo.userdatabytecnt; in HAL_MVD_GetUsrDataInfo()
5005 printf("%d, ", pUsrInfo->u8ByteCnt); in HAL_MVD_GetUsrDataInfo()
/utopia/UTPA2-700.0.x/modules/vdec_v2/hal/maxim/mvd_ex/
H A DhalMVD_EX.c4985 pUsrInfo->u8ByteCnt = stUsrDataExt.userdatabytecnt; in HAL_MVD_GetUsrDataInfo()
4994 pUsrInfo->u8ByteCnt = stUsrDataInfo.userdatabytecnt; in HAL_MVD_GetUsrDataInfo()
5005 printf("%d, ", pUsrInfo->u8ByteCnt); in HAL_MVD_GetUsrDataInfo()

123