Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/security/drv/cipher/
H A DdrvCIPHER.c1108 HAL_CIPHER_DMA_Set_InputSrcFrom(stCfg.stInput.eMemoryType, NULL, 0); in _MDrv_CIPHER_DMACalc()
1109 if(FALSE == HAL_CIPHER_DMA_Set_OutputDstTo(stCfg.stOutput.eMemoryType, NULL, 0)) in _MDrv_CIPHER_DMACalc()
1117 stCfg.stInput.eMemoryType, stCfg.stOutput.eMemoryType); in _MDrv_CIPHER_DMACalc()
1265 HAL_CIPHER_DMA_Set_InputSrcFrom(stCfg.stInput.eMemoryType, NULL, 0); in MDrv_CIPHER_OTPHASHCalc()
1266 HAL_CIPHER_DMA_Set_OutputDstTo(stCfg.stOutput.eMemoryType, NULL, 0); in MDrv_CIPHER_OTPHASHCalc()
1269 stCfg.stInput.eMemoryType, stCfg.stOutput.eMemoryType); in MDrv_CIPHER_OTPHASHCalc()
1332 …einDesc( stCfg.stInput.u32Addr, stCfg.stInput.u32Size, u32CurrentRound, stCfg.stInput.eMemoryType); in MDrv_CIPHER_OTPHASHCalc()
1447 if(FALSE == HAL_CIPHER_Hash_Set_MsgSrcFrom(stCfg.stInput.eMemoryType, &u32HashSrc)) in _MDrv_CIPHER_HASH()
1450 … DEBUG_CIPHER(CIPHER_DBG_ERR, "Error:Set source memory type [%d] fail", stCfg.stInput.eMemoryType); in _MDrv_CIPHER_HASH()
1740 if(FALSE == HAL_CIPHER_Hash_Set_MsgSrcFrom(stCfg.stInput.eMemoryType, &u32HashSrc)) in MDrv_CIPHER_HASHManual()
[all …]
/utopia/UTPA2-700.0.x/projects/tmplib/include/
H A DdrvCIPHER.h239 CIPHER_MEM_TYPE eMemoryType; member
/utopia/UTPA2-700.0.x/mxlib/include/
H A DdrvCIPHER.h254 CIPHER_MEM_TYPE eMemoryType; member
/utopia/UTPA2-700.0.x/modules/dms/drv/dms_vsyncbridge/
H A DdrvDMS.c1413 …bRet = _MDrv_DMS_Setup_Memory(pstDMS_SetMemType->eMemoryType, pstDMS_SetMemType->phyAddr,pstDMS_Se… in MDrv_DMS_SetMemoryType()
/utopia/UTPA2-700.0.x/modules/dms/drv/dms_dipgop/
H A DdrvDMS.c6746 if(pstDMS_SetMemType->eMemoryType == E_DMS_MEMORY_TYPE_GOP_DISPLAY) in MDrv_DMS_SetMemoryType()
6750 …bRet = _MDrv_DMS_Setup_Memory(pInstance, pstDMS_SetMemType->eMemoryType, pstDMS_SetMemType->phyAdd… in MDrv_DMS_SetMemoryType()
/utopia/UTPA2-700.0.x/projects/build/
H A Dpreprocess.txt18550 CIPHER_MEM_TYPE eMemoryType;