Lines Matching refs:pu8IV

1571 …OL _MDrv_DSCMB2_EngSetIV(MS_U32 u32EngId, MS_U32 u32DscmbId, DSCMB_Key_Type eKeyType, MS_U8* pu8IV)  in _MDrv_DSCMB2_EngSetIV()  argument
1578 DSCMB_ASSERT(pu8IV != NULL, "Key data input error", FALSE); in _MDrv_DSCMB2_EngSetIV()
1608 if (!HAL_DSCMB_KTE_Write_IV(u32FltId, eKeyType | eSecureKeyType , u32CAVid, pu8IV)) in _MDrv_DSCMB2_EngSetIV()
1630 …MS_U32 u32EngId, MS_U32 u32DscmbId, DSCMB_Eng_Type eEngType, DSCMB_Key_Type eKeyType, MS_U8* pu8IV) in _MDrv_DSCMB2_EngSetIV_Ex() argument
1638 DSCMB_ASSERT(pu8IV != NULL, "Key data input error", FALSE); in _MDrv_DSCMB2_EngSetIV_Ex()
1671 …!HAL_DSCMB_KTE_Write_IV_Ex(u32FltId, eKeyType | eSecureKeyType, E_DSCMB_ENG_LSAS, u32CAVid, pu8IV)) in _MDrv_DSCMB2_EngSetIV_Ex()
1687 …(!HAL_DSCMB_KTE_Write_IV_Ex(u32FltId, eKeyType | eSecureKeyType, E_DSCMB_ENG_ESA, u32CAVid, pu8IV)) in _MDrv_DSCMB2_EngSetIV_Ex()
1703 …!HAL_DSCMB_KTE_Write_IV_Ex(u32FltId, eKeyType | eSecureKeyType, E_DSCMB_ENG_LSAD, u32CAVid, pu8IV)) in _MDrv_DSCMB2_EngSetIV_Ex()
2454 …OL _MDrv_DSCMB2_FltIVSet(MS_U32 u32EngId, MS_U32 u32DscmbId, DSCMB_Key_Type eKeyType, MS_U8* pu8IV) in _MDrv_DSCMB2_FltIVSet() argument
2456 return _MDrv_DSCMB2_EngSetIV (u32EngId, u32DscmbId, eKeyType, pu8IV); in _MDrv_DSCMB2_FltIVSet()
4209 …OOL MDrv_DSCMB2_EngSetIV(MS_U32 u32EngId, MS_U32 u32DscmbId, DSCMB_Key_Type eKeyType, MS_U8* pu8IV) in MDrv_DSCMB2_EngSetIV() argument
4223 pArgs.pu8IV = pu8IV; in MDrv_DSCMB2_EngSetIV()
4234 return _MDrv_DSCMB2_EngSetIV(u32EngId, u32DscmbId, eKeyType, pu8IV); in MDrv_DSCMB2_EngSetIV()
4238 …S_U32 u32EngId, MS_U32 u32DscmbId, DSCMB_Eng_Type eEngType, DSCMB_Key_Type eKeyType, MS_U8* pu8IV) in MDrv_DSCMB2_EngSetIV_Ex() argument
4253 pArgs.pu8IV = pu8IV; in MDrv_DSCMB2_EngSetIV_Ex()
4264 return _MDrv_DSCMB2_EngSetIV_Ex(u32EngId, u32DscmbId, eEngType, eKeyType, pu8IV); in MDrv_DSCMB2_EngSetIV_Ex()
4567 …OOL MDrv_DSCMB2_FltIVSet(MS_U32 u32EngId, MS_U32 u32DscmbId, DSCMB_Key_Type eKeyType, MS_U8* pu8IV) in MDrv_DSCMB2_FltIVSet() argument
4581 pArgs.pu8IV = pu8IV; in MDrv_DSCMB2_FltIVSet()
4592 return _MDrv_DSCMB2_FltIVSet(u32EngId, u32DscmbId, eKeyType, pu8IV); in MDrv_DSCMB2_FltIVSet()