Home
last modified time | relevance | path

Searched refs:u32CAVid (Results 1 – 25 of 45) sorted by relevance

12

/utopia/UTPA2-700.0.x/modules/dscmb/drv/dscmb2/
H A DdrvDSCMB.c329 DRVDSCMB2_DBG(DSCMB2_DBGLV_DEBUG, "CAVid: %u\n", pMap->u32CAVid); in _DumpMapInfo()
459 MS_U32 u32CAVid = DEFAULT_CAVID; in _MDrv_DSCMB2_InitBySWFlag() local
460 DRVDSCMB2_DBG(DSCMB2_DBGLV_DEBUG,"u32CAVid = %d ++++\n", u32CAVid); in _MDrv_DSCMB2_InitBySWFlag()
468 if(u32CAVid == 0) in _MDrv_DSCMB2_InitBySWFlag()
483 DRVDSCMB2_DBG(DSCMB2_DBGLV_INFO, "CAVid = 0x%X\n", (unsigned int)u32CAVid); in _MDrv_DSCMB2_InitBySWFlag()
484 HAL_DSCMB_SetCAVid(u32CAVid); in _MDrv_DSCMB2_InitBySWFlag()
513 DscmbTspMap[j][i].u32CAVid = u32CAVid; in _MDrv_DSCMB2_InitBySWFlag()
522 _u32PidFlt2Dscmb[i].u8CaVid = u32CAVid; in _MDrv_DSCMB2_InitBySWFlag()
601 MS_U32 _MDrv_DSCMB2_FltAllocWithCAVid(MS_U32 u32EngId, DSCMB_Flt_Type eFltType, MS_U32 u32CAVid) in _MDrv_DSCMB2_FltAllocWithCAVid() argument
611 …DSCMB_ASSERT((u32CAVid != 0) && (u32CAVid <= DEFAULT_CAVID), "CAVid input error", DRV_DSCMB_FLT_NU… in _MDrv_DSCMB2_FltAllocWithCAVid()
[all …]
/utopia/UTPA2-700.0.x/modules/dscmb/hal/curry/dscmb/
H A DhalDSCMB.c179 …2 u32fltid, DSCMB_Key_Type type, MS_U32 u32Field, MS_U32 u32Cmd, MS_U32 u32CAVid, MS_U32 *u32data);
782 MS_BOOL HAL_DSCMB_SetCAVid(MS_U32 u32CAVid ) in HAL_DSCMB_SetCAVid() argument
784 _u32CAVid = u32CAVid; in HAL_DSCMB_SetCAVid()
820 MS_BOOL HAL_DSCMB_BypassMode(MS_U32 u32CAVid, MS_U32 u32TSid) in HAL_DSCMB_BypassMode() argument
825 HALDSCMB2_DBG(DSCMB2_DBGLV_DEBUG, "By Pass clear packet CAVid: %d\n", (unsigned int)u32CAVid); in HAL_DSCMB_BypassMode()
828 ret &= HAL_DSCMB_PidIdx_SetCAVid(i,u32CAVid); in HAL_DSCMB_BypassMode()
831 …ret &= HAL_DSCMB_KTE_Write_Switch(i, E_DSCMB_KEY_CLEAR, u32CAVid, REG_KTE_SW4_E_EN, REG_KTE_SW4_E_… in HAL_DSCMB_BypassMode()
832 ret &= HAL_DSCMB_KTE_Write_FSCB(i, E_DSCMB_KEY_CLEAR, u32CAVid, DSCMB_FSCB_UNCHG); in HAL_DSCMB_BypassMode()
833 ret &= HAL_DSCMB_KTE_Write_SrcDst(i,E_DSCMB_KEY_CLEAR,u32CAVid,0,0,0); in HAL_DSCMB_BypassMode()
1067 MS_BOOL HAL_DSCMB_PidIdx_SetCAVid(MS_U32 u32fltid , MS_U32 u32CAVid ) in HAL_DSCMB_PidIdx_SetCAVid() argument
[all …]
H A DhalDSCMB.h667 MS_BOOL HAL_DSCMB_SetCAVid(MS_U32 u32CAVid);
682 MS_BOOL HAL_DSCMB_PidIdx_SetCAVid(MS_U32 u32fltid , MS_U32 u32CAVid );
708 MS_BOOL HAL_DSCMB_KTE_Read_Switch(MS_U32 u32fltid, DSCMB_Key_Type type, MS_U32 u32CAVid, MS_U32 *u3…
709 …rite_Key(MS_U32 u32fltid, DSCMB_Key_Type type,DSCMB_Eng_Type wtype, MS_U32 u32CAVid, MS_U8* u8key);
710 MS_BOOL HAL_DSCMB_KTE_Write_RIV(MS_U32 u32FltId, DSCMB_Key_Type eType, MS_U32 u32CAVid, MS_U8* u8ke…
711 MS_BOOL HAL_DSCMB_KTE_Write_IV(MS_U32 u32FltId, DSCMB_Key_Type eType, MS_U32 u32CAVid, MS_U8* u8key…
712 …IV_Ex(MS_U32 u32FltId, DSCMB_Key_Type eType, DSCMB_Eng_Type wType, MS_U32 u32CAVid, MS_U8* u8key );
713 …trl (MS_U32 u32fltid, DSCMB_Key_Type type, DSCMB_Eng_Type wtype, MS_U32 u32CAVid, MS_BOOL bEnable …
714 …_Ex(MS_U32 u32FltId, DSCMB_Key_Type eType, DSCMB_Eng_Type wType, MS_U32 u32CAVid, MS_BOOL bEnable,…
715 MS_BOOL HAL_DSCMB_KTE_IV_Ctrl(MS_U32 u32FltId, DSCMB_Key_Type eType, MS_U32 u32CAVid, MS_BOOL bEnab…
[all …]
/utopia/UTPA2-700.0.x/modules/dscmb/hal/kano/dscmb/
H A DhalDSCMB.c179 …2 u32fltid, DSCMB_Key_Type type, MS_U32 u32Field, MS_U32 u32Cmd, MS_U32 u32CAVid, MS_U32 *u32data);
782 MS_BOOL HAL_DSCMB_SetCAVid(MS_U32 u32CAVid ) in HAL_DSCMB_SetCAVid() argument
784 _u32CAVid = u32CAVid; in HAL_DSCMB_SetCAVid()
820 MS_BOOL HAL_DSCMB_BypassMode(MS_U32 u32CAVid, MS_U32 u32TSid) in HAL_DSCMB_BypassMode() argument
825 HALDSCMB2_DBG(DSCMB2_DBGLV_DEBUG, "By Pass clear packet CAVid: %d\n", (unsigned int)u32CAVid); in HAL_DSCMB_BypassMode()
828 ret &= HAL_DSCMB_PidIdx_SetCAVid(i,u32CAVid); in HAL_DSCMB_BypassMode()
831 …ret &= HAL_DSCMB_KTE_Write_Switch(i, E_DSCMB_KEY_CLEAR, u32CAVid, REG_KTE_SW4_E_EN, REG_KTE_SW4_E_… in HAL_DSCMB_BypassMode()
832 ret &= HAL_DSCMB_KTE_Write_FSCB(i, E_DSCMB_KEY_CLEAR, u32CAVid, DSCMB_FSCB_UNCHG); in HAL_DSCMB_BypassMode()
833 ret &= HAL_DSCMB_KTE_Write_SrcDst(i,E_DSCMB_KEY_CLEAR,u32CAVid,0,0,0); in HAL_DSCMB_BypassMode()
1067 MS_BOOL HAL_DSCMB_PidIdx_SetCAVid(MS_U32 u32fltid , MS_U32 u32CAVid ) in HAL_DSCMB_PidIdx_SetCAVid() argument
[all …]
H A DhalDSCMB.h667 MS_BOOL HAL_DSCMB_SetCAVid(MS_U32 u32CAVid);
682 MS_BOOL HAL_DSCMB_PidIdx_SetCAVid(MS_U32 u32fltid , MS_U32 u32CAVid );
708 MS_BOOL HAL_DSCMB_KTE_Read_Switch(MS_U32 u32fltid, DSCMB_Key_Type type, MS_U32 u32CAVid, MS_U32 *u3…
709 …rite_Key(MS_U32 u32fltid, DSCMB_Key_Type type,DSCMB_Eng_Type wtype, MS_U32 u32CAVid, MS_U8* u8key);
710 MS_BOOL HAL_DSCMB_KTE_Write_RIV(MS_U32 u32FltId, DSCMB_Key_Type eType, MS_U32 u32CAVid, MS_U8* u8ke…
711 MS_BOOL HAL_DSCMB_KTE_Write_IV(MS_U32 u32FltId, DSCMB_Key_Type eType, MS_U32 u32CAVid, MS_U8* u8key…
712 …IV_Ex(MS_U32 u32FltId, DSCMB_Key_Type eType, DSCMB_Eng_Type wType, MS_U32 u32CAVid, MS_U8* u8key );
713 …trl (MS_U32 u32fltid, DSCMB_Key_Type type, DSCMB_Eng_Type wtype, MS_U32 u32CAVid, MS_BOOL bEnable …
714 …_Ex(MS_U32 u32FltId, DSCMB_Key_Type eType, DSCMB_Eng_Type wType, MS_U32 u32CAVid, MS_BOOL bEnable,…
715 MS_BOOL HAL_DSCMB_KTE_IV_Ctrl(MS_U32 u32FltId, DSCMB_Key_Type eType, MS_U32 u32CAVid, MS_BOOL bEnab…
[all …]
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k7u/dscmb/
H A DhalDSCMB.c187 …2 u32fltid, DSCMB_Key_Type type, MS_U32 u32Field, MS_U32 u32Cmd, MS_U32 u32CAVid, MS_U32 *u32data);
809 MS_BOOL HAL_DSCMB_SetCAVid(MS_U32 u32CAVid ) in HAL_DSCMB_SetCAVid() argument
811 _u32CAVid = u32CAVid; in HAL_DSCMB_SetCAVid()
1067 MS_BOOL HAL_DSCMB_PidIdx_SetCAVid(MS_U32 u32fltid , MS_U32 u32CAVid ) in HAL_DSCMB_PidIdx_SetCAVid() argument
1069 HALDSCMB2_DBG(DSCMB2_DBGLV_DEBUG, "Set PidSlotMap Entry=%u CAVid=%u\n",u32fltid, u32CAVid); in HAL_DSCMB_PidIdx_SetCAVid()
1070 return _HAL_DSCMB_PidIdx_MuxWrite(u32fltid , REG_PIDIDX_WMUX_CAVID , u32CAVid ); in HAL_DSCMB_PidIdx_SetCAVid()
1160 …2 u32fltid, DSCMB_Key_Type type, MS_U32 u32Field, MS_U32 u32Cmd, MS_U32 u32CAVid,MS_U32 *u32data, … in _HAL_DSCMB_KTE_Write_Ex() argument
1193 if(E_HAL_DSCMB_CAVID2 == u32CAVid) //CA will check key entropy in hardware in _HAL_DSCMB_KTE_Write_Ex()
1273 u32Tmp = (u32Field & REG_KTE_SEL_MSK) | (u32Cmd) |(u32CAVid << REG_KTE_CAVID_SHT) ; in _HAL_DSCMB_KTE_Write_Ex()
1292 …RRAY, "SWITCH WRITE filter %d Key %d cavid %d ===========\n", (int)u32fltid, etype, (int)u32CAVid); in _HAL_DSCMB_KTE_Write_Ex()
[all …]
H A DhalDSCMB.h684 MS_BOOL HAL_DSCMB_SetCAVid(MS_U32 u32CAVid);
699 MS_BOOL HAL_DSCMB_PidIdx_SetCAVid(MS_U32 u32fltid , MS_U32 u32CAVid );
723 MS_BOOL HAL_DSCMB_KTE_Read_Switch(MS_U32 u32fltid, DSCMB_Key_Type type, MS_U32 u32CAVid, MS_U32 *u3…
724 …rite_Key(MS_U32 u32fltid, DSCMB_Key_Type type,DSCMB_Eng_Type wtype, MS_U32 u32CAVid, MS_U8* u8key);
725 MS_BOOL HAL_DSCMB_KTE_Write_RIV(MS_U32 u32FltId, DSCMB_Key_Type eType, MS_U32 u32CAVid, MS_U8* u8ke…
726 MS_BOOL HAL_DSCMB_KTE_Write_IV(MS_U32 u32FltId, DSCMB_Key_Type eType, MS_U32 u32CAVid, MS_U8* u8key…
727 …IV_Ex(MS_U32 u32FltId, DSCMB_Key_Type eType, DSCMB_Eng_Type wType, MS_U32 u32CAVid, MS_U8* u8key );
728 …trl (MS_U32 u32fltid, DSCMB_Key_Type type, DSCMB_Eng_Type wtype, MS_U32 u32CAVid, MS_BOOL bEnable …
729 …_Ex(MS_U32 u32FltId, DSCMB_Key_Type eType, DSCMB_Eng_Type wType, MS_U32 u32CAVid, MS_BOOL bEnable,…
730 MS_BOOL HAL_DSCMB_KTE_IV_Ctrl(MS_U32 u32FltId, DSCMB_Key_Type eType, MS_U32 u32CAVid, MS_BOOL bEnab…
[all …]
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6lite/dscmb/
H A DhalDSCMB.c187 …2 u32fltid, DSCMB_Key_Type type, MS_U32 u32Field, MS_U32 u32Cmd, MS_U32 u32CAVid, MS_U32 *u32data);
809 MS_BOOL HAL_DSCMB_SetCAVid(MS_U32 u32CAVid ) in HAL_DSCMB_SetCAVid() argument
811 _u32CAVid = u32CAVid; in HAL_DSCMB_SetCAVid()
1063 MS_BOOL HAL_DSCMB_PidIdx_SetCAVid(MS_U32 u32fltid , MS_U32 u32CAVid ) in HAL_DSCMB_PidIdx_SetCAVid() argument
1065 HALDSCMB2_DBG(DSCMB2_DBGLV_DEBUG, "Set PidSlotMap Entry=%u CAVid=%u\n",u32fltid, u32CAVid); in HAL_DSCMB_PidIdx_SetCAVid()
1066 return _HAL_DSCMB_PidIdx_MuxWrite(u32fltid , REG_PIDIDX_WMUX_CAVID , u32CAVid ); in HAL_DSCMB_PidIdx_SetCAVid()
1156 …2 u32fltid, DSCMB_Key_Type type, MS_U32 u32Field, MS_U32 u32Cmd, MS_U32 u32CAVid,MS_U32 *u32data, … in _HAL_DSCMB_KTE_Write_Ex() argument
1189 if(E_HAL_DSCMB_CAVID2 == u32CAVid) //CA will check key entropy in hardware in _HAL_DSCMB_KTE_Write_Ex()
1269 u32Tmp = (u32Field & REG_KTE_SEL_MSK) | (u32Cmd) |(u32CAVid << REG_KTE_CAVID_SHT) ; in _HAL_DSCMB_KTE_Write_Ex()
1288 …RRAY, "SWITCH WRITE filter %d Key %d cavid %d ===========\n", (int)u32fltid, etype, (int)u32CAVid); in _HAL_DSCMB_KTE_Write_Ex()
[all …]
H A DhalDSCMB.h678 MS_BOOL HAL_DSCMB_SetCAVid(MS_U32 u32CAVid);
693 MS_BOOL HAL_DSCMB_PidIdx_SetCAVid(MS_U32 u32fltid , MS_U32 u32CAVid );
717 MS_BOOL HAL_DSCMB_KTE_Read_Switch(MS_U32 u32fltid, DSCMB_Key_Type type, MS_U32 u32CAVid, MS_U32 *u3…
718 …rite_Key(MS_U32 u32fltid, DSCMB_Key_Type type,DSCMB_Eng_Type wtype, MS_U32 u32CAVid, MS_U8* u8key);
719 MS_BOOL HAL_DSCMB_KTE_Write_RIV(MS_U32 u32FltId, DSCMB_Key_Type eType, MS_U32 u32CAVid, MS_U8* u8ke…
720 MS_BOOL HAL_DSCMB_KTE_Write_IV(MS_U32 u32FltId, DSCMB_Key_Type eType, MS_U32 u32CAVid, MS_U8* u8key…
721 …IV_Ex(MS_U32 u32FltId, DSCMB_Key_Type eType, DSCMB_Eng_Type wType, MS_U32 u32CAVid, MS_U8* u8key );
722 …trl (MS_U32 u32fltid, DSCMB_Key_Type type, DSCMB_Eng_Type wtype, MS_U32 u32CAVid, MS_BOOL bEnable …
723 …_Ex(MS_U32 u32FltId, DSCMB_Key_Type eType, DSCMB_Eng_Type wType, MS_U32 u32CAVid, MS_BOOL bEnable,…
724 MS_BOOL HAL_DSCMB_KTE_IV_Ctrl(MS_U32 u32FltId, DSCMB_Key_Type eType, MS_U32 u32CAVid, MS_BOOL bEnab…
[all …]
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6/dscmb/
H A DhalDSCMB.c188 …2 u32fltid, DSCMB_Key_Type type, MS_U32 u32Field, MS_U32 u32Cmd, MS_U32 u32CAVid, MS_U32 *u32data);
803 MS_BOOL HAL_DSCMB_SetCAVid(MS_U32 u32CAVid ) in HAL_DSCMB_SetCAVid() argument
805 _u32CAVid = u32CAVid; in HAL_DSCMB_SetCAVid()
1057 MS_BOOL HAL_DSCMB_PidIdx_SetCAVid(MS_U32 u32fltid , MS_U32 u32CAVid ) in HAL_DSCMB_PidIdx_SetCAVid() argument
1059 HALDSCMB2_DBG(DSCMB2_DBGLV_DEBUG, "Set PidSlotMap Entry=%u CAVid=%u\n",u32fltid, u32CAVid); in HAL_DSCMB_PidIdx_SetCAVid()
1060 return _HAL_DSCMB_PidIdx_MuxWrite(u32fltid , REG_PIDIDX_WMUX_CAVID , u32CAVid ); in HAL_DSCMB_PidIdx_SetCAVid()
1150 …2 u32fltid, DSCMB_Key_Type type, MS_U32 u32Field, MS_U32 u32Cmd, MS_U32 u32CAVid,MS_U32 *u32data, … in _HAL_DSCMB_KTE_Write_Ex() argument
1183 if(E_HAL_DSCMB_CAVID2 == u32CAVid) //CA will check key entropy in hardware in _HAL_DSCMB_KTE_Write_Ex()
1263 u32Tmp = (u32Field & REG_KTE_SEL_MSK) | (u32Cmd) |(u32CAVid << REG_KTE_CAVID_SHT) ; in _HAL_DSCMB_KTE_Write_Ex()
1282 …RRAY, "SWITCH WRITE filter %d Key %d cavid %d ===========\n", (int)u32fltid, etype, (int)u32CAVid); in _HAL_DSCMB_KTE_Write_Ex()
[all …]
H A DhalDSCMB.h675 MS_BOOL HAL_DSCMB_SetCAVid(MS_U32 u32CAVid);
690 MS_BOOL HAL_DSCMB_PidIdx_SetCAVid(MS_U32 u32fltid , MS_U32 u32CAVid );
714 MS_BOOL HAL_DSCMB_KTE_Read_Switch(MS_U32 u32fltid, DSCMB_Key_Type type, MS_U32 u32CAVid, MS_U32 *u3…
715 …rite_Key(MS_U32 u32fltid, DSCMB_Key_Type type,DSCMB_Eng_Type wtype, MS_U32 u32CAVid, MS_U8* u8key);
716 MS_BOOL HAL_DSCMB_KTE_Write_RIV(MS_U32 u32FltId, DSCMB_Key_Type eType, MS_U32 u32CAVid, MS_U8* u8ke…
717 MS_BOOL HAL_DSCMB_KTE_Write_IV(MS_U32 u32FltId, DSCMB_Key_Type eType, MS_U32 u32CAVid, MS_U8* u8key…
718 …IV_Ex(MS_U32 u32FltId, DSCMB_Key_Type eType, DSCMB_Eng_Type wType, MS_U32 u32CAVid, MS_U8* u8key );
719 …trl (MS_U32 u32fltid, DSCMB_Key_Type type, DSCMB_Eng_Type wtype, MS_U32 u32CAVid, MS_BOOL bEnable …
720 …_Ex(MS_U32 u32FltId, DSCMB_Key_Type eType, DSCMB_Eng_Type wType, MS_U32 u32CAVid, MS_BOOL bEnable,…
721 MS_BOOL HAL_DSCMB_KTE_IV_Ctrl(MS_U32 u32FltId, DSCMB_Key_Type eType, MS_U32 u32CAVid, MS_BOOL bEnab…
[all …]
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6/nsk2/
H A DhalDSCMB.h674 MS_BOOL HAL_DSCMB_SetCAVid(MS_U32 u32CAVid);
689 MS_BOOL HAL_DSCMB_PidIdx_SetCAVid(MS_U32 u32fltid , MS_U32 u32CAVid );
713 MS_BOOL HAL_DSCMB_KTE_Read_Switch(MS_U32 u32fltid, DSCMB_Key_Type type, MS_U32 u32CAVid, MS_U32 *u3…
714 …rite_Key(MS_U32 u32fltid, DSCMB_Key_Type type,DSCMB_Eng_Type wtype, MS_U32 u32CAVid, MS_U8* u8key);
715 MS_BOOL HAL_DSCMB_KTE_Write_RIV(MS_U32 u32FltId, DSCMB_Key_Type eType, MS_U32 u32CAVid, MS_U8* u8ke…
716 MS_BOOL HAL_DSCMB_KTE_Write_IV(MS_U32 u32FltId, DSCMB_Key_Type eType, MS_U32 u32CAVid, MS_U8* u8key…
717 …IV_Ex(MS_U32 u32FltId, DSCMB_Key_Type eType, DSCMB_Eng_Type wType, MS_U32 u32CAVid, MS_U8* u8key );
718 …trl (MS_U32 u32fltid, DSCMB_Key_Type type, DSCMB_Eng_Type wtype, MS_U32 u32CAVid, MS_BOOL bEnable …
719 …_Ex(MS_U32 u32FltId, DSCMB_Key_Type eType, DSCMB_Eng_Type wType, MS_U32 u32CAVid, MS_BOOL bEnable,…
720 MS_BOOL HAL_DSCMB_KTE_IV_Ctrl(MS_U32 u32FltId, DSCMB_Key_Type eType, MS_U32 u32CAVid, MS_BOOL bEnab…
[all …]
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k6lite/nsk2/
H A DhalDSCMB.h674 MS_BOOL HAL_DSCMB_SetCAVid(MS_U32 u32CAVid);
689 MS_BOOL HAL_DSCMB_PidIdx_SetCAVid(MS_U32 u32fltid , MS_U32 u32CAVid );
713 MS_BOOL HAL_DSCMB_KTE_Read_Switch(MS_U32 u32fltid, DSCMB_Key_Type type, MS_U32 u32CAVid, MS_U32 *u3…
714 …rite_Key(MS_U32 u32fltid, DSCMB_Key_Type type,DSCMB_Eng_Type wtype, MS_U32 u32CAVid, MS_U8* u8key);
715 MS_BOOL HAL_DSCMB_KTE_Write_RIV(MS_U32 u32FltId, DSCMB_Key_Type eType, MS_U32 u32CAVid, MS_U8* u8ke…
716 MS_BOOL HAL_DSCMB_KTE_Write_IV(MS_U32 u32FltId, DSCMB_Key_Type eType, MS_U32 u32CAVid, MS_U8* u8key…
717 …IV_Ex(MS_U32 u32FltId, DSCMB_Key_Type eType, DSCMB_Eng_Type wType, MS_U32 u32CAVid, MS_U8* u8key );
718 …trl (MS_U32 u32fltid, DSCMB_Key_Type type, DSCMB_Eng_Type wtype, MS_U32 u32CAVid, MS_BOOL bEnable …
719 …_Ex(MS_U32 u32FltId, DSCMB_Key_Type eType, DSCMB_Eng_Type wType, MS_U32 u32CAVid, MS_BOOL bEnable,…
720 MS_BOOL HAL_DSCMB_KTE_IV_Ctrl(MS_U32 u32FltId, DSCMB_Key_Type eType, MS_U32 u32CAVid, MS_BOOL bEnab…
[all …]
/utopia/UTPA2-700.0.x/modules/dscmb/hal/k7u/nsk2/
H A DhalDSCMB.h674 MS_BOOL HAL_DSCMB_SetCAVid(MS_U32 u32CAVid);
689 MS_BOOL HAL_DSCMB_PidIdx_SetCAVid(MS_U32 u32fltid , MS_U32 u32CAVid );
713 MS_BOOL HAL_DSCMB_KTE_Read_Switch(MS_U32 u32fltid, DSCMB_Key_Type type, MS_U32 u32CAVid, MS_U32 *u3…
714 …rite_Key(MS_U32 u32fltid, DSCMB_Key_Type type,DSCMB_Eng_Type wtype, MS_U32 u32CAVid, MS_U8* u8key);
715 MS_BOOL HAL_DSCMB_KTE_Write_RIV(MS_U32 u32FltId, DSCMB_Key_Type eType, MS_U32 u32CAVid, MS_U8* u8ke…
716 MS_BOOL HAL_DSCMB_KTE_Write_IV(MS_U32 u32FltId, DSCMB_Key_Type eType, MS_U32 u32CAVid, MS_U8* u8key…
717 …IV_Ex(MS_U32 u32FltId, DSCMB_Key_Type eType, DSCMB_Eng_Type wType, MS_U32 u32CAVid, MS_U8* u8key );
718 …trl (MS_U32 u32fltid, DSCMB_Key_Type type, DSCMB_Eng_Type wtype, MS_U32 u32CAVid, MS_BOOL bEnable …
719 …_Ex(MS_U32 u32FltId, DSCMB_Key_Type eType, DSCMB_Eng_Type wType, MS_U32 u32CAVid, MS_BOOL bEnable,…
720 MS_BOOL HAL_DSCMB_KTE_IV_Ctrl(MS_U32 u32FltId, DSCMB_Key_Type eType, MS_U32 u32CAVid, MS_BOOL bEnab…
[all …]
/utopia/UTPA2-700.0.x/modules/dscmb/hal/kano/nsk2/
H A DhalDSCMB.h666 MS_BOOL HAL_DSCMB_SetCAVid(MS_U32 u32CAVid);
681 MS_BOOL HAL_DSCMB_PidIdx_SetCAVid(MS_U32 u32fltid , MS_U32 u32CAVid );
706 MS_BOOL HAL_DSCMB_KTE_Read_Switch(MS_U32 u32fltid, DSCMB_Key_Type type, MS_U32 u32CAVid, MS_U32 *u3…
707 …rite_Key(MS_U32 u32fltid, DSCMB_Key_Type type,DSCMB_Eng_Type wtype, MS_U32 u32CAVid, MS_U8* u8key);
708 MS_BOOL HAL_DSCMB_KTE_Write_RIV(MS_U32 u32FltId, DSCMB_Key_Type eType, MS_U32 u32CAVid, MS_U8* u8ke…
709 MS_BOOL HAL_DSCMB_KTE_Write_IV(MS_U32 u32FltId, DSCMB_Key_Type eType, MS_U32 u32CAVid, MS_U8* u8key…
710 …IV_Ex(MS_U32 u32FltId, DSCMB_Key_Type eType, DSCMB_Eng_Type wType, MS_U32 u32CAVid, MS_U8* u8key );
711 …trl (MS_U32 u32fltid, DSCMB_Key_Type type, DSCMB_Eng_Type wtype, MS_U32 u32CAVid, MS_BOOL bEnable …
712 …_Ex(MS_U32 u32FltId, DSCMB_Key_Type eType, DSCMB_Eng_Type wType, MS_U32 u32CAVid, MS_BOOL bEnable,…
713 MS_BOOL HAL_DSCMB_KTE_IV_Ctrl(MS_U32 u32FltId, DSCMB_Key_Type eType, MS_U32 u32CAVid, MS_BOOL bEnab…
[all …]
/utopia/UTPA2-700.0.x/modules/security/drv/cipher/
H A DdrvCIPHER.c879 DRV_CIPHER_RET _MDrv_CIPHER_ResetKey(MS_U32 u32CAVid, MS_U32 u32KeyIdx) in _MDrv_CIPHER_ResetKey() argument
893 if(FALSE == HAL_CIPHER_DMA_Set_CaVid(u32CAVid)) in _MDrv_CIPHER_ResetKey()
896 DEBUG_CIPHER(CIPHER_DBG_ERR, "Error: Set CAVid [0x%x]fail!", (unsigned int)u32CAVid); in _MDrv_CIPHER_ResetKey()
953 DLL_PUBLIC DRV_CIPHER_RET MDrv_CIPHER_ResetKey(MS_U32 u32CAVid, MS_U32 u32KeyIdx) in MDrv_CIPHER_ResetKey() argument
965 pArgs.u32CAVid = u32CAVid; in MDrv_CIPHER_ResetKey()
978 return _MDrv_CIPHER_ResetKey(u32CAVid, u32KeyIdx); in MDrv_CIPHER_ResetKey()
1083 DEBUG_CIPHER(CIPHER_DBG_INFO, "INFO:Set CAVid [0x%x]", (unsigned int)stCfg.u32CAVid); in _MDrv_CIPHER_DMACalc()
1085 if(FALSE == HAL_CIPHER_DMA_Set_CaVid(stCfg.u32CAVid)) in _MDrv_CIPHER_DMACalc()
1088 DEBUG_CIPHER(CIPHER_DBG_ERR, "Error: Set CAVid [0x%x]fail!", (unsigned int)stCfg.u32CAVid); in _MDrv_CIPHER_DMACalc()
1248 DEBUG_CIPHER(CIPHER_DBG_INFO, "INFO:Set CAVid [0x%x]", (unsigned int)stCfg.u32CAVid); in MDrv_CIPHER_OTPHASHCalc()
[all …]
H A DmdrvAESDMA.c183 psAesInstPri->u32CAVid = 0; in AESDMAIoctl()
250 psAesInstPri->u32CAVid = 0; in AESDMAIoctl()
758 u32Ret = (psAesInstPri->fpAESDMASetDefaultCAVid)(pCAVid->u32CAVid); in AESDMAIoctl()
761 psAesInstPri->u32CAVid = pCAVid->u32CAVid; in AESDMAIoctl()
801 u32Ret = (psAesInstPri->fpAESDMASetDefaultCAVid)(psAesInstPri->u32CAVid); in AESDMAIoctl()
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvCIPHER.h264 MS_U32 u32CAVid; member
310 MS_U32 u32CAVid; member
320 MS_U32 u32CAVid; member
335 MS_U32 u32CAVid; member
357 DLL_PUBLIC DRV_CIPHER_RET MDrv_CIPHER_ResetKey(MS_U32 u32CAVid, MS_U32 u32KeyIdx);
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DdrvCIPHER.h249 MS_U32 u32CAVid; member
294 MS_U32 u32CAVid; member
304 MS_U32 u32CAVid; member
319 MS_U32 u32CAVid; member
/utopia/UTPA2-700.0.x/modules/security/hal/k6/cipher/
H A DhalCIPHER.h314 MS_U32 u32CAVid; member
359 MS_BOOL HAL_CIPHER_DMA_Set_CaVid(MS_U32 u32CAVid);
372 MS_BOOL HAL_CIPHER_Hash_Set_CaVid(MS_U32 u32CAVid);
H A DhalCIPHER.c938 MS_BOOL HAL_CIPHER_DMA_Set_CaVid(MS_U32 u32CAVid) in HAL_CIPHER_DMA_Set_CaVid() argument
940 MS_U32 u32Tmp = u32CAVid; in HAL_CIPHER_DMA_Set_CaVid()
953 u32Tmp = u32CAVid ; in HAL_CIPHER_DMA_Set_CaVid()
1688 MS_BOOL HAL_CIPHER_Hash_Set_CaVid(MS_U32 u32CAVid) in HAL_CIPHER_Hash_Set_CaVid() argument
1690 MS_U32 u32Tmp = u32CAVid; in HAL_CIPHER_Hash_Set_CaVid()
1703 u32Tmp = u32CAVid; in HAL_CIPHER_Hash_Set_CaVid()
/utopia/UTPA2-700.0.x/modules/security/hal/k6lite/cipher/
H A DhalCIPHER.h314 MS_U32 u32CAVid; member
359 MS_BOOL HAL_CIPHER_DMA_Set_CaVid(MS_U32 u32CAVid);
372 MS_BOOL HAL_CIPHER_Hash_Set_CaVid(MS_U32 u32CAVid);
/utopia/UTPA2-700.0.x/modules/security/hal/kano/cipher/
H A DhalCIPHER.h313 MS_U32 u32CAVid; member
358 MS_BOOL HAL_CIPHER_DMA_Set_CaVid(MS_U32 u32CAVid);
371 MS_BOOL HAL_CIPHER_Hash_Set_CaVid(MS_U32 u32CAVid);
/utopia/UTPA2-700.0.x/modules/security/hal/k7u/cipher/
H A DhalCIPHER.h323 MS_U32 u32CAVid; member
368 MS_BOOL HAL_CIPHER_DMA_Set_CaVid(MS_U32 u32CAVid);
381 MS_BOOL HAL_CIPHER_Hash_Set_CaVid(MS_U32 u32CAVid);
/utopia/UTPA2-700.0.x/modules/security/hal/curry/cipher/
H A DhalCIPHER.h314 MS_U32 u32CAVid; member
359 MS_BOOL HAL_CIPHER_DMA_Set_CaVid(MS_U32 u32CAVid);
372 MS_BOOL HAL_CIPHER_Hash_Set_CaVid(MS_U32 u32CAVid);

12