Lines Matching refs:stConfig
265 DRV_CIPHER_DMACFG stConfig; member
2294 if(E_CIPHER_KSRC_KL == _CIPHER_Resource[u32CipherId].stConfig.stKey.eKeySrc) in MDrv_CIPHER_Free()
2296 …v_CIPHER_ResetKey(_CIPHER_Resource[u32CipherId].stConfig.u32CAVid, _CIPHER_Resource[u32CipherId].s… in MDrv_CIPHER_Free()
2339 _CIPHER_Resource[u32CipherId].stConfig.u32CAVid = stCfg.u32CAVid; in MDrv_CIPHER_DMAConfigure()
2346 _CIPHER_Resource[u32CipherId].stConfig.stAlgo = stCfg.stAlgo; in MDrv_CIPHER_DMAConfigure()
2347 _CIPHER_Resource[u32CipherId].stConfig.bDecrypt = stCfg.bDecrypt; in MDrv_CIPHER_DMAConfigure()
2354 _CIPHER_Resource[u32CipherId].stConfig.stInput = stCfg.stInput; in MDrv_CIPHER_DMAConfigure()
2361 _CIPHER_Resource[u32CipherId].stConfig.stOutput = stCfg.stOutput; in MDrv_CIPHER_DMAConfigure()
2375 _CIPHER_Resource[u32CipherId].stConfig.stKey.eKeySrc = E_CIPHER_KSRC_CPU; in MDrv_CIPHER_DMAConfigure()
2376 … _CIPHER_Resource[u32CipherId].stConfig.stKey.pu8KeyData = _CIPHER_Resource[u32CipherId].u8Key; in MDrv_CIPHER_DMAConfigure()
2377 _CIPHER_Resource[u32CipherId].stConfig.stKey.u8KeyLen = stCfg.stKey.u8KeyLen; in MDrv_CIPHER_DMAConfigure()
2390 _CIPHER_Resource[u32CipherId].stConfig.stKey.eKeySrc = E_CIPHER_KSRC_KL; in MDrv_CIPHER_DMAConfigure()
2391 _CIPHER_Resource[u32CipherId].stConfig.stKey.u8KeyIdx = (MS_U8)u32CipherId; in MDrv_CIPHER_DMAConfigure()
2397 _CIPHER_Resource[u32CipherId].stConfig.stKey.eKeySrc = E_CIPHER_KSRC_OTP; in MDrv_CIPHER_DMAConfigure()
2398 _CIPHER_Resource[u32CipherId].stConfig.stKey.u8KeyIdx = stCfg.stKey.u8KeyIdx; in MDrv_CIPHER_DMAConfigure()
2404 _CIPHER_Resource[u32CipherId].stConfig.stKey.eKeySrc = E_CIPHER_KSRC_CAIP; in MDrv_CIPHER_DMAConfigure()
2414 _CIPHER_Resource[u32CipherId].stConfig.stKey.pu8IVData = _CIPHER_Resource[u32CipherId].u8IV; in MDrv_CIPHER_DMAConfigure()
2415 _CIPHER_Resource[u32CipherId].stConfig.stKey.u8IVLen = stCfg.stKey.u8IVLen; in MDrv_CIPHER_DMAConfigure()
2458 stCfg = _CIPHER_Resource[u32CipherId].stConfig; in MDrv_CIPHER_DMAStart()