Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/dscmb/drv/dscmb2/
H A DmdrvDSCMB.c597 DSCMB_ENGKEY * pKey = (DSCMB_ENGKEY *)pu32Args; in DSCMBIoctl() local
598 …if(TRUE == _MDrv_DSCMB2_EngSetKey(pKey->u32EngId, pKey->u32DscmbId, pKey->eEngType, pKey->eKeyType… in DSCMBIoctl()
621 DSCMB_ENGRESETKEY * pKey = (DSCMB_ENGRESETKEY *)pu32Args; in DSCMBIoctl() local
622 …if(TRUE == _MDrv_DSCMB2_EngResetKey(pKey->u32EngId, pKey->u32DscmbId, pKey->eEngType, pKey->eKeyTy… in DSCMBIoctl()
/utopia/UTPA2-700.0.x/modules/dmx/hal/k6/tsio/
H A DhalTSIO.c1371 MS_BOOL HAL_TSIO_LOCDEC_Key_Set( MS_U8 u8Sid, MS_U8 *pKey, MS_U16 u16KeySize, MS_BOOL bOddKey) in HAL_TSIO_LOCDEC_Key_Set() argument
1377 if (pKey == NULL || u16KeySize != TSIO_LOCDEC_KEY_LEN) in HAL_TSIO_LOCDEC_Key_Set()
1384 u16Data = (pKey[index-1]<<8) + pKey[index]; in HAL_TSIO_LOCDEC_Key_Set()
/utopia/UTPA2-700.0.x/modules/dmx/hal/k6lite/tsio/
H A DhalTSIO.c1371 MS_BOOL HAL_TSIO_LOCDEC_Key_Set( MS_U8 u8Sid, MS_U8 *pKey, MS_U16 u16KeySize, MS_BOOL bOddKey) in HAL_TSIO_LOCDEC_Key_Set() argument
1377 if (pKey == NULL || u16KeySize != TSIO_LOCDEC_KEY_LEN) in HAL_TSIO_LOCDEC_Key_Set()
1384 u16Data = (pKey[index-1]<<8) + pKey[index]; in HAL_TSIO_LOCDEC_Key_Set()
/utopia/UTPA2-700.0.x/modules/dmx/drv/tsio/
H A DdrvTSIO.c1816 TSIO_Result MDrv_TSIO_Service_SetLocdecKey(MS_U16 u16Servicehandle, MS_U8 *pKey, MS_U16 u16KeySize,… in MDrv_TSIO_Service_SetLocdecKey() argument
1824 if (pKey == NULL || u16KeySize != TSIO_LOCDEC_KEY_LEN) in MDrv_TSIO_Service_SetLocdecKey()
1839 HAL_TSIO_LOCDEC_Key_Set(u8Sid, pKey, u16KeySize, bOddKey); in MDrv_TSIO_Service_SetLocdecKey()
H A DdrvTSIO.h607 TSIO_Result MDrv_TSIO_Service_SetLocdecKey(MS_U16 u16Servicehandle, MS_U8 *pKey, MS_U16 u16KeySize,…